From e789f4e0d8131c958b23dcca9d5c8f55470f4df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:53:38 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.27.0 to 21.28.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.27.0 to 21.28.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.28.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 19ede750..1414db07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^6.9.1", "@wordpress/browserslist-config": "^5.27.0", "@wordpress/eslint-plugin": "^17.1.0", - "@wordpress/stylelint-config": "^21.27.0", + "@wordpress/stylelint-config": "^21.28.0", "eslint": "^8.52.0", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-deprecation": "^2.0.0", @@ -2650,9 +2650,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.27.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.27.0.tgz", - "integrity": "sha512-cKYSmb32+PHy8H8KiaUOtxektE7DANKj7ihvvzaMDzqZd3OQzav4VyEHzyihgo0HyflD/q5IFl44Hb1clI48OQ==", + "version": "21.28.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.28.0.tgz", + "integrity": "sha512-qs12BO4ESUqtcOra28NIWaaUZdpGSpP+fz4lTZs9YBShMjEr5X0kpJDHWG2+8pK7xuv9mAzDwHlekTTAMVKl+w==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index 495c29fb..42647b11 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@typescript-eslint/parser": "^6.9.1", "@wordpress/browserslist-config": "^5.27.0", "@wordpress/eslint-plugin": "^17.1.0", - "@wordpress/stylelint-config": "^21.27.0", + "@wordpress/stylelint-config": "^21.28.0", "eslint": "^8.52.0", "eslint-plugin-compat": "^4.2.0", "eslint-plugin-deprecation": "^2.0.0",