From 4a37d4c1849adae7c505ae6e97a4083f6fa3d145 Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Wed, 9 Oct 2024 21:17:45 +0300 Subject: [PATCH] chore(deps-dev): upgrade to latest stable and regenerate lock file --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 040e3252b..1f9ea8040 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "style-loader": "^4.0.0", "ts-expect": "^1.3.0", "tsconfig-paths-webpack-plugin": "^4.1.0", - "typescript": "~5.6.2", + "typescript": "~5.6.3", "typescript-eslint": "^8.8.1", "url-loader": "^4.1.1", "webpack": "^5.95.0", @@ -3058,9 +3058,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.33", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.33.tgz", - "integrity": "sha512-+cYTcFB1QqD4j4LegwLfpCNxifb6dDFUAwk6RsLusCwIaZI6or2f+q8rs5tTB2YC53HhOlIbEaqHMAAC8IOIwA==", + "version": "1.5.34", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.34.tgz", + "integrity": "sha512-/TZAiChbAflBNjCg+VvstbcwAtIL/VdMFO3NgRFIzBjpvPzWOTIbbO8kNb6RwU4bt9TP7K+3KqBKw/lOU+Y+GA==", "license": "ISC" }, "node_modules/emoji-regex": { @@ -7481,9 +7481,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 36d43d610..68fe0489d 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "style-loader": "^4.0.0", "ts-expect": "^1.3.0", "tsconfig-paths-webpack-plugin": "^4.1.0", - "typescript": "~5.6.2", + "typescript": "~5.6.3", "typescript-eslint": "^8.8.1", "url-loader": "^4.1.1", "webpack": "^5.95.0",