build(deps-dev): bump stylelint-config-recess-order from 4.6.0 to 5.0.1 (#864)

Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.6.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/v4.6.0...v5.0.1)

---
updated-dependencies:
- dependency-name: stylelint-config-recess-order
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-04 23:37:46 -04:00 committed by GitHub
parent 3dd50b6475
commit f59947f00c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -16,7 +16,7 @@
"grunt-banana-checker": "0.13.0",
"husky": "^9.0.11",
"stylelint": "16.6.1",
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-wikimedia": "0.17.0",
"stylelint-order": "^6.0.3"
}
@ -4564,15 +4564,15 @@
}
},
"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.1",
"resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.1.tgz",
"integrity": "sha512-rKbGkoa3h0rINrGln9TFVowvSCLgPJC5O0EuPiqlqWcJMb1lImEtXktcjFCVz+hwtSUiHD3ijJc3vP9muFOgJg==",
"dev": true,
"dependencies": {
"stylelint-order": "6.x"
"stylelint-order": "^6.0.4"
},
"peerDependencies": {
"stylelint": ">=15"
"stylelint": ">=16"
}
},
"node_modules/stylelint-config-recommended": {

View file

@ -20,7 +20,7 @@
"grunt-banana-checker": "0.13.0",
"husky": "^9.0.11",
"stylelint": "16.6.1",
"stylelint-config-recess-order": "4.6.0",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-wikimedia": "0.17.0",
"stylelint-order": "^6.0.3"
},