diff --git a/package-lock.json b/package-lock.json index 36cc6363..25afda74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-scripts": "5.0.1", "react-typist-component": "^1.0.3", "sass": "^1.54.3", - "typescript": "^5.5.3", + "typescript": "^5.6.2", "web-vitals": "^4.2.2" }, "engines": { @@ -16024,9 +16024,9 @@ } }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -28491,9 +28491,9 @@ } }, "typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==" + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index b1d1d4d1..62a51d67 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router": "^6.3.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", - "typescript": "^5.5.3", + "typescript": "^5.6.2", "web-vitals": "^4.2.2", "gh-pages": "^4.0.0" },