From 5ee0a80270504cb518c3ce218345f14d69c2f089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:35:19 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.18.0 to 21.24.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.18.0 to 21.24.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.24.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 7c87609..3a601a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@wordpress/env": "^8.2.0", "@wordpress/scripts": "^26.6.0", - "@wordpress/stylelint-config": "^21.18.0" + "@wordpress/stylelint-config": "^21.24.0" }, "engines": { "node": ">=10.16.0" @@ -4389,9 +4389,9 @@ } }, "node_modules/@wordpress/stylelint-config": { - "version": "21.18.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.18.0.tgz", - "integrity": "sha512-mpZY7OQ+6G3SZFiH21J3obHOyZKEAY3soZoDPC5GQ48CR3YickmqVJlW8IFMU/6feHHhFM4gE3L12qp/sIdqzw==", + "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==", "dev": true, "dependencies": { "stylelint-config-recommended": "^6.0.0", @@ -20010,9 +20010,9 @@ } }, "@wordpress/stylelint-config": { - "version": "21.18.0", - "resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-21.18.0.tgz", - "integrity": "sha512-mpZY7OQ+6G3SZFiH21J3obHOyZKEAY3soZoDPC5GQ48CR3YickmqVJlW8IFMU/6feHHhFM4gE3L12qp/sIdqzw==", + "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==", "dev": true, "requires": { "stylelint-config-recommended": "^6.0.0", diff --git a/package.json b/package.json index 47f1952..28b9b91 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@wordpress/env": "^8.2.0", "@wordpress/scripts": "^26.6.0", - "@wordpress/stylelint-config": "^21.18.0" + "@wordpress/stylelint-config": "^21.24.0" }, "scripts": { "start": "wp-scripts start src/javascript/string-locator.js src/javascript/string-locator-search.js src/javascript/string-locator-replace.js src/javascript/string-locator-instawp.js",