diff --git a/package-lock.json b/package-lock.json index bf26cda05..c146703db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5741,9 +5741,9 @@ "dev": true }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true }, "uglify-js": { diff --git a/package.json b/package.json index 46897ed62..60794df7b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "18.3.1", "standard-version": "9.5.0", "ts-jest": "29.2.5", - "typescript": "4.8.4" + "typescript": "5.6.2" }, "dependencies": { "fast-deep-equal": "^3.1.3",