From 1e462fe58c86d542e41d03f5103687bc9096d806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:39:07 +0000 Subject: [PATCH] Bump js-yaml from 4.1.0 to 4.3.2 in /packages/stylelint-config Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/stylelint-config/package-lock.json | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/packages/stylelint-config/package-lock.json b/packages/stylelint-config/package-lock.json index 8bc4db24..cf937ad5 100644 --- a/packages/stylelint-config/package-lock.json +++ b/packages/stylelint-config/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanmade/stylelint-config", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@humanmade/stylelint-config", - "version": "1.2.1", + "version": "1.3.0", "license": "GPL-2.0-or-later", "dependencies": { "@wordpress/stylelint-config": "^23.22.0" @@ -763,9 +763,19 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.2.tgz", + "integrity": "sha512-SFNOvSJ+Dgf/9An904Yx+CgSlIPCkIpao4qo51lpee25TIRejdH3rhR4EZMGoNx3/TP3O+wzWuiTFl4sqbltzA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"