diff --git a/package-lock.json b/package-lock.json index 92b0fb60a..e15aea8fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "eslint-plugin-react-hooks": "4.6.0", "node-fetch": "3.3.2", "prettier": "3.3.3", - "typescript": "5.6.2", + "typescript": "5.6.3", "typescript-plugin-css-modules": "5.1.0" }, "engines": { @@ -17819,9 +17819,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index c679570d0..254f73c36 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-react-hooks": "4.6.0", "node-fetch": "3.3.2", "prettier": "3.3.3", - "typescript": "5.6.2", + "typescript": "5.6.3", "typescript-plugin-css-modules": "5.1.0" } }