From e2b5f136e371ec6254250724f476c8d2c9548e50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 11:10:43 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.31.0 to 21.32.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.31.0 to 21.32.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.32.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 8e4617c7..5e98f553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "^6.19.0", "@wordpress/browserslist-config": "^5.30.0", "@wordpress/eslint-plugin": "^17.5.0", - "@wordpress/stylelint-config": "^21.31.0", + "@wordpress/stylelint-config": "^21.32.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^4.2.0", @@ -2756,9 +2756,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.31.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.31.0.tgz", - "integrity": "sha512-rorpVMYfFaNWYzg4psfUMpWLkxhD3uwWip6mf96mo/i8De4wxAz6DwKlCPIa4j74SLTiIMrdwXb2qJFNQcjQng==", + "version": "21.32.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.32.0.tgz", + "integrity": "sha512-cmrzU55alv+OZu1fXBC2eZGgJIUwyD47TSDDP7l0o9yF6D/w0am7FxC9ungk/S2uK1oatN05nIPsFSTkuHQSzg==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index d407db77..6d3c9179 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@typescript-eslint/parser": "^6.19.0", "@wordpress/browserslist-config": "^5.30.0", "@wordpress/eslint-plugin": "^17.5.0", - "@wordpress/stylelint-config": "^21.31.0", + "@wordpress/stylelint-config": "^21.32.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^4.2.0",