From b556fe475ea1d5c6e07e5cf588a1d04312c8c89d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 17:29:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a05fc2f791f..9abfc3bf985 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "autoprefixer": "^10.4.8", "hugo-extended": "0.99.1", - "netlify-cli": "^9.12.3", + "netlify-cli": "^10.0.0", "postcss": "^8.4.16", "postcss-cli": "^10.0.0" }