From f7188631a0d42efbc1752527976cdb9fb8fe6a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:26:30 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.32.0 to 21.33.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.32.0 to 21.33.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.33.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 c94950a6..3efe5234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "^6.19.1", "@wordpress/browserslist-config": "^5.32.0", "@wordpress/eslint-plugin": "^17.6.0", - "@wordpress/stylelint-config": "^21.32.0", + "@wordpress/stylelint-config": "^21.33.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^4.2.0", @@ -2755,9 +2755,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.32.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.32.0.tgz", - "integrity": "sha512-cmrzU55alv+OZu1fXBC2eZGgJIUwyD47TSDDP7l0o9yF6D/w0am7FxC9ungk/S2uK1oatN05nIPsFSTkuHQSzg==", + "version": "21.33.0", + "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.33.0.tgz", + "integrity": "sha512-DwjXrjRBva0tkYILvDV7rjl3VaKXxvchlxnFfFs6l2DWL/Qo31CJ+f2rVw4XSWuuWxY1EsyIn9tOBS9URloWTQ==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index 440122b1..492e2125 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@typescript-eslint/parser": "^6.19.1", "@wordpress/browserslist-config": "^5.32.0", "@wordpress/eslint-plugin": "^17.6.0", - "@wordpress/stylelint-config": "^21.32.0", + "@wordpress/stylelint-config": "^21.33.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-compat": "^4.2.0",