From c3526a570d5a73053ab1d441cbb8c0cda2e40b30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 22:01:07 +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 9fc13b1b..c61d582c 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@lwc/eslint-plugin-lwc": "^1.7.2", "babel-jest": "^29.0.0", "babelify": "10.0.0", - "eslint": "^7.15.0", + "eslint": "^9.0.0", "eslint-config-expensify": "^2.0.44", "eslint-config-prettier": "^8.8.0", "eslint-plugin-jest": "^24.7.0",