diff --git a/backend-external/package-lock.json b/backend-external/package-lock.json index 5c11b8a6e..82e7b6cde 100644 --- a/backend-external/package-lock.json +++ b/backend-external/package-lock.json @@ -53,7 +53,7 @@ "ts-jest": "^29.1.1", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", - "typescript": "5.5.2" + "typescript": "5.5.3" } }, "node_modules/@ampproject/remapping": { @@ -8703,9 +8703,9 @@ } }, "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/backend-external/package.json b/backend-external/package.json index d236c1f05..ff16cde53 100644 --- a/backend-external/package.json +++ b/backend-external/package.json @@ -48,7 +48,7 @@ "ts-jest": "^29.1.1", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", - "typescript": "5.5.2" + "typescript": "5.5.3" }, "scripts": { "test": "jest --selectProjects unit", diff --git a/backend/package-lock.json b/backend/package-lock.json index ab51421f9..4e89e5223 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -86,7 +86,7 @@ "ts-jest": "^29.1.1", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", - "typescript": "5.5.2" + "typescript": "5.5.3" } }, "node_modules/@ampproject/remapping": { @@ -9212,9 +9212,9 @@ } }, "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==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/backend/package.json b/backend/package.json index 8737a7cb0..887478fb9 100644 --- a/backend/package.json +++ b/backend/package.json @@ -81,7 +81,7 @@ "ts-jest": "^29.1.1", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", - "typescript": "5.5.2" + "typescript": "5.5.3" }, "scripts": { "test": "jest",