diff --git a/web/package-lock.json b/web/package-lock.json index 903fddfd6..db0af0b2e 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -124,7 +124,7 @@ "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "ts-jest": "^29.1.0", - "typescript": "5.5.2" + "typescript": "5.5.3" } }, "node_modules/@ampproject/remapping": { @@ -39796,9 +39796,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/web/package.json b/web/package.json index 8e881d640..578d63424 100644 --- a/web/package.json +++ b/web/package.json @@ -130,6 +130,6 @@ "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "ts-jest": "^29.1.0", - "typescript": "5.5.2" + "typescript": "5.5.3" } }