From 966d8a04e4c6e4e18e6d419c345823df4301eb27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2020 22:10:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140bb52..8047e10 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "babel-preset-stage-0": "^6.24.1", "babelify": "^8.0.0", "browserify": "^16.1.0", - "eslint": "^4.18.2", + "eslint": "^6.0.0", "eslint-plugin-security": "^1.4.0", "npm-run-all": "^4.1.2", "snyk": "^1.69.10",