From 5ee44ba49c132c3ab4f6a6dcde4bfc305e3a55f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 14:32:26 +0700 Subject: [PATCH] chore(deps): update dependency stylelint-config-standard-scss to ~6.1.0 (#617) Co-authored-by: renovate[bot] <29139614+renovate[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 1bfa41f..2ef5f76 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "postcss": "~8.4.18", "postcss-preset-env": "~7.8.2", "stylelint": "~14.15.0", - "stylelint-config-standard-scss": "~6.0.0" + "stylelint-config-standard-scss": "~6.1.0" }, "volta": { "node": "18.12.0", diff --git a/yarn.lock b/yarn.lock index bed3f5e..7fa1054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5741,10 +5741,10 @@ stylelint-config-recommended@^9.0.0: resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-9.0.0.tgz#1c9e07536a8cd875405f8ecef7314916d94e7e40" integrity sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ== -stylelint-config-standard-scss@~6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.0.0.tgz#9d451fdfd6caf1d914510a236457ec27e6675deb" - integrity sha512-aAWcQgiqsXg6Jyhq/Q/HPbVB7PHf4v/wdyFSDun/qlL/SPxtEcVeGMvJLzRVRaNf3tp3D93QP6N9QKwJa1L0Kw== +stylelint-config-standard-scss@~6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/stylelint-config-standard-scss/-/stylelint-config-standard-scss-6.1.0.tgz#a6cddd2a9430578b92fc89726a59474d5548a444" + integrity sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q== dependencies: stylelint-config-recommended-scss "^8.0.0" stylelint-config-standard "^29.0.0"