From 5a4f89d8b127a1956518f5b70b46df456b8fd036 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:05:50 +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-MINIMATCH-15353389 --- 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 ad120b3f7b05..1dd25059e52d 100644 --- a/packages/stylelint-copyright/package.json +++ b/packages/stylelint-copyright/package.json @@ -14,7 +14,7 @@ "directory": "packages/stylelint-copyright" }, "dependencies": { - "stylelint": "^14.16.1", + "stylelint": "^16.1.0", "tslib": "^2.6.0" } }