From d64008ce2788268927107a8d1558b77118d36c0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 08:01:47 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.13.1 to 16.13.2 (#955) Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.1 to 16.13.2. - [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.13.1...16.13.2) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5843d1..3dbf387 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "sort-package-json": "^2.13.0", - "stylelint": "^16.13.1", + "stylelint": "^16.13.2", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-standard": "^37.0.0", @@ -13259,9 +13259,9 @@ } }, "node_modules/stylelint": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz", - "integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", + "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", "dev": true, "funding": [ { @@ -13273,7 +13273,6 @@ "url": "https://github.com/sponsors/stylelint" } ], - "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.4", "@csstools/css-tokenizer": "^3.0.3", diff --git a/package.json b/package.json index c13acf5..4ab192e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "sort-package-json": "^2.13.0", - "stylelint": "^16.13.1", + "stylelint": "^16.13.2", "stylelint-config-css-modules": "^4.4.0", "stylelint-config-recess-order": "^5.1.1", "stylelint-config-standard": "^37.0.0",