From 03e2217078c3c9c780acd054fc3c00ee3828f65e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 20:42:22 +0000 Subject: [PATCH] feat: upgrade stylelint from 15.1.0 to 16.3.1 Snyk has created this PR to upgrade stylelint from 15.1.0 to 16.3.1. See this package in npm: https://www.npmjs.com/package/stylelint See this project in Snyk: https://app.snyk.io/org/cmaier274/project/37a6be2f-93ff-45c6-b2c5-c71239e42b67?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9eab3e4b02..9d2c5d32f7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "node-fetch": "^2.6.7", "prettier": "^2.7.1", "selenium-webdriver": "^4.14.0", - "stylelint": "^15.1.0", + "stylelint": "^16.3.1", "stylelint-config-standard": "^30.0.1", "vnu-jar": "^21.2.5" },