From 93d8349f165f5ef833dc09c97913188d3f6633c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 08:50:55 +0000 Subject: [PATCH] fix: packages/stylelint-copyright/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- packages/stylelint-copyright/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stylelint-copyright/package.json b/packages/stylelint-copyright/package.json index 0a39fe10719e..8d68f7e7eae2 100644 --- a/packages/stylelint-copyright/package.json +++ b/packages/stylelint-copyright/package.json @@ -11,6 +11,6 @@ "directory": "packages/stylelint-copyright" }, "dependencies": { - "stylelint": "^13.2.1" + "stylelint": "^14.0.0" } }