From 5cd1c90cf947849e305d5489a6072c65f9b995c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:38:41 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.24.0 to 21.25.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.24.0 to 21.25.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.25.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ddac12..1f396e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@wordpress/browserslist-config": "^5.25.0", "@wordpress/eslint-plugin": "^15.1.0", - "@wordpress/stylelint-config": "^21.24.0", + "@wordpress/stylelint-config": "^21.25.0", "eslint": "^8.49.0", "eslint-plugin-compat": "^4.2.0", "gulp": "^4.0.2", @@ -2697,9 +2697,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.24.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.24.0.tgz", - "integrity": "sha512-GJV0rSQL5iTcS/mJ7x/ccZ7Z06yYJhDY0XWNA3qVRNMgkV/iyv2rXNNubpDl+m4kcgi8g3dg3jNccvRO1ZDSgg==", + "version": "21.25.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.25.0.tgz", + "integrity": "sha512-6u39I92YCkKZ4X2eR3ulOE5YVnb9ZGDYhtt8liG8nfO+5jWGCxiNsmN2qRbck+m4cDSrBGYBC5P9ErxUGHos/g==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", @@ -14388,9 +14388,9 @@ "requires": {} }, "@wordpress/stylelint-config": { - "version": "21.24.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.24.0.tgz", - "integrity": "sha512-GJV0rSQL5iTcS/mJ7x/ccZ7Z06yYJhDY0XWNA3qVRNMgkV/iyv2rXNNubpDl+m4kcgi8g3dg3jNccvRO1ZDSgg==", + "version": "21.25.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.25.0.tgz", + "integrity": "sha512-6u39I92YCkKZ4X2eR3ulOE5YVnb9ZGDYhtt8liG8nfO+5jWGCxiNsmN2qRbck+m4cDSrBGYBC5P9ErxUGHos/g==", "dev": true, "requires": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index d2248d5..904656e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@wordpress/browserslist-config": "^5.25.0", "@wordpress/eslint-plugin": "^15.1.0", - "@wordpress/stylelint-config": "^21.24.0", + "@wordpress/stylelint-config": "^21.25.0", "eslint": "^8.49.0", "eslint-plugin-compat": "^4.2.0", "gulp": "^4.0.2",