From c6916e39d02a43b06288fc66a4c14236dcb5551d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 02:56:08 +0000 Subject: [PATCH] build(deps-dev): bump stylelint from 16.13.0 to 16.13.1 (#1018) Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.13.0 to 16.13.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.13.0...16.13.1) --- 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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a87145..2f27d6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "husky": "^9.1.7", "lint-staged": "^15.3.0", "prettier": "^3.4.2", - "stylelint": "^16.13.0", + "stylelint": "^16.13.1", "stylelint-config-recommended": "^14.0.1", "typescript": "^5.7.3", "typescript-eslint": "^8.20.0" @@ -5894,9 +5894,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.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.13.1.tgz", + "integrity": "sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q==", "dev": true, "funding": [ { @@ -5927,7 +5927,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", @@ -6013,9 +6013,9 @@ } }, "node_modules/stylelint/node_modules/ignore": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.0.tgz", - "integrity": "sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.2.tgz", + "integrity": "sha512-Wx5VKTZatJNNa26J1dMfJF1bZu4Lw31EHwhFRcSjTvro8Mqsrd3rJanyW48W43Eyd+gpaiDNkveYd62DvXaZeQ==", "dev": true, "engines": { "node": ">= 4" diff --git a/package.json b/package.json index 93bbd2f..cca1dbd 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "husky": "^9.1.7", "lint-staged": "^15.3.0", "prettier": "^3.4.2", - "stylelint": "^16.13.0", + "stylelint": "^16.13.1", "stylelint-config-recommended": "^14.0.1", "typescript": "^5.7.3", "typescript-eslint": "^8.20.0"