From 30efc07648349b9a030aba14f958e0d2d1c9b2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:59:55 +0000 Subject: [PATCH] Build(deps-dev): Bump stylelint-config-twbs-bootstrap Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebbce6a94451..d8834b35dd33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "sass-true": "^8.0.0", "shelljs": "^0.8.5", "stylelint": "^16.3.1", - "stylelint-config-twbs-bootstrap": "^14.0.0", + "stylelint-config-twbs-bootstrap": "^14.1.0", "terser": "^5.29.2", "vnu-jar": "23.4.11" }, @@ -2879,9 +2879,9 @@ } }, "node_modules/@stylistic/stylelint-plugin": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-2.1.0.tgz", - "integrity": "sha512-mUZEW9uImHSbXeyzbFmHb8WPBv56UTaEnWL/3dGdAiJ54C+8GTfDwDVdI6gbqT9wV7zynkPu7tCXc5746H9mZQ==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-2.1.1.tgz", + "integrity": "sha512-xqHTmQZN7EbnFDW7jw0rAsdFNO4IRqvXhrh3qhUlIwF/x09Zm7kgs/ADktHxsTJYcw346PpGihsB0t4pZhpeHw==", "dev": true, "dependencies": { "@csstools/css-parser-algorithms": "^2.5.0", @@ -11032,15 +11032,15 @@ } }, "node_modules/stylelint-config-recess-order": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.6.0.tgz", - "integrity": "sha512-V76fhv3YtcNXh/hyAuAdSzi5FmcrG54Mp2AThJ3D/PTMTSYzUPd7GIhP6z9mTqnRhmkk6YTfcu/JWB8h+Yrcaw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.0.tgz", + "integrity": "sha512-D+/Got844O96No2mj/H2NhLjj555iKAy/Mea+JCerfKB9TBKQW3/IudSVkTCxE4QiRDLldfH15x6FH1D1Anjhw==", "dev": true, "dependencies": { - "stylelint-order": "6.x" + "stylelint-order": "^6.0.4" }, "peerDependencies": { - "stylelint": ">=15" + "stylelint": ">=16" } }, "node_modules/stylelint-config-recommended": { @@ -11116,9 +11116,9 @@ } }, "node_modules/stylelint-config-twbs-bootstrap": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-14.0.0.tgz", - "integrity": "sha512-Qw0lLwxj/q4X763NjqefEwh42m71bARfBCs5yP3BF2e878A2+y87WUtGgeGTzD+gUDEoFBZbrjyIZkG/ILq9HA==", + "version": "14.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-14.1.0.tgz", + "integrity": "sha512-4pd1ddeLesZX2GQvQlelrFAUcgKo1GAFUSPR379s+hDUXrF+6JdUVpfUTfKq/k1U4a5RSbtUOXLS238rnqLPqg==", "dev": true, "funding": [ { @@ -11132,11 +11132,11 @@ ], "dependencies": { "@stylistic/stylelint-config": "^1.0.1", - "@stylistic/stylelint-plugin": "^2.0.0", - "stylelint-config-recess-order": "^4.4.0", + "@stylistic/stylelint-plugin": "^2.1.1", + "stylelint-config-recess-order": "^5.0.0", "stylelint-config-standard": "^36.0.0", "stylelint-config-standard-scss": "^13.0.0", - "stylelint-scss": "^6.1.0" + "stylelint-scss": "^6.2.1" }, "engines": { "node": ">=18.12.0" diff --git a/package.json b/package.json index e07c2e2772fd..fa0a1e3daa27 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "sass-true": "^8.0.0", "shelljs": "^0.8.5", "stylelint": "^16.3.1", - "stylelint-config-twbs-bootstrap": "^14.0.0", + "stylelint-config-twbs-bootstrap": "^14.1.0", "terser": "^5.29.2", "vnu-jar": "23.4.11" },