diff --git a/package-lock.json b/package-lock.json index c9fa0c49..ec50eadf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2", + "typescript": "^5.6.2", "webpack": "^5.92.1", "webpack-cli": "^5.1.4" }, @@ -19838,9 +19838,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, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 1ca28490..779a4275 100644 --- a/package.json +++ b/package.json @@ -131,7 +131,7 @@ "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "typescript": "^5.5.2", + "typescript": "^5.6.2", "webpack": "^5.92.1", "webpack-cli": "^5.1.4" }