From 6b200b1c6d229d52ad61053ef5c2694f0de35abe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 03:28:20 +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 ca1e737..e14131a 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "cz-conventional-changelog": "^3.2.0", "cz-gitmoji": "^0.0.7", "danger": "^11.2.1", - "eslint": "^7.1.0", + "eslint": "^9.0.0", "husky": "^5.0.0", "jest": "^26.0.1", "ts-jest": "^26.0.0",