From b9a3aac731415b60f8dc8cb26ad6ba012d1bc68d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 04:10:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3efaa7d..92472d9 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": "^8.1.4", "prettier": "^2.3.0", "typescript": "^4.3.2" },