From 9cbcff8474e1963b44b0817e4cde17b9d61699a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 08:16:16 +0000 Subject: [PATCH] Bump stylelint-scss from 6.5.0 to 6.5.1 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.5.0 to 6.5.1. - [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/v6.5.0...v6.5.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f666d5c..fa4f285 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "stylelint-config-recess-order": "^5.0.1", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", - "stylelint-scss": "^6.5.0" + "stylelint-scss": "^6.5.1" }, "devDependencies": { "eslint": "^8.57.0", @@ -2209,10 +2209,9 @@ } }, "node_modules/stylelint-scss": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.5.0.tgz", - "integrity": "sha512-yOnYlr71wrTPT3rYyUurgTj6Rw7JUtzsZQsiPEjvs+k/yqoYHdweqpw6XN/ARpxjAuvJpddoMUvV8aAIpvUwTg==", - "license": "MIT", + "version": "6.5.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.5.1.tgz", + "integrity": "sha512-ZLqdqihm6uDYkrsOeD6YWb+stZI8Wn92kUNDhE4M+g9g1aCnRv0JlOrttFiAJJwaNzpdQgX3YJb5vDQXVuO9Ww==", "dependencies": { "css-tree": "2.3.1", "is-plain-object": "5.0.0", diff --git a/package.json b/package.json index 17f2e68..9b41809 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "stylelint-config-recess-order": "^5.0.1", "stylelint-config-standard": "^36.0.1", "stylelint-config-standard-scss": "^13.1.0", - "stylelint-scss": "^6.5.0" + "stylelint-scss": "^6.5.1" }, "devDependencies": { "eslint": "^8.57.0",