From 10b225ba21946e2a061f732693c8a287366e2c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:52:50 +0300 Subject: [PATCH] Bump stylelint-config-recess-order from 5.0.0 to 5.0.1 (#250) Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 5.0.0 to 5.0.1. - [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.0...v5.0.1) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 166f988..44cf00d 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.2", - "stylelint-config-recess-order": "^5.0.0", + "stylelint-config-recess-order": "^5.0.1", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.2.1" @@ -2140,9 +2140,9 @@ } }, "node_modules/stylelint-config-recess-order": { - "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==", + "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==", "dependencies": { "stylelint-order": "^6.0.4" }, diff --git a/package.json b/package.json index db138e1..852f407 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@stylistic/stylelint-config": "^1.0.1", "@stylistic/stylelint-plugin": "^2.1.2", - "stylelint-config-recess-order": "^5.0.0", + "stylelint-config-recess-order": "^5.0.1", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.2.1"