From 7d76e1409cb5f96502507cd04da6b005ef018eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:17:03 +0000 Subject: [PATCH] chore(deps): bump stylelint from 16.2.0 to 16.2.1 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.2.0 to 16.2.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.2.0...16.2.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 95898818..f8c15d7c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-hot-toast": "2.4.1", "react-paginate": "^8.2.0", "sass": "^1.70.0", - "stylelint": "^16.2.0", + "stylelint": "^16.2.1", "swr": "^2.2.4", "tailwindcss": "^3.4.1", "viem": "^1.19.9", diff --git a/yarn.lock b/yarn.lock index eb411bcc..824d3680 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8247,10 +8247,10 @@ stylelint-config-standard@^36.0.0: dependencies: stylelint-config-recommended "^14.0.0" -stylelint@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.0.tgz#60678f64d7660350fdd06415fd449f332b4fcbf6" - integrity sha512-gwqU5AkIb52wrAzzn+359S3NIJDMl02TXLUaV2tzA/L6jUdpTwNt+MCxHlc8+Hb2bUHlYVo92YeSIryF2gJthA== +stylelint@^16.2.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.2.1.tgz#895d6d42523c5126ec0895f0ca2a58febeb77e89" + integrity sha512-SfIMGFK+4n7XVAyv50CpVfcGYWG4v41y6xG7PqOgQSY8M/PgdK0SQbjWFblxjJZlN9jNq879mB4BCZHJRIJ1hA== dependencies: "@csstools/css-parser-algorithms" "^2.5.0" "@csstools/css-tokenizer" "^2.2.3"