From a3e47d53b7abcd10387c3d8aad70d6ac91e80d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:21:30 +0000 Subject: [PATCH] npm: bump stylelint-scss from 3.21.0 to 5.2.0 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 3.21.0 to 5.2.0. - [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.0) --- 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..8758e2c0b6 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.0", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "release-it": "^14.10.0",