From fc3bf4b400160029fc12b412fb864806feaa0f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 06:26:41 +0000 Subject: [PATCH] Bump stylelint from 16.24.0 to 16.25.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.24.0 to 16.25.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.24.0...16.25.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.25.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3713fbcc73..bf37f09cbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "postcss-lit": "^1.2.x", "proj4": "^2.19.x", "shpjs": "^6.1.x", - "stylelint": "^16.15.x", + "stylelint": "^16.25.x", "stylelint-config-standard": "^39.0.x", "svg-sprite-loader": "^6.0.x", "svgo": "^4.0.x", @@ -10834,9 +10834,9 @@ } }, "node_modules/stylelint": { - "version": "16.24.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.24.0.tgz", - "integrity": "sha512-7ksgz3zJaSbTUGr/ujMXvLVKdDhLbGl3R/3arNudH7z88+XZZGNLMTepsY28WlnvEFcuOmUe7fg40Q3lfhOfSQ==", + "version": "16.25.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.25.0.tgz", + "integrity": "sha512-Li0avYWV4nfv1zPbdnxLYBGq4z8DVZxbRgx4Kn6V+Uftz1rMoF1qiEI3oL4kgWqyYgCgs7gT5maHNZ82Gk03vQ==", "dev": true, "funding": [ { @@ -10854,13 +10854,13 @@ "@csstools/css-tokenizer": "^3.0.4", "@csstools/media-query-list-parser": "^4.0.3", "@csstools/selector-specificity": "^5.0.0", - "@dual-bundle/import-meta-resolve": "^4.1.0", + "@dual-bundle/import-meta-resolve": "^4.2.1", "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", "css-functions-list": "^3.2.3", "css-tree": "^3.1.0", - "debug": "^4.4.1", + "debug": "^4.4.3", "fast-glob": "^3.3.3", "fastest-levenshtein": "^1.0.16", "file-entry-cache": "^10.1.4", diff --git a/package.json b/package.json index 2c774000d8..9ace01d51e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-lit": "^1.2.x", "proj4": "^2.19.x", "shpjs": "^6.1.x", - "stylelint": "^16.15.x", + "stylelint": "^16.25.x", "stylelint-config-standard": "^39.0.x", "svg-sprite-loader": "^6.0.x", "svgo": "^4.0.x",