diff --git a/package-lock.json b/package-lock.json index 82b690a..397095a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "supertest": "^7.0.0", "ts-jest": "^29.1.2", "tsx": "^4.7.2", - "typescript": "^5.4.5", + "typescript": "^5.6.2", "typescript-eslint": "^8.7.0" }, "engines": { @@ -6636,10 +6636,11 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -11537,9 +11538,9 @@ "dev": true }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true }, "typescript-eslint": { diff --git a/package.json b/package.json index b35cd22..737987b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "supertest": "^7.0.0", "ts-jest": "^29.1.2", "tsx": "^4.7.2", - "typescript": "^5.4.5", + "typescript": "^5.6.2", "typescript-eslint": "^8.7.0" }, "scripts": {