From 354592f8fe29d1958f77802d454790675fb1da11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 18:23:47 +0000 Subject: [PATCH] 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 b020e3e..38531d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "jsdom": "^26.1.0", "postcss-styled-syntax": "^0.7.1", "prettier": "^3.6.2", - "stylelint": "^16.21.0", + "stylelint": "^16.21.1", "stylelint-config-recommended": "^16.0.0", "typescript": "^5.8.3", "typescript-plugin-css-modules": "^5.1.0", @@ -16024,9 +16024,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": [ { @@ -16038,7 +16038,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", @@ -16067,7 +16066,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 24b40ba..2356570 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "jsdom": "^26.1.0", "postcss-styled-syntax": "^0.7.1", "prettier": "^3.6.2", - "stylelint": "^16.21.0", + "stylelint": "^16.21.1", "stylelint-config-recommended": "^16.0.0", "typescript": "^5.8.3", "typescript-plugin-css-modules": "^5.1.0",