From 0dda05fde28eceae5c3493f4854dd6282f37ebef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 10:17:26 +0000 Subject: [PATCH] npm: bump stylelint-order from 4.1.0 to 6.0.2 Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 4.1.0 to 6.0.2. - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/stylelint-order/compare/4.1.0...6.0.2) --- updated-dependencies: - dependency-name: stylelint-order 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..3d0b33b81f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "markdownlint-cli": "^0.27.1", "stylelint": "~13.13.1", "stylelint-config-standard": "^22.0.0", - "stylelint-order": "^4.1.0", + "stylelint-order": "^6.0.2", "stylelint-scss": "^3.20.1", "prettier": "^2.3.2", "pretty-quick": "^3.1.1",