diff --git a/package-lock.json b/package-lock.json index 918f5bf..3cf2c74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "sqlite3": "5.1.7", "ts-jest": "29.2.5", "typeorm": "0.3.20", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "peerDependencies": { "graphql": ">=14.6.0", @@ -13864,9 +13864,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -24419,9 +24419,9 @@ } }, "typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index ad33158..4bca8bb 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "sqlite3": "5.1.7", "ts-jest": "29.2.5", "typeorm": "0.3.20", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "jest-junit": { "outputDirectory": "./test/.results",