From 297e2891bc7de4663c82f5f8dca98b6431cfd2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:15:12 +0000 Subject: [PATCH] Build(deps-dev): Bump stylelint-config-standard from 39.0.0 to 39.0.1 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 39.0.0 to 39.0.1. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/39.0.0...39.0.1) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-version: 39.0.1 dependency-type: direct:development 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 03d8183..aa65a1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "stylelint": "^16.24.0", - "stylelint-config-standard": "^39.0.0" + "stylelint-config-standard": "^39.0.1" } }, "node_modules/@adobe/css-tools": { @@ -17719,9 +17719,9 @@ } }, "node_modules/stylelint-config-standard": { - "version": "39.0.0", - "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.0.tgz", - "integrity": "sha512-JabShWORb8Bmc1A47ZyJstran60P3yUdI1zWMpGYPeFiC6xzHXJMkpKAd8EjIhq3HPUplIWWMDJ/xu0AiPd+kA==", + "version": "39.0.1", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-39.0.1.tgz", + "integrity": "sha512-b7Fja59EYHRNOTa3aXiuWnhUWXFU2Nfg6h61bLfAb5GS5fX3LMUD0U5t4S8N/4tpHQg3Acs2UVPR9jy2l1g/3A==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 7462d17..03a44ad 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "stylelint": "^16.24.0", - "stylelint-config-standard": "^39.0.0" + "stylelint-config-standard": "^39.0.1" } }