From fc0341a4d6baf929f3af0ce0a18234b75fa3055e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:17:07 +0000 Subject: [PATCH] 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: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 3f29c3e..83a5f97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "inline-source": "^8.0.3", "standard": "^17.1.2", "stylelint": "^16.25.0", - "stylelint-config-standard": "^39.0.0" + "stylelint-config-standard": "^39.0.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4364,9 +4364,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==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 3cfda29..a9c2e6c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,6 @@ "inline-source": "^8.0.3", "standard": "^17.1.2", "stylelint": "^16.25.0", - "stylelint-config-standard": "^39.0.0" + "stylelint-config-standard": "^39.0.1" } }