From 4bfeed7eafd459ed783bdc43091e1fd35ab0ecac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Aug 2022 19:53:42 +0000 Subject: [PATCH] fix: upgrade stylelint from 14.3.0 to 14.9.1 Snyk has created this PR to upgrade stylelint from 14.3.0 to 14.9.1. See this package in npm: https://www.npmjs.com/package/stylelint See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/97bb87fb-00a2-4539-9e94-d8ce6a58d61a?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 ef8a0c572ea60..b00674e6b5d74 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "remark-frontmatter": "^4.0.1", "remark-preset-lint-node": "^3.3.0", "st": "^3.0.0", - "stylelint": "^14.3.0", + "stylelint": "^14.9.1", "stylelint-config-twbs-bootstrap": "^3.0.1", "tape": "^5.5.0", "vnu-jar": "21.10.12"