Browse Source

Update dependency stylelint-config-standard to ^36.0.1

renovate[bot] 1 year ago
parent
commit
f8b9fb21b4
2 changed files with 32 additions and 10 deletions
  1. 31 9
      package-lock.json
  2. 1 1
      package.json

+ 31 - 9
package-lock.json

@@ -42,7 +42,7 @@
 				"prettier-plugin-sh": "^0.14.0",
 				"prettier-plugin-sql": "^0.18.0",
 				"stylelint": "^16.6.1",
-				"stylelint-config-standard": "^36.0.0",
+				"stylelint-config-standard": "^36.0.1",
 				"vitepress": "^1.2.3",
 				"vitest": "^1.6.0",
 				"vue": "^3.4.30"
@@ -7318,24 +7318,46 @@
 			}
 		},
 		"node_modules/stylelint-config-recommended": {
-			"version": "14.0.0",
-			"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.0.tgz",
-			"integrity": "sha512-jSkx290CglS8StmrLp2TxAppIajzIBZKYm3IxT89Kg6fGlxbPiTiyH9PS5YUuVAFwaJLl1ikiXX0QWjI0jmgZQ==",
+			"version": "14.0.1",
+			"resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-14.0.1.tgz",
+			"integrity": "sha512-bLvc1WOz/14aPImu/cufKAZYfXs/A/owZfSMZ4N+16WGXLoX5lOir53M6odBxvhgmgdxCVnNySJmZKx73T93cg==",
 			"dev": true,
+			"funding": [
+				{
+					"type": "opencollective",
+					"url": "https://opencollective.com/stylelint"
+				},
+				{
+					"type": "github",
+					"url": "https://github.com/sponsors/stylelint"
+				}
+			],
+			"license": "MIT",
 			"engines": {
 				"node": ">=18.12.0"
 			},
 			"peerDependencies": {
-				"stylelint": "^16.0.0"
+				"stylelint": "^16.1.0"
 			}
 		},
 		"node_modules/stylelint-config-standard": {
-			"version": "36.0.0",
-			"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.0.tgz",
-			"integrity": "sha512-3Kjyq4d62bYFp/Aq8PMKDwlgUyPU4nacXsjDLWJdNPRUgpuxALu1KnlAHIj36cdtxViVhXexZij65yM0uNIHug==",
+			"version": "36.0.1",
+			"resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz",
+			"integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==",
 			"dev": true,
+			"funding": [
+				{
+					"type": "opencollective",
+					"url": "https://opencollective.com/stylelint"
+				},
+				{
+					"type": "github",
+					"url": "https://github.com/sponsors/stylelint"
+				}
+			],
+			"license": "MIT",
 			"dependencies": {
-				"stylelint-config-recommended": "^14.0.0"
+				"stylelint-config-recommended": "^14.0.1"
 			},
 			"engines": {
 				"node": ">=18.12.0"

+ 1 - 1
package.json

@@ -51,7 +51,7 @@
 		"prettier-plugin-sh": "^0.14.0",
 		"prettier-plugin-sql": "^0.18.0",
 		"stylelint": "^16.6.1",
-		"stylelint-config-standard": "^36.0.0",
+		"stylelint-config-standard": "^36.0.1",
 		"vitepress": "^1.2.3",
 		"vitest": "^1.6.0",
 		"vue": "^3.4.30"