From c58e1a3fd3a9cc97ab34747f6472b928a4310acf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 07:24:24 +0000 Subject: [PATCH] fix: node_modules/json5/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- node_modules/json5/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/json5/package.json b/node_modules/json5/package.json index 17bd44316b..35718cccad 100644 --- a/node_modules/json5/package.json +++ b/node_modules/json5/package.json @@ -49,7 +49,7 @@ "babel-core": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-external-helpers": "^6.22.0", - "babel-plugin-istanbul": "^4.1.5", + "babel-plugin-istanbul": "^5.0.1", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "babelrc-rollup": "^3.0.0", @@ -63,7 +63,7 @@ "eslint-plugin-promise": "^3.7.0", "eslint-plugin-standard": "^3.0.1", "mocha": "^5.0.4", - "nyc": "^11.4.1", + "nyc": "^13.0.1", "regenerate": "^1.3.3", "rollup": "^0.56.5", "rollup-plugin-babel": "^3.0.3",