From 54e6e2a96d455ed1ec7a2ae9cf5f560530872e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 07:46:55 +0000 Subject: [PATCH] [upd] web-client (simple): Bump stylelint in /client/simple Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.19.0 to 16.19.1. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.19.0...16.19.1) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.19.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/simple/package-lock.json | 8 ++++---- client/simple/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/simple/package-lock.json b/client/simple/package-lock.json index 65dd0c93a..fdeee187b 100644 --- a/client/simple/package-lock.json +++ b/client/simple/package-lock.json @@ -25,7 +25,7 @@ "normalize.css": "^8.0.1", "sharp": "^0.34.1", "style-loader": "^4.0.0", - "stylelint": "^16.19.0", + "stylelint": "^16.19.1", "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3", @@ -6098,9 +6098,9 @@ } }, "node_modules/stylelint": { - "version": "16.19.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.0.tgz", - "integrity": "sha512-BJzc5mo/ez0H/ZSl3UbxGdkK/s0kFGsF5/k6IGu4z8wJ1qp49WrOS9RxswvcN6HMirt0g/iiJqOwLHTbWv49IQ==", + "version": "16.19.1", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.19.1.tgz", + "integrity": "sha512-C1SlPZNMKl+d/C867ZdCRthrS+6KuZ3AoGW113RZCOL0M8xOGpgx7G70wq7lFvqvm4dcfdGFVLB/mNaLFChRKw==", "dev": true, "funding": [ { diff --git a/client/simple/package.json b/client/simple/package.json index b04e6f340..7bd9958b3 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -23,7 +23,7 @@ "normalize.css": "^8.0.1", "sharp": "^0.34.1", "style-loader": "^4.0.0", - "stylelint": "^16.19.0", + "stylelint": "^16.19.1", "stylelint-config-standard": "^38.0.0", "stylelint-config-standard-less": "^3.0.1", "stylelint-prettier": "^5.0.3",