From 08a295e9c5ecca44f317cb083d40a34144f39d0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:12:29 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.13.0 to 16.13.2 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.0 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.0...16.13.2) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3a15752..508c8d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "postcss": "8.5.1", "postcss-cli": "11.0.0", "sass": "1.83.4", - "stylelint": "16.13.0", + "stylelint": "16.13.2", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", "tailwindcss": "3.4.17", @@ -8941,9 +8941,9 @@ } }, "node_modules/stylelint": { - "version": "16.13.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.0.tgz", - "integrity": "sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.2.tgz", + "integrity": "sha512-wDlgh0mRO9RtSa3TdidqHd0nOG8MmUyVKl+dxA6C1j8aZRzpNeEgdhFmU5y4sZx4Fc6r46p0fI7p1vR5O2DZqA==", "dev": true, "funding": [ { @@ -8974,7 +8974,7 @@ "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^7.0.0", + "ignore": "^7.0.1", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", diff --git a/package.json b/package.json index 418fac6..023c382 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "postcss": "8.5.1", "postcss-cli": "11.0.0", "sass": "1.83.4", - "stylelint": "16.13.0", + "stylelint": "16.13.2", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", "tailwindcss": "3.4.17",