diff --git a/package-lock.json b/package-lock.json index 6dcf95b4..c82c7078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@types/webextension-polyfill": "0.12.1", "@vitejs/plugin-react": "4.3.2", "nodemon": "3.1.7", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.8", "vite-plugin-node-polyfills": "0.22.0", "vite-tsconfig-paths": "5.0.1", @@ -9222,9 +9222,9 @@ "license": "MIT" }, "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==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index dc9ab734..6ef755c5 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/webextension-polyfill": "0.12.1", "@vitejs/plugin-react": "4.3.2", "nodemon": "3.1.7", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.8", "vite-plugin-node-polyfills": "0.22.0", "vite-tsconfig-paths": "5.0.1",