From 06583a7ac29c86f02b407fdac0bbc976e8272913 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 20:31:16 +0000 Subject: [PATCH] fix: upgrade mocha from 10.3.0 to 10.4.0 Snyk has created this PR to upgrade mocha from 10.3.0 to 10.4.0. See this package in npm: https://www.npmjs.com/package/mocha See this project in Snyk: https://app.snyk.io/org/nodeshift-agg/project/f6999c7c-f419-43d7-9c50-ea0d721da9f4?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 2c3a3a7..e69521e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "~16.0.2", "eslint-plugin-promise": "^6.1.1", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "nyc": "^15.1.0", "standard-version": "^9.5.0" }, @@ -4176,9 +4176,9 @@ } }, "node_modules/mocha": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.3.0.tgz", - "integrity": "sha512-uF2XJs+7xSLsrmIvn37i/wnc91nw7XjOQB8ccyx5aEgdnohr7n+rEiZP23WkCYHjilR6+EboEnbq/ZQDz4LSbg==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz", + "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==", "dev": true, "dependencies": { "ansi-colors": "4.1.1", diff --git a/package.json b/package.json index 397f81e..028b298 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "~16.0.2", "eslint-plugin-promise": "^6.1.1", - "mocha": "^10.3.0", + "mocha": "^10.4.0", "nyc": "^15.1.0", "standard-version": "^9.5.0" }