From 13d2977ee1218895344ba35e2a0d40bebfa9451d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:17:14 +0000 Subject: [PATCH] npm: bump stylelint-scss from 3.21.0 to 5.2.1 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 3.21.0 to 5.2.1. - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/3.21.0...v5.2.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f183d54e4c..f155f3df69 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "stylelint": "~13.13.1", "stylelint-config-standard": "^22.0.0", "stylelint-order": "^4.1.0", - "stylelint-scss": "^3.20.1", + "stylelint-scss": "^5.2.1", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "release-it": "^14.10.0",