From 55db9c08a71a8765686ca0c5381f0b08b159cebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 17:35:37 +0000 Subject: [PATCH] build(deps-dev): bump stylelint-scss from 3.18.0 to 3.21.0 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 3.18.0 to 3.21.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/3.18.0...3.21.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77657f9..a42ba0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7751,9 +7751,9 @@ } }, "stylelint-scss": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.18.0.tgz", - "integrity": "sha512-LD7+hv/6/ApNGt7+nR/50ft7cezKP2HM5rI8avIdGaUWre3xlHfV4jKO/DRZhscfuN+Ewy9FMhcTq0CcS0C/SA==", + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.21.0.tgz", + "integrity": "sha512-CMI2wSHL+XVlNExpauy/+DbUcB/oUZLARDtMIXkpV/5yd8nthzylYd1cdHeDMJVBXeYHldsnebUX6MoV5zPW4A==", "dev": true, "requires": { "lodash": "^4.17.15", diff --git a/package.json b/package.json index fb6b270..bfbb8e3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "stylelint-config-standard": "^20.0.0", "stylelint-order": "^4.1.0", "stylelint-prettier": "^1.1.2", - "stylelint-scss": "^3.18.0" + "stylelint-scss": "^3.21.0" }, "license": "GPL-3.0-or-later", "private": true,