From 3f3066c39a2c34398c08ff2431e3b8bee9303730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 09:03:18 +0000 Subject: [PATCH] build(deps-dev): bump stylelint from 16.21.0 to 16.21.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.0 to 16.21.1. - [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.21.0...16.21.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.21.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 312800b..8043174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "prettier": "^3.6.2", "prettier-plugin-pkg": "^0.21.1", "prettier-plugin-sh": "^0.18.0", - "stylelint": "^16.21.0", + "stylelint": "^16.21.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-junit-formatter": "^0.2.2", "stylelint-prettier": "^5.0.3" @@ -3660,9 +3660,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": [ { @@ -3674,7 +3674,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", @@ -3703,7 +3702,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", diff --git a/package.json b/package.json index 3f29da3..8331257 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "prettier": "^3.6.2", "prettier-plugin-pkg": "^0.21.1", "prettier-plugin-sh": "^0.18.0", - "stylelint": "^16.21.0", + "stylelint": "^16.21.1", "stylelint-config-standard-scss": "^14.0.0", "stylelint-junit-formatter": "^0.2.2", "stylelint-prettier": "^5.0.3"