diff --git a/package-lock.json b/package-lock.json index 350efce..4d41eef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "semver": "^7.5.2", "supertest": "^6.3.3", "ts-jest": "^29.0.0", - "typescript": "~5.0 || ~5.2.0 || ~5.3.0 || ~5.5.0" + "typescript": "~5.0 || ~5.2.0 || ~5.3.0 || ~5.5.0 || ~5.6.0" }, "engines": { "node": ">=18.0.0" @@ -7917,9 +7917,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.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index f11169f..0970b2d 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "semver": "^7.5.2", "supertest": "^6.3.3", "ts-jest": "^29.0.0", - "typescript": "~5.0 || ~5.2.0 || ~5.3.0 || ~5.5.0" + "typescript": "~5.0 || ~5.2.0 || ~5.3.0 || ~5.5.0 || ~5.6.0" }, "dependencies": { "cors": "^2.8.5",