From c14569546004cea4217de01f6ef20dc13b357061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:35:26 +0000 Subject: [PATCH] Bump stylelint-scss from 6.1.0 to 6.2.1 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.1.0 to 6.2.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.1.0...v6.2.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production 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 39f1116..007be04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "stylelint-config-recess-order": "^4.6.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", - "stylelint-scss": "^6.1.0" + "stylelint-scss": "^6.2.1" }, "devDependencies": { "eslint": "^8.57.0", @@ -2221,9 +2221,9 @@ } }, "node_modules/stylelint-scss": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.1.0.tgz", - "integrity": "sha512-kCfK8TQzthGwb4vaZniZgxRsVbCM4ZckmT1b/H5m4FU3I8Dz0id9llKsy1NMp3XXqC8+OPD4rVKtUbSxXlJb5g==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.2.1.tgz", + "integrity": "sha512-ZoGLbVb1keZYRVGQlhB8G6sZOoNqw61whzzzGFWp05N12ErqLFfBv3JPrXiMLZaW98sBS7K/vUQhRnvUj4vwdw==", "dependencies": { "known-css-properties": "^0.29.0", "postcss-media-query-parser": "^0.2.3", diff --git a/package.json b/package.json index d59f2cb..04cc67d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "stylelint-config-recess-order": "^4.6.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", - "stylelint-scss": "^6.1.0" + "stylelint-scss": "^6.2.1" }, "devDependencies": { "eslint": "^8.57.0",