From 339f9cb4266e01b28e9765b6726e68657cb06d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:24:45 -0500 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.4.0 to 16.5.0 (#617) Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.4.0 to 16.5.0. - [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.4.0...16.5.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f7e147..c8a8960 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "razzle": "^4.2.18", "razzle-dev-utils": "^4.2.18", "react-test-renderer": "^18.3.1", - "stylelint": "^16.4.0", + "stylelint": "^16.5.0", "url": "^0.11.3", "webpack": "^5.91.0", "webpack-dev-server": "^4.15.2" diff --git a/yarn.lock b/yarn.lock index f82ed2c..a6ba3b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9403,10 +9403,10 @@ stylehacks@^4.0.0: postcss "^7.0.0" postcss-selector-parser "^3.0.0" -stylelint@^16.4.0: - version "16.4.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.4.0.tgz#8811005be82ca06224bc9bc3b4cf2fce30b347ae" - integrity sha512-uSx7VMuXwLuYcNSIg+0/fFNv0WinsfLAqsVVy7h7p80clKOHiGE8pfY6UjqwylTHiJrRIahTl6a8FPxGezhWoA== +stylelint@^16.5.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.5.0.tgz#4e3aff7cc2294fa54da729b972a6c38bf2a584a0" + integrity sha512-IlCBtVrG+qTy3v+tZTk50W8BIomjY/RUuzdrDqdnlCYwVuzXtPbiGfxYqtyYAyOMcb+195zRsuHn6tgfPmFfbw== dependencies: "@csstools/css-parser-algorithms" "^2.6.1" "@csstools/css-tokenizer" "^2.2.4"