From a9e28f53b4c730358f5e43f69b3c97abcff2b817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 12:01:04 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 23.3.0 to 23.4.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 23.3.0 to 23.4.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.4.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 8e262515..585c8023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.11.0", "@wordpress/eslint-plugin": "^21.4.0", - "@wordpress/stylelint-config": "^23.3.0", + "@wordpress/stylelint-config": "^23.4.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-deprecation": "^3.0.0", @@ -3000,9 +3000,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "23.3.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.3.0.tgz", - "integrity": "sha512-QRNPSgYgAlCC1HuCnGiBIVLlraK0JSYxAbWbNqlubfh8Xu7etUg1LBBY0ZI3wFQ5wwgioOwMDiv6++vqcD71RQ==", + "version": "23.4.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.4.0.tgz", + "integrity": "sha512-qzz7JyC/9AVkv0tk7HAIVKm6XPF4U6fRg3Q9tJzW3C6m0zJAmuobOUsmaJNTdEOtd+tGaJ7PYOebqYJdDajuqg==", "dev": true, "dependencies": { "@stylistic/stylelint-plugin": "^3.0.1", diff --git a/package.json b/package.json index ec810a75..3450887d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@typescript-eslint/parser": "^7.18.0", "@wordpress/browserslist-config": "^6.11.0", "@wordpress/eslint-plugin": "^21.4.0", - "@wordpress/stylelint-config": "^23.3.0", + "@wordpress/stylelint-config": "^23.4.0", "eslint": "^8.57.1", "eslint-plugin-compat": "^6.0.1", "eslint-plugin-deprecation": "^3.0.0",