From 8f3ad29682c1b5496a0d010086803fc8cd2f2394 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 12:30:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index eedf4e350..e3ca5f791 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "babel-core": "^6.26.3", "babel-eslint": "=8.0.3 || ^8.2.6", "babel-plugin-istanbul": "^4.1.6", - "babel-plugin-module-resolver": "^2.7.1", + "babel-plugin-module-resolver": "^5.0.0", "babel-preset-es2015-argon": "latest", "babel-preset-flow": "^6.23.0", "babel-register": "^6.26.0", @@ -84,9 +84,9 @@ "in-publish": "^2.0.1", "linklocal": "^2.8.2", "lodash.isarray": "^4.0.0", - "mocha": "^3.5.3", + "mocha": "^4.0.0", "npm-which": "^3.0.1", - "nyc": "^11.9.0", + "nyc": "^13.0.0", "redux": "^3.7.2", "rimraf": "^2.7.1", "safe-publish-latest": "^1.1.4", @@ -101,7 +101,7 @@ "dependencies": { "array-includes": "^3.1.3", "array.prototype.flat": "^1.2.4", - "debug": "^2.6.9", + "debug": "^3.1.0", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.4", "eslint-module-utils": "^2.6.1",