From 3cc79221fb8a64697875f95d91414dd555eb70d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:03:19 +0000 Subject: [PATCH] Update dependency typescript to v5.6.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",