From 2ccc63b2aeafdcc33e37d743ddd39b7f03b246a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 03:43:40 +0000 Subject: [PATCH] build(deps-dev): bump stylelint from 16.13.0 to 16.13.1 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] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index eff75bb..0231f1e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "prettier-eslint-cli": "^8.0.1", "set-value": "^4.1.0", "shellcheck": "^3.0.0", - "stylelint": "^16.13.0", + "stylelint": "^16.13.1", "stylelint-config-standard": "^36.0.1", "web-ext": "^8.3.0" }, diff --git a/yarn.lock b/yarn.lock index aa62cb5..4cbe1a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2622,10 +2622,10 @@ ignore@^5.1.8, ignore@^5.2.0, ignore@^5.2.4: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== -ignore@^7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.0.tgz#52da780b009bd0845d1f9dd4d8ae6a7569ae73c4" - integrity sha512-lcX8PNQygAa22u/0BysEY8VhaFRzlOkvdlKczDPnJvrkJD1EuqzEky5VYYKM2iySIuaVIDv9N190DfSreSLw2A== +ignore@^7.0.1: + version "7.0.2" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.2.tgz#f3159fb41f147eab6bbc1242a5469ba5d9af6f65" + integrity sha512-Wx5VKTZatJNNa26J1dMfJF1bZu4Lw31EHwhFRcSjTvro8Mqsrd3rJanyW48W43Eyd+gpaiDNkveYd62DvXaZeQ== ignore@~6.0.2: version "6.0.2" @@ -4565,10 +4565,10 @@ stylelint-config-standard@^36.0.1: dependencies: stylelint-config-recommended "^14.0.1" -stylelint@^16.13.0: - version "16.13.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.13.0.tgz#faf0bad7a0e30f079d5e3c6174d968a569c34167" - integrity sha512-muxVjMhZB8BrDFSKNva0dmvD2tM0o/szrvuZuXYcAnN9a8nQmbGLqNUOemSgumaCMCPQ+0USYyG3hA5vJjUC1Q== +stylelint@^16.13.1: + version "16.13.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.13.1.tgz#bc1bb8a01052c60a1b7c1038aa54773b14fea5b7" + integrity sha512-691JjSIIcP6f9QJFz0J0/AMG3lupE9RqYAgYCON3wiqp5nQiKqDYIsz321GeTOYNznoRPNh0Mf6VjzP1eBVz/Q== dependencies: "@csstools/css-parser-algorithms" "^3.0.4" "@csstools/css-tokenizer" "^3.0.3" @@ -4588,7 +4588,7 @@ stylelint@^16.13.0: 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"