From b7642b761011a9b2104c82ba6197c33710f8bc9d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Apr 2023 03:28:36 +0000 Subject: [PATCH] fix: node_modules/sinon/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MARKDOWNIT-2331914 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 --- node_modules/sinon/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/sinon/package.json b/node_modules/sinon/package.json index 6fd9b3d495..0ca39c0adb 100644 --- a/node_modules/sinon/package.json +++ b/node_modules/sinon/package.json @@ -82,9 +82,9 @@ "esm": "^3.2.25", "husky": "^4.2.1", "lint-staged": "^10.0.7", - "markdownlint-cli": "^0.22.0", - "mocha": "^6.2.0", - "mochify": "^6.6.0", + "markdownlint-cli": "^0.31.0", + "mocha": "^10.1.0", + "mochify": "^9.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.0.0", "prettier": "^1.18.2",