From f4ba99b1f09586999e07c7d452b2d68faf6966b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 00:46:33 +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 3d92672..9310105 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.6", "@typescript-eslint/parser": "^5.59.6", "deepmerge": "^4.3.1", - "eslint": "^8.41.0", + "eslint": "^9.0.0", "jest": "^29.5.0", "minimatch": "^9.0.1", "prettier": "^2.8.8",