From 6ceb2c5f4cd8cf44d3bbb96a060085821c04d0af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:04:37 +0000 Subject: [PATCH] fix: node_modules/eslint-import-resolver-node/node_modules/debug/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-USERAGENT-174737 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:ms:20170412 - https://snyk.io/vuln/npm:parsejson:20170908 --- .../node_modules/debug/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/node_modules/eslint-import-resolver-node/node_modules/debug/package.json b/node_modules/eslint-import-resolver-node/node_modules/debug/package.json index 0b1b9df8b4..5c73ddb31b 100644 --- a/node_modules/eslint-import-resolver-node/node_modules/debug/package.json +++ b/node_modules/eslint-import-resolver-node/node_modules/debug/package.json @@ -24,17 +24,17 @@ "browserify": "9.0.3", "chai": "^3.5.0", "concurrently": "^3.1.0", - "coveralls": "^2.11.15", - "eslint": "^3.12.1", + "coveralls": "^3.0.0", + "eslint": "^6.0.0", "istanbul": "^0.4.5", - "karma": "^1.3.0", + "karma": "^5.0.0", "karma-chai": "^0.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.2", "karma-sinon": "^1.0.5", - "mocha": "^3.2.0", + "mocha": "^4.0.0", "mocha-lcov-reporter": "^1.2.0", - "rimraf": "^2.5.4", + "rimraf": "^4.0.0", "sinon": "^1.17.6", "sinon-chai": "^2.8.0" },