summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-07 07:45:16 +0000
committerMarkus Heiser <markus.heiser@darmarIT.de>2025-03-07 09:21:16 +0100
commit00bae7846370e42c1c0035339cad49e241c3060c (patch)
tree41929caaaf62c4faa7c9e236e683743ee39b4d63
parent375f0c4a7984465a3aaa03d1cc9dfaf23c3e95f2 (diff)
[upd] web-client (simple): Bump stylelint in /client/simple
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.14.1 to 16.15.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.14.1...16.15.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--client/simple/package-lock.json16
-rw-r--r--client/simple/package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json
index b188b5764..7b1d8d58b 100644
--- a/client/simple/package-lock.json
+++ b/client/simple/package-lock.json
@@ -25,7 +25,7 @@
"normalize.css": "^8.0.1",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
- "stylelint": "^16.14.1",
+ "stylelint": "^16.15.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-less": "^3.0.1",
"stylelint-prettier": "^5.0.3",
@@ -6053,9 +6053,9 @@
}
},
"node_modules/stylelint": {
- "version": "16.14.1",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.14.1.tgz",
- "integrity": "sha512-oqCL7AC3786oTax35T/nuLL8p2C3k/8rHKAooezrPGRvUX0wX+qqs5kMWh5YYT4PHQgVDobHT4tw55WgpYG6Sw==",
+ "version": "16.15.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.15.0.tgz",
+ "integrity": "sha512-OK6Rs7EPdcdmjqiDycadZY4fw3f5/TC1X6/tGjnF3OosbwCeNs7nG+79MCAtjEg7ckwqTJTsku08e0Rmaz5nUw==",
"dev": true,
"funding": [
{
@@ -6082,7 +6082,7 @@
"debug": "^4.3.7",
"fast-glob": "^3.3.3",
"fastest-levenshtein": "^1.0.16",
- "file-entry-cache": "^10.0.5",
+ "file-entry-cache": "^10.0.6",
"global-modules": "^2.0.0",
"globby": "^11.1.0",
"globjoin": "^0.1.4",
@@ -6096,14 +6096,14 @@
"micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"picocolors": "^1.1.1",
- "postcss": "^8.5.1",
+ "postcss": "^8.5.3",
"postcss-resolve-nested-selector": "^0.1.6",
"postcss-safe-parser": "^7.0.1",
- "postcss-selector-parser": "^7.0.0",
+ "postcss-selector-parser": "^7.1.0",
"postcss-value-parser": "^4.2.0",
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
- "supports-hyperlinks": "^3.1.0",
+ "supports-hyperlinks": "^3.2.0",
"svg-tags": "^1.0.0",
"table": "^6.9.0",
"write-file-atomic": "^5.0.1"
diff --git a/client/simple/package.json b/client/simple/package.json
index 4ffb5d1c2..c6f0cfb38 100644
--- a/client/simple/package.json
+++ b/client/simple/package.json
@@ -23,7 +23,7 @@
"normalize.css": "^8.0.1",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
- "stylelint": "^16.14.1",
+ "stylelint": "^16.15.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-less": "^3.0.1",
"stylelint-prettier": "^5.0.3",