From 753c77da5b9570119b49af4479041a6367fd9885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 03:46:31 +0000 Subject: [PATCH] Bump stylelint-config-standard from 31.0.0 to 32.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 31.0.0 to 32.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/31.0.0...32.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... 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 2ab3dbee51..8fd9d1f428 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "stylelint": "15.4.0", "stylelint-config-css-modules": "4.2.0", "stylelint-config-recommended": "11.0.0", - "stylelint-config-standard": "31.0.0", + "stylelint-config-standard": "32.0.0", "tmp": "0.2.1", "ts-node": "10.9.1", "ts-toolbelt": "9.6.0", diff --git a/yarn.lock b/yarn.lock index c34d7b53b5..62d9dd23db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10938,10 +10938,10 @@ stylelint-config-recommended@11.0.0, stylelint-config-recommended@^11.0.0: resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-11.0.0.tgz#b1cb7d71bd92f9b8593f93c2ca6df16ed7d61522" integrity sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA== -stylelint-config-standard@31.0.0: - version "31.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-31.0.0.tgz#90d94e1b43df798412e129b4b1cb4c4e56ffe64f" - integrity sha512-CUGAmtROCvX0YgMY2+6P9tqSkHj5z/75XxrQ8bGxvkCa1xYdGDx4poM0pa7cXc3s74/PZLJH/okxZZouRfOSGw== +stylelint-config-standard@32.0.0: + version "32.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-32.0.0.tgz#97179035e967f22a7b7e27f14a74f5d5fc0f0bd6" + integrity sha512-UnGJxYDyYFrIE9CjDMZRkrNh2o4lOtO+MVZ9qG5b8yARfsWho0GMx4YvhHfsv8zKKgHeWX2wfeyxmuoqcaYZ4w== dependencies: stylelint-config-recommended "^11.0.0"