summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-21 19:37:42 +0000
committerDaniel Micay <daniel.micay@grapheneos.org>2024-06-21 16:05:48 -0400
commit3cceaa7e0a2d336ff5843c5877a99c291d5ad881 (patch)
treed807a08689f107d67b5ad3afddea7a117ec71c04
parentf25155f056ca0476157cfa37e1cb7ffe9d11277f (diff)
Bump stylelint-config-standard from 36.0.0 to 36.0.1
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.0 to 36.0.1. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/36.0.0...36.0.1) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json40
-rw-r--r--package.json2
2 files changed, 30 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 0874d03c..bee42237 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"eslint": "^9.5.0",
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.6.1",
- "stylelint-config-standard": "^36.0.0",
+ "stylelint-config-standard": "^36.0.1",
"terser": "^5.31.1",
"vnu-jar": "^23.4.11"
}
@@ -2177,24 +2177,42 @@
}
},
"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==",
- "license": "MIT",
+ "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==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
"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==",
- "license": "MIT",
+ "version": "36.0.1",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-36.0.1.tgz",
+ "integrity": "sha512-8aX8mTzJ6cuO8mmD5yon61CWuIM4UD8Q5aBcWKGSf6kg+EC3uhB+iOywpTK4ca6ZL7B49en8yanOFtUW0qNzyw==",
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/stylelint"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/stylelint"
+ }
+ ],
"dependencies": {
- "stylelint-config-recommended": "^14.0.0"
+ "stylelint-config-recommended": "^14.0.1"
},
"engines": {
"node": ">=18.12.0"
diff --git a/package.json b/package.json
index 03000a00..280792a4 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"eslint": "^9.5.0",
"html-minifier-terser": "^7.2.0",
"stylelint": "^16.6.1",
- "stylelint-config-standard": "^36.0.0",
+ "stylelint-config-standard": "^36.0.1",
"terser": "^5.31.1",
"vnu-jar": "^23.4.11"
},