diff --git a/package-lock.json b/package-lock.json index 17e41fc..a86c497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "dotenv": "^16.4.5", "fastify": "^4.28.1", "mongoose": "^7.6.5", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "valid-url": "^1.0.9" }, "devDependencies": { @@ -3936,9 +3936,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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 7a2ef95..a70ce8f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dotenv": "^16.4.5", "fastify": "^4.28.1", "mongoose": "^7.6.5", - "typescript": "^5.5.2", + "typescript": "^5.5.3", "valid-url": "^1.0.9" }, "engines": {