From 311f289f8c83c2d0d5afcca3a508af5fbe004721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 04:45:54 +0000 Subject: [PATCH] Bump @wordpress/hooks from 3.52.0 to 3.53.0 Bumps [@wordpress/hooks](https://github.com/WordPress/gutenberg/tree/HEAD/packages/hooks) from 3.52.0 to 3.53.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/hooks/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/hooks@3.53.0/packages/hooks) --- updated-dependencies: - dependency-name: "@wordpress/hooks" dependency-type: direct:production 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 723ef43f3..0d658910c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@ckeditor/ckeditor5-vue": "^5.1.0", "@dicebear/avatars": "^4.10.8", "@dicebear/avatars-avataaars-sprites": "^4.10.8", - "@wordpress/hooks": "^3.52.0", + "@wordpress/hooks": "^3.53.0", "chart.js": "^4.4.2", "currency.js": "^2.0.4", "laravel-echo": "^1.16.0", @@ -1353,9 +1353,9 @@ "peer": true }, "node_modules/@wordpress/hooks": { - "version": "3.52.0", - "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.52.0.tgz", - "integrity": "sha512-acEF5B6GkFOjImqPpLvl1lP0sbpS6h35BV6RbXZFlaawCj8GYs6/tvCkHXzfwvjGwP2aR9jdpSx9DpXWKyJSQQ==", + "version": "3.53.0", + "resolved": "https://registry.npmjs.org/@wordpress/hooks/-/hooks-3.53.0.tgz", + "integrity": "sha512-Ul8iS+bzJMuN/ZD1HTcs3fwXC6eKLCvJJZmb61tEQ+Z3dubjf6vFQizE6Tl3ZaVlcc2/rtwb0rdEPLfnR6ePFg==", "dependencies": { "@babel/runtime": "^7.16.0" }, diff --git a/package.json b/package.json index d44e40e00..1af6fb695 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@ckeditor/ckeditor5-vue": "^5.1.0", "@dicebear/avatars": "^4.10.8", "@dicebear/avatars-avataaars-sprites": "^4.10.8", - "@wordpress/hooks": "^3.52.0", + "@wordpress/hooks": "^3.53.0", "chart.js": "^4.4.2", "currency.js": "^2.0.4", "laravel-echo": "^1.16.0",