From 53a6d4ce9acb0596a0ed0f1e61229f280960da0e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 07:09:54 +0000 Subject: [PATCH] feat: upgrade stylelint from 13.8.0 to 16.7.0 Snyk has created this PR to upgrade stylelint from 13.8.0 to 16.7.0. See this package in npm: stylelint See this project in Snyk: https://app.snyk.io/org/cachiman/project/bab6a33d-4576-493b-ba60-c9ec9e303c81?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr --- plugins/woocommerce/client/legacy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/client/legacy/package.json b/plugins/woocommerce/client/legacy/package.json index 65b3a30447dd6..206a147e1c316 100644 --- a/plugins/woocommerce/client/legacy/package.json +++ b/plugins/woocommerce/client/legacy/package.json @@ -33,6 +33,6 @@ "gruntify-eslint": "5.0.0", "nodemon": "^2.0.21", "sass": "^1.45.0", - "stylelint": "13.8.0" + "stylelint": "16.7.0" } }