From 8c1774122421d0b7f1ac73ae2c2caafd77a915ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Apr 2024 21:44:01 +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 fc2ba6d..646425e 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "conventional-changelog-cli": "^2.2.2", "cross-env": "^7.0.3", "cz-customizable": "^6.9.1", - "eslint": "^8.20.0", + "eslint": "^9.0.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0",