From e12d31bd5f6b6dfa68e09866bdbf87c1492aef26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:46:13 +0000 Subject: [PATCH] NPM(deps): Bump @wordpress/icons from 10.5.0 to 10.6.0 Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.5.0 to 10.6.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.6.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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbdb13c15..e695dd536 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@wordpress/element": "^6.3.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.6.0", - "@wordpress/icons": "^10.5.0", + "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21", @@ -6071,13 +6071,13 @@ } }, "node_modules/@wordpress/icons": { - "version": "10.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.5.0.tgz", - "integrity": "sha512-BZwKBRKoTef9uW73T+FwK6d4JlcvgdVAaz3LB5dCluXg5PLV5ufMdumAaMxKWq/Ffl92/ddt8CKIdHjxfAZF4A==", + "version": "10.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/icons/-/icons-10.6.0.tgz", + "integrity": "sha512-dy58bQFVee2izXA65Ptar1f8mVhL1hilOJI3BWbLWmxHr9H4VjI0ohjW4ZkAhahBG2yIvKZja/HaFMTs5O/7Xg==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.5.0", - "@wordpress/primitives": "^4.5.0" + "@wordpress/element": "^6.6.0", + "@wordpress/primitives": "^4.6.0" }, "engines": { "node": ">=18.12.0", @@ -6085,12 +6085,12 @@ } }, "node_modules/@wordpress/icons/node_modules/@wordpress/primitives": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.5.0.tgz", - "integrity": "sha512-1TYCpCAr2BmYJESlD8v325GgYXSgUbrFtebwgvpMN/28CEwmPN+ORRECV41nPX4yVJ2k0kYzYxzQUGp/78xWsw==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@wordpress/primitives/-/primitives-4.6.0.tgz", + "integrity": "sha512-uu4ANmgwslB2YOyIBQDSwKTQXXqGDL9Gz5INe+UeJZBMt2uU/TGEjKcZ63dqbuM8mqlPAcdVGL52RCt7mIKEhQ==", "dependencies": { "@babel/runtime": "^7.16.0", - "@wordpress/element": "^6.5.0", + "@wordpress/element": "^6.6.0", "clsx": "^2.1.1" }, "engines": { diff --git a/package.json b/package.json index 7224814c2..034f82950 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@wordpress/element": "^6.3.0", "@wordpress/html-entities": "^4.6.0", "@wordpress/i18n": "^5.6.0", - "@wordpress/icons": "^10.5.0", + "@wordpress/icons": "^10.6.0", "classnames": "^2.5.1", "jquery": "^3.7.1", "lodash": "^4.17.21",