From a148ef909fa8f9546c62fed582cfd17ad856c542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 03:37:58 +0000 Subject: [PATCH] chore(deps): bump stylelint-config-recess-order from 5.0.1 to 5.1.0 Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 5.0.1 to 5.1.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/v5.0.1...v5.1.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 e1178884..79464dd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "read-pkg-up": "^7.0.1", "semver": "^7.6.1", "stylelint": "^16.6.1", - "stylelint-config-recess-order": "^5.0.1", + "stylelint-config-recess-order": "^5.1.0", "stylelint-config-standard": "^36.0.1", "stylelint-no-unsupported-browser-features": "^8.0.1", "yargs": "^17.7.2" @@ -10314,9 +10314,9 @@ } }, "node_modules/stylelint-config-recess-order": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.1.tgz", - "integrity": "sha512-rKbGkoa3h0rINrGln9TFVowvSCLgPJC5O0EuPiqlqWcJMb1lImEtXktcjFCVz+hwtSUiHD3ijJc3vP9muFOgJg==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.1.0.tgz", + "integrity": "sha512-ddapCF6B/kEtQYIFhQFReQ0dvK1ZdgJDM/SGFtIyeooYDbqaJqcOlGkRRGaVErCQYJY/bPSPsLRS2LdQtLJUVQ==", "dependencies": { "stylelint-order": "^6.0.4" }, diff --git a/package.json b/package.json index 3e691041..00c48aac 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "read-pkg-up": "^7.0.1", "semver": "^7.6.1", "stylelint": "^16.6.1", - "stylelint-config-recess-order": "^5.0.1", + "stylelint-config-recess-order": "^5.1.0", "stylelint-config-standard": "^36.0.1", "stylelint-no-unsupported-browser-features": "^8.0.1", "yargs": "^17.7.2"