From 2a442d4c97a2557fbf0a9653e4adc8fb25e73c61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:42:02 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.33.0 to 21.34.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.33.0 to 21.34.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@21.34.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 5d478a5d..e8dd6c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^6.21.0", "@wordpress/browserslist-config": "^5.33.0", "@wordpress/eslint-plugin": "^17.7.0", - "@wordpress/stylelint-config": "^21.33.0", + "@wordpress/stylelint-config": "^21.34.0", "eslint": "^8.56.0", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-deprecation": "^2.0.0", @@ -2688,9 +2688,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.33.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.33.0.tgz", - "integrity": "sha512-DwjXrjRBva0tkYILvDV7rjl3VaKXxvchlxnFfFs6l2DWL/Qo31CJ+f2rVw4XSWuuWxY1EsyIn9tOBS9URloWTQ==", + "version": "21.34.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.34.0.tgz", + "integrity": "sha512-Zou/Y6vdMWnAMzcPNH4yZoKkd8h22DyYO4jyC58ChPEF3O7csvmjpbnDloAr5/MOgCz91hnSkZmiKG0zp8VE6w==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index 147161e5..d9277470 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/parser": "^6.21.0", "@wordpress/browserslist-config": "^5.33.0", "@wordpress/eslint-plugin": "^17.7.0", - "@wordpress/stylelint-config": "^21.33.0", + "@wordpress/stylelint-config": "^21.34.0", "eslint": "^8.56.0", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-deprecation": "^2.0.0",