Przeglądaj źródła

chore(deps): update dependency stylelint to ^16.21.1 (#5045)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 8 miesięcy temu
rodzic
commit
857ea4652c
2 zmienionych plików z 6 dodań i 6 usunięć
  1. 5 5
      package-lock.json
  2. 1 1
      package.json

+ 5 - 5
package-lock.json

@@ -38,7 +38,7 @@
 				"prettier-plugin-nginx": "^1.0.3",
 				"prettier-plugin-sh": "^0.17.4",
 				"prettier-plugin-sql": "^0.19.1",
-				"stylelint": "^16.21.0",
+				"stylelint": "^16.21.1",
 				"stylelint-config-standard": "^38.0.0",
 				"vitepress": "^1.6.3",
 				"vitest": "^3.1.3",
@@ -7655,9 +7655,9 @@
 			}
 		},
 		"node_modules/stylelint": {
-			"version": "16.21.0",
-			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.0.tgz",
-			"integrity": "sha512-ki3PpJGG7xhm3WtINoWGnlvqAmbqSexoRMbEMJzlwewSIOqPRKPlq452c22xAdEJISVi80r+I7KL9GPUiwFgbg==",
+			"version": "16.21.1",
+			"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz",
+			"integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==",
 			"dev": true,
 			"funding": [
 				{
@@ -7698,7 +7698,7 @@
 				"micromatch": "^4.0.8",
 				"normalize-path": "^3.0.0",
 				"picocolors": "^1.1.1",
-				"postcss": "^8.5.5",
+				"postcss": "^8.5.6",
 				"postcss-resolve-nested-selector": "^0.1.6",
 				"postcss-safe-parser": "^7.0.1",
 				"postcss-selector-parser": "^7.1.0",

+ 1 - 1
package.json

@@ -47,7 +47,7 @@
 		"prettier-plugin-nginx": "^1.0.3",
 		"prettier-plugin-sh": "^0.17.4",
 		"prettier-plugin-sql": "^0.19.1",
-		"stylelint": "^16.21.0",
+		"stylelint": "^16.21.1",
 		"stylelint-config-standard": "^38.0.0",
 		"vitepress": "^1.6.3",
 		"vitest": "^3.1.3",