From 67f2e87d2f306919b150b25e69d6c9f006e4e718 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 23:57:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140bb52..ab1cf98 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": "^7.0.0", "eslint-plugin-security": "^1.4.0", "npm-run-all": "^4.1.2", "snyk": "^1.69.10",