From aef70a8d1c902f42698ae62668d320043e8a9dcf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jun 2025 15:17:14 +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 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-WORDWRAP-3149973 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3efaa7d..5c20334 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "^7.27.0", "husky": "^6.0.0", "lint-staged": "^11.0.0", - "netlify-cli": "^3.31.16", + "netlify-cli": "^22.1.2", "prettier": "^2.3.0", "typescript": "^4.3.2" },