From 068d8741536078b37080ce118bad8af640f45778 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Aug 2024 07:59:20 +0000 Subject: [PATCH] fix: upgrade mocha from 10.6.0 to 10.7.0 Snyk has created this PR to upgrade mocha from 10.6.0 to 10.7.0. See this package in npm: mocha See this project in Snyk: https://app.snyk.io/org/hoang3402/project/73782d82-a517-4b0e-a07f-c159851d17fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7e56184..4ff52ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "relock-npm-lock-v2-pnxBHH", + "name": "relock-npm-lock-v2-Pb7xDe", "lockfileVersion": 2, "requires": true, "packages": { @@ -8,7 +8,7 @@ "chai": "^4.4.1", "http-server": "^14.1.1", "jest": "^29.7.0", - "mocha": "^10.6.0" + "mocha": "^10.7.0" } }, "node_modules/@ampproject/remapping": { @@ -3219,9 +3219,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.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", + "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", @@ -6549,9 +6549,9 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz", + "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==", "requires": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 911fe5c..179abeb 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "chai": "^4.4.1", "http-server": "^14.1.1", "jest": "^29.7.0", - "mocha": "^10.6.0" + "mocha": "^10.7.0" } } \ No newline at end of file