From a8ef95b5fe29e0778a59457310e23bfc69cae41d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 06:07:01 +0000 Subject: [PATCH] fix: upgrade mocha from 10.6.0 to 10.7.3 Snyk has created this PR to upgrade mocha from 10.6.0 to 10.7.3. See this package in npm: mocha See this project in Snyk: https://app.snyk.io/org/hari.ronadini/project/88a024b8-0ba7-4b98-8624-4b50b8b56acb?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 965152a..566ed7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "mocha": "^10.6.0", + "mocha": "^10.7.3", "should": "~2.1.1" } }, @@ -553,9 +553,9 @@ } }, "node_modules/mocha": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.6.0.tgz", - "integrity": "sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==", + "version": "10.7.3", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", + "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8e29f2e..37e66ff 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "mocha": "^10.6.0", + "mocha": "^10.7.3", "should": "~2.1.1" }, "scripts": {