From 8d3194ee1aa2f8212d85a66efb54999b6dc6a0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 18:31:44 +0000 Subject: [PATCH] chore(deps-dev): 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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba69065a8..ec46f592f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -96,7 +96,7 @@ "stylelint": "15.10.3", "stylelint-config-css-modules": "4.3.0", "stylelint-config-standard-scss": "11.0.0", - "stylelint-scss": "5.2.1", + "stylelint-scss": "5.3.0", "svg-react-loader": "0.4.6", "ts-jest": "29.1.1", "ts-loader": "9.5.0", @@ -24661,9 +24661,9 @@ } }, "node_modules/stylelint-scss": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.2.1.tgz", - "integrity": "sha512-ZoTJUM85/qqpQHfEppjW/St//8s6p9Qsg8deWlYlr56F9iUgC9vXeIDQvH4odkRRJLTLFQzYMALSOFCQ3MDkgw==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.3.0.tgz", + "integrity": "sha512-Sc7S1uWqStMc99NREsHNxpxHHFRvjo2pWILNl/UCwWO8PxhODK8qbJH0GHWIALxl6BD5rwJL4cSm4jk36hi6fg==", "dev": true, "dependencies": { "known-css-properties": "^0.28.0", diff --git a/package.json b/package.json index d73c768c1..73b613761 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "stylelint": "15.10.3", "stylelint-config-css-modules": "4.3.0", "stylelint-config-standard-scss": "11.0.0", - "stylelint-scss": "5.2.1", + "stylelint-scss": "5.3.0", "svg-react-loader": "0.4.6", "ts-jest": "29.1.1", "ts-loader": "9.5.0",