0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 09:32:51 +00:00

Merge pull request #3985 from naturalcrit/dependabot/npm_and_yarn/stylelint-16.13.1

Bump stylelint from 16.13.0 to 16.13.1
This commit is contained in:
Víctor Losada Hernández
2025-01-14 08:09:03 +01:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -63,7 +63,7 @@
"jest-expect-message": "^1.1.3",
"jsdom-global": "^3.0.2",
"postcss-less": "^6.0.0",
"stylelint": "^16.13.0",
"stylelint": "^16.13.1",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended": "^15.0.0",
"supertest": "^7.0.0"
@@ -13038,9 +13038,9 @@
"license": "ISC"
},
"node_modules/stylelint": {
"version": "16.13.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz",
"integrity": "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==",
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz",
"integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==",
"dev": true,
"funding": [
{
@@ -13071,7 +13071,7 @@
"globby": "^11.1.0",
"globjoin": "^0.1.4",
"html-tags": "^3.3.1",
"ignore": "^7.0.0",
"ignore": "^7.0.1",
"imurmurhash": "^0.1.4",
"is-plain-object": "^5.0.0",
"known-css-properties": "^0.35.0",
@@ -13222,9 +13222,9 @@
}
},
"node_modules/stylelint/node_modules/ignore": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz",
"integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==",
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
"integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
"dev": true,
"engines": {
"node": ">= 4"

View File

@@ -137,7 +137,7 @@
"jest-expect-message": "^1.1.3",
"jsdom-global": "^3.0.2",
"postcss-less": "^6.0.0",
"stylelint": "^16.13.0",
"stylelint": "^16.13.1",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended": "^15.0.0",
"supertest": "^7.0.0"