From b9822a908f1e40c3a339993634a4076e6ad78cff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 22:09:26 +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 632bad0c..25a66076 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "cross-env": "^5.1.3", "cross-spawn": "^5.1.0", "doctoc": "^1.3.0", - "eslint": "^4.14.0", + "eslint": "^9.0.0", "eslint-config-kentcdodds": "^13.0.1", "eslint-config-prettier": "^2.9.0", "glob": "^7.1.2",