From c243156f6f717231c6d734ca78223fecf681f1b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 May 2024 00:47:06 +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-BABELTRAVERSE-5962463 --- node_modules/json5/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/json5/package.json b/node_modules/json5/package.json index 17bd44316b..54f2d910ae 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.0", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "babelrc-rollup": "^3.0.0",