From 6ad4461b701753cd0617c9c84e268f9c9eb3bc12 Mon Sep 17 00:00:00 2001 From: Avi Vahl Date: Fri, 13 Sep 2024 14:51:28 +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 b8e79a45d..02a840bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@types/lodash.clonedeepwith": "^4.5.9", "@types/lodash.upperfirst": "^4.3.9", "@types/mime": "^3.0.4", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "18", "@types/postcss-safe-parser": "^5.0.4", "@types/react": "^18.3.5", @@ -1439,9 +1439,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", + "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", "dev": true, "license": "MIT" }, @@ -3042,9 +3042,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.20", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.20.tgz", - "integrity": "sha512-74mdl6Fs1HHzK9SUX4CKFxAtAe3nUns48y79TskHNAG6fGOlLfyKA4j855x+0b5u8rWJIrlaG9tcTPstMlwjIw==", + "version": "1.5.22", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.22.tgz", + "integrity": "sha512-tKYm5YHPU1djz0O+CGJ+oJIvimtsCcwR2Z9w7Skh08lUdyzXY5djods3q+z2JkWdb7tCcmM//eVavSRAiaPRNg==", "license": "ISC" }, "node_modules/emoji-regex": { diff --git a/package.json b/package.json index 870605181..2756f1a62 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/lodash.clonedeepwith": "^4.5.9", "@types/lodash.upperfirst": "^4.3.9", "@types/mime": "^3.0.4", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "18", "@types/postcss-safe-parser": "^5.0.4", "@types/react": "^18.3.5",