From 82c86f4164253d0cf84936c0cb8fc9abcf0a00e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 19:35:02 +0000 Subject: [PATCH] fix: example/checkbox/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- example/checkbox/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/checkbox/package.json b/example/checkbox/package.json index 7dbea6a..d9c032c 100644 --- a/example/checkbox/package.json +++ b/example/checkbox/package.json @@ -6,7 +6,7 @@ "dependencies": { "babel": "^5.8.23", "babel-eslint": "^4.1.3", - "eslint": "^1.8.0", + "eslint": "^6.6.0", "eslint-config-airbnb": "^0.1.0", "eslint-plugin-react": "^3.6.3", "react": "^15.2.0",