From 9c531d803ea6393674e57fc3b1da626b8acd1f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:05:58 +0000 Subject: [PATCH] Bump stylelint-scss from 3.19.0 to 3.21.0 Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.19.0 to 3.21.0. - [Release notes](https://github.com/kristerkari/stylelint-scss/releases) - [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.19.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 0c69516..d631579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14442,9 +14442,9 @@ } }, "stylelint-scss": { - "version": "3.19.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz", - "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==", + "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 a4e28fe..4c87b14 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "eslint-plugin-react": "^7.23.1", "stylelint": "^13.12.0", "stylelint-config-standard": "^21.0.0", - "stylelint-scss": "^3.19.0" + "stylelint-scss": "^3.21.0" } }