From 4740203e37c35204a612b716ed4983ae7386afe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 02:39:30 +0000 Subject: [PATCH] Bump @wordpress/stylelint-config from 21.18.0 to 21.25.0 Bumps [@wordpress/stylelint-config](https://github.com/WordPress/gutenberg/tree/HEAD/packages/stylelint-config) from 21.18.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 7c87609..9fd4d4b 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.25.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.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", @@ -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.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 47f1952..3e2d426 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.25.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",