From 25d34570124f88c61b9f06f96907e5065c69f6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 15:44:21 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/icons from 10.7.0 to 10.8.0 Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.7.0 to 10.8.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/icons@10.8.0/packages/icons) --- updated-dependencies: - dependency-name: "@wordpress/icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++------------ package.json | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fe0bc2fc..77448ccae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@wordpress/element": "^6.8.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.7.0", - "@wordpress/icons": "^10.6.0", + "@wordpress/icons": "^10.8.0", "ajv": "^8.17.1", "classnames": "^2.5.1", "jquery": "^3.7.1", @@ -6520,14 +6520,13 @@ } }, "node_modules/@wordpress/icons": { - "version": "10.7.0", - "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.7.0.tgz", - "integrity": "sha512-4cvi9ZIaz6IYRcOjVuALtDLPtzgt1zK+E9LskL0PAi3TJhoh746q28wv6ycP+KtJEiI+bsTf2Qu5dmCePGR/jA==", - "license": "GPL-2.0-or-later", + "version": "10.8.0", + "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.8.0.tgz", + "integrity": "sha512-JiBI44uNkJEHV3IU0rKLn0wO36crWY62NqiQ6Fi+nn8KG0J4e1/JrJoV5EiFkaLneWBAFPeUkLjIOYlNPcZnmA==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.7.0", - "@wordpress/primitives": "^4.7.0" + "@wordpress/element": "^6.8.0", + "@wordpress/primitives": "^4.8.0" }, "engines": { "node": ">=18.12.0", @@ -6535,13 +6534,12 @@ } }, "node_modules/@wordpress/icons/node_modules/@wordpress/primitives": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.7.0.tgz", - "integrity": "sha512-PcAAIMT8+WqKB2HAeQlLmrcQyzyhNw9IeToJoxz+VKcc/7uLfGHplsDvtHY/X4jH8QlwlVwHSiqW/McTcxoUvQ==", - "license": "GPL-2.0-or-later", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.8.0.tgz", + "integrity": "sha512-ZGY+vrc6+Rklsbc+cm506fHc8JGCSXKv041VHtxwxtc92zVdVjugx+4XWzEsiEe0/vV6aFqFdGibKwureMmQ5A==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.7.0", + "@wordpress/element": "^6.8.0", "clsx": "^2.1.1" }, "engines": { diff --git a/package.json b/package.json index dd58c2167..daa5f2c5d 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@wordpress/element": "^6.8.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.7.0", - "@wordpress/icons": "^10.6.0", + "@wordpress/icons": "^10.8.0", "ajv": "^8.17.1", "classnames": "^2.5.1", "jquery": "^3.7.1",