From e78a993b81b570871c196c1267a74388c4749140 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jul 2023 18:15:52 +0000 Subject: [PATCH] fix: deps/npm/node_modules/ms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/npm:diff:20180305 --- deps/npm/node_modules/ms/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/npm/node_modules/ms/package.json b/deps/npm/node_modules/ms/package.json index 49971890df8e2b..20467f9d7083a3 100644 --- a/deps/npm/node_modules/ms/package.json +++ b/deps/npm/node_modules/ms/package.json @@ -28,11 +28,11 @@ }, "license": "MIT", "devDependencies": { - "eslint": "4.18.2", + "eslint": "7.0.0", "expect.js": "0.3.1", "husky": "0.14.3", - "lint-staged": "5.0.0", - "mocha": "4.0.1", + "lint-staged": "10.2.0", + "mocha": "10.1.0", "prettier": "2.0.5" } }