From 825f052fdd86c9e8e4d47bfdc586e9b76e56b48a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:40:49 +0000 Subject: [PATCH] fix: example/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-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index c9ea3fd..3bd7a5a 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ "dependencies": { "babel-preset-es2015": "6.18.0", "babel-preset-react": "6.16.0", - "babelify": "7.3.0", + "babelify": "8.0.0", "browserify": "13.1.1", "react": "15.4.0", "react-dom": "15.4.0"