From a79c2620b224107fc9271092c0de527f5ec44ffe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:46:00 +0000 Subject: [PATCH] Bump stylelint-config-recess-order from 4.6.0 to 5.0.0 Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.6.0 to 5.0.0. - [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases) - [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md) - [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9db1224..7c1c067 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dependencies": { "@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-plugin": "^2.1.1", - "stylelint-config-recess-order": "^4.6.0", + "stylelint-config-recess-order": "^5.0.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.2.1" @@ -2130,14 +2130,14 @@ } }, "node_modules/stylelint-config-recess-order": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.6.0.tgz", - "integrity": "sha512-V76fhv3YtcNXh/hyAuAdSzi5FmcrG54Mp2AThJ3D/PTMTSYzUPd7GIhP6z9mTqnRhmkk6YTfcu/JWB8h+Yrcaw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.0.tgz", + "integrity": "sha512-D+/Got844O96No2mj/H2NhLjj555iKAy/Mea+JCerfKB9TBKQW3/IudSVkTCxE4QiRDLldfH15x6FH1D1Anjhw==", "dependencies": { - "stylelint-order": "6.x" + "stylelint-order": "^6.0.4" }, "peerDependencies": { - "stylelint": ">=15" + "stylelint": ">=16" } }, "node_modules/stylelint-config-recommended": { diff --git a/package.json b/package.json index 4468e63..e296d77 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-plugin": "^2.1.1", - "stylelint-config-recess-order": "^4.6.0", + "stylelint-config-recess-order": "^5.0.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.2.1"