From 4c9cf399cbae28de8ceaae9f8eb3595cc9f48a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:55:16 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 23.5.0 to 23.6.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 23.5.0 to 23.6.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/stylelint-config/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/stylelint-config@23.6.0/packages/stylelint-config) --- updated-dependencies: - dependency-name: "@wordpress/stylelint-config" dependency-type: direct:development update-type: version-update:semver-minor ... 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 bd4bee2d..bbc672b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@wordpress/browserslist-config": "^6.14.0", "@wordpress/element": "^6.14.0", "@wordpress/eslint-plugin": "^21.6.0", - "@wordpress/stylelint-config": "^23.5.0", + "@wordpress/stylelint-config": "^23.6.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-deprecation": "^3.0.0", @@ -8054,9 +8054,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "23.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.5.0.tgz", - "integrity": "sha512-Adw7gcSJXKSPinHPnajawSEGkbpVVPI2DyR31Q298XUVs1YTad141sB4U+ZT4DZo5qBtxvHiH5R9OIwBOfOm+w==", + "version": "23.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.6.0.tgz", + "integrity": "sha512-vi0Uz/CFt3FHWpXpVFTulSWdHRa3WaiCo1qX58cG3Z31bs1bgqUT3pOpW/4pfLQACdYZS8YpOKRidbFSmfc6og==", "dev": true, "dependencies": { "@stylistic/stylelint-plugin": "^3.0.1", diff --git a/package.json b/package.json index 2b6342e5..0b21a4fd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@wordpress/browserslist-config": "^6.14.0", "@wordpress/element": "^6.14.0", "@wordpress/eslint-plugin": "^21.6.0", - "@wordpress/stylelint-config": "^23.5.0", + "@wordpress/stylelint-config": "^23.6.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-deprecation": "^3.0.0",