From 3971ae059fb366f5a0234181189c30fdbed80d7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 19:26:59 +0000 Subject: [PATCH] Bump stylelint from 16.19.0 to 16.19.1 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:production update-type: version-update:semver-patch ... 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 33a57f78..5f3a7419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "csso-cli": "^4.0.2", "eslint": "^9.25.1", "html-minifier-terser": "^7.2.0", - "stylelint": "^16.19.0", + "stylelint": "^16.19.1", "stylelint-config-standard": "^38.0.0", "terser": "^5.39.0", "vnu-jar": "^24.10.17" @@ -2463,9 +2463,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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 39c3550f..eac3a061 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "csso-cli": "^4.0.2", "eslint": "^9.25.1", "html-minifier-terser": "^7.2.0", - "stylelint": "^16.19.0", + "stylelint": "^16.19.1", "stylelint-config-standard": "^38.0.0", "terser": "^5.39.0", "vnu-jar": "^24.10.17"