From 17d522f3e7f952323c1c7ad7c566faffc66bbfef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 14:55:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 140bb52..dc96ce1 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": "^9.0.0", "eslint-plugin-security": "^1.4.0", "npm-run-all": "^4.1.2", "snyk": "^1.69.10",