From 51f7233de525b86d5d1fd1ee4c59484635c6ddbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:14:08 +0200 Subject: [PATCH] build(deps-dev): bump @types/mocha from 10.0.7 to 10.0.8 (#1526) --- 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 ea22d567f..bed060a42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@types/clone-deep": "^4.0.4", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "^22.5.4", "@types/selenium-webdriver": "^4.1.26", "@types/targz": "^1.0.4", @@ -2109,9 +2109,9 @@ "dev": true }, "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 }, "node_modules/@types/node": { diff --git a/package.json b/package.json index b2a85113d..da148c10c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/clone-deep": "^4.0.4", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/node": "^22.5.4", "@types/selenium-webdriver": "^4.1.26", "@types/targz": "^1.0.4",