From 09c316e8979948b4b95eea2be49763cb70a93fb3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2025 21:51:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29475ae5c035aa..c0c13c45b2eca9 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "eslint-plugin-prefer-arrow-functions": "~3.1.4", "eslint-plugin-prettier": "~4.2.1", "eslint-plugin-promise": "~6.1.0", - "eslint-plugin-unicorn": "^45.0.0", + "eslint-plugin-unicorn": "^57.0.0", "fast-json-stable-stringify": "~2.1.0", "fdir": "~5.3.0", "husky": "^8.0.1",