From 7eef377aa0cf8fb4c9657049ba5062aa23b1227e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:53:46 +0000 Subject: [PATCH] Bump stylelint-scss from 5.2.1 to 5.3.0 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-minor ... 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 4279333e..f10ece7b 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,6 @@ "eslint-plugin-import": "^2.29.0", "stylelint": "^15.11.0", "stylelint-config-standard-scss": "^11.0.0", - "stylelint-scss": "^5.2.1" + "stylelint-scss": "^5.3.0" } } diff --git a/yarn.lock b/yarn.lock index 12e78b10..eeb429ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2457,10 +2457,10 @@ stylelint-config-standard@^34.0.0: dependencies: stylelint-config-recommended "^13.0.0" -stylelint-scss@^5.1.0, stylelint-scss@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.2.1.tgz#810299e4141fa38852bd14536a90e4942c8f387f" - integrity sha512-ZoTJUM85/qqpQHfEppjW/St//8s6p9Qsg8deWlYlr56F9iUgC9vXeIDQvH4odkRRJLTLFQzYMALSOFCQ3MDkgw== +stylelint-scss@^5.1.0, stylelint-scss@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/stylelint-scss/-/stylelint-scss-5.3.0.tgz#32fd2681f8934e87dfa90f5188646d07f08c59c9" + integrity sha512-Sc7S1uWqStMc99NREsHNxpxHHFRvjo2pWILNl/UCwWO8PxhODK8qbJH0GHWIALxl6BD5rwJL4cSm4jk36hi6fg== dependencies: known-css-properties "^0.28.0" postcss-media-query-parser "^0.2.3"