From c20ddd1a5739a41dc218de96bc0129efa8de9972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:32:28 +0000 Subject: [PATCH] Bump stylelint-config-recess-order from 4.4.0 to 4.6.0 Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.4.0 to 4.6.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.4.0...v4.6.0) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46d4ff6..4b8b6ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "dependencies": { "@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-plugin": "^2.0.0", - "stylelint-config-recess-order": "^4.4.0", + "stylelint-config-recess-order": "^4.6.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.1.0" @@ -2130,9 +2130,9 @@ } }, "node_modules/stylelint-config-recess-order": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.4.0.tgz", - "integrity": "sha512-Q99kvZyIM/aoPEV4dRDkzD3fZLzH0LXi+pawCf1r700uUeF/PHQ5PZXjwFUuGrWhOzd1N+cuVm+OUGsY2fRN5A==", + "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==", "dependencies": { "stylelint-order": "6.x" }, diff --git a/package.json b/package.json index d9ff042..36b338d 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-plugin": "^2.0.0", - "stylelint-config-recess-order": "^4.4.0", + "stylelint-config-recess-order": "^4.6.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.1.0"