From 5853e20893c25666a655b8a2fa5c6ff172d0de86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 18:06:34 +0000 Subject: [PATCH] fix: working-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 --- working-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/working-example/package.json b/working-example/package.json index ba33c6a..3a330b2 100644 --- a/working-example/package.json +++ b/working-example/package.json @@ -11,7 +11,7 @@ "license": "ISC", "dependencies": { "babel-core": "^6.7.2", - "babel-eslint": "^5.0.0", + "babel-eslint": "^10.1.0", "babel-loader": "^6.2.4", "babel-plugin-transform-object-rest-spread": "^6.6.5", "babel-preset-es2015": "^6.6.0",