From 258824f23b4f057002c20cabb90977f31f098d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:42:45 +0000 Subject: [PATCH] Bump stylelint-scss from 6.10.0 to 6.10.1 Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.10.0 to 6.10.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.10.0...v6.10.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index d8287b56aa..9ca7a15173 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -63,7 +63,7 @@ "sass": "^1.83.1", "stylelint": "^16.12.0", "stylelint-config-recommended-scss": "^14.1.0", - "stylelint-scss": "^6.10.0", + "stylelint-scss": "^6.10.1", "typescript": "^5.7.3" }, "volta": { diff --git a/package-lock.json b/package-lock.json index 4d2b977717..dea4f58068 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "sass": "^1.83.1", "stylelint": "^16.12.0", "stylelint-config-recommended-scss": "^14.1.0", - "stylelint-scss": "^6.10.0", + "stylelint-scss": "^6.10.1", "typescript": "^5.7.3" } }, @@ -13605,15 +13605,15 @@ } }, "node_modules/stylelint-scss": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.10.0.tgz", - "integrity": "sha512-y03if6Qw9xBMoVaf7tzp5BbnYhYvudIKzURkhSHzcHG0bW0fAYvQpTUVJOe7DyhHaxeThBil4ObEMvGbV7+M+w==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.10.1.tgz", + "integrity": "sha512-CBqs0jecftIyhic6xba+4OvZUp4B0wNbX19w6Rq1fPo+lBDmTevk+olo8H7u/WQpTSDCDbBN4f3oocQurvXLTQ==", "dev": true, "dependencies": { "css-tree": "^3.0.1", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", - "mdn-data": "^2.12.2", + "mdn-data": "^2.14.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.6", "postcss-selector-parser": "^7.0.0",