From a9c4c01edf69205b421c511ee2745ff7caa4f554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:27:37 -0600 Subject: [PATCH] Bump stylelint-scss from 4.0.1 to 4.1.0 in /dependencies (#2269) Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 4.0.1 to 4.1.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/v4.0.1...v4.1.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 7f0f0af5..339cf891 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -41,7 +41,7 @@ "stylelint": "^14.1.0", "stylelint-config-sass-guidelines": "^9.0.1", "stylelint-config-standard": "^24.0.0", - "stylelint-scss": "^4.0.1", + "stylelint-scss": "^4.1.0", "tekton-lint": "^0.6.0", "textlint": "^12.1.0", "textlint-filter-rule-comments": "^1.2.2", @@ -9275,9 +9275,9 @@ } }, "node_modules/stylelint-scss": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.0.1.tgz", - "integrity": "sha512-Ea+KY7ZFsDhU6Ne9r84y7NvFSNA843w352MSdQeDmklar0pDbeQj9flKrVAuDIlK0pDDdhFtgBl/N0FrtWHq0g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.1.0.tgz", + "integrity": "sha512-BNYTo7MMamhFOlcaAWp2dMpjg6hPyM/FFqfDIYzmYVLMmQJqc8lWRIiTqP4UX5bresj9Vo0dKC6odSh43VP2NA==", "dependencies": { "lodash": "^4.17.21", "postcss-media-query-parser": "^0.2.3", @@ -17597,9 +17597,9 @@ } }, "stylelint-scss": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.0.1.tgz", - "integrity": "sha512-Ea+KY7ZFsDhU6Ne9r84y7NvFSNA843w352MSdQeDmklar0pDbeQj9flKrVAuDIlK0pDDdhFtgBl/N0FrtWHq0g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.1.0.tgz", + "integrity": "sha512-BNYTo7MMamhFOlcaAWp2dMpjg6hPyM/FFqfDIYzmYVLMmQJqc8lWRIiTqP4UX5bresj9Vo0dKC6odSh43VP2NA==", "requires": { "lodash": "^4.17.21", "postcss-media-query-parser": "^0.2.3", diff --git a/dependencies/package.json b/dependencies/package.json index 57a27cd1..87e5ac3b 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -36,7 +36,7 @@ "stylelint": "^14.1.0", "stylelint-config-sass-guidelines": "^9.0.1", "stylelint-config-standard": "^24.0.0", - "stylelint-scss": "^4.0.1", + "stylelint-scss": "^4.1.0", "tekton-lint": "^0.6.0", "textlint": "^12.1.0", "textlint-filter-rule-comments": "^1.2.2",