From 889e6f8f120245b38c9e158232c323c6535961e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:58:00 +0000 Subject: [PATCH] Bump @wordpress/i18n from 4.53.0 to 4.54.0 Bumps [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) from 4.53.0 to 4.54.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/i18n@4.54.0/packages/i18n) --- updated-dependencies: - dependency-name: "@wordpress/i18n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d5933ae..420c92f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@wordpress/data": "^9.23.0", "@wordpress/dom-ready": "^3.53.0", "@wordpress/hooks": "^3.53.0", - "@wordpress/i18n": "^4.53.0", + "@wordpress/i18n": "^4.54.0", "@wordpress/notices": "^4.21.0", "dotenv": "^16.4.5", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 1b86a6b..531a47e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2996,10 +2996,10 @@ globals "^13.12.0" requireindex "^1.2.0" -"@wordpress/hooks@^3.53.0": - version "3.53.0" - resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-3.53.0.tgz#bb1aad7103a43c42ba0b6389ebac7a92ab9c6567" - integrity sha512-Ul8iS+bzJMuN/ZD1HTcs3fwXC6eKLCvJJZmb61tEQ+Z3dubjf6vFQizE6Tl3ZaVlcc2/rtwb0rdEPLfnR6ePFg== +"@wordpress/hooks@^3.53.0", "@wordpress/hooks@^3.54.0": + version "3.54.0" + resolved "https://registry.yarnpkg.com/@wordpress/hooks/-/hooks-3.54.0.tgz#bb635abeec2c520ca187c65d15df461c4af4a29b" + integrity sha512-ciLUJCH/xIxtwZI5ADts0RT6te6Lye1Qx/7saBC6qQ8CDdaO6+bvVm8Up4dWG60CZ8UQe/+9QSss2xIkOxgY3w== dependencies: "@babel/runtime" "^7.16.0" @@ -3010,13 +3010,13 @@ dependencies: "@babel/runtime" "^7.16.0" -"@wordpress/i18n@^4.53.0": - version "4.53.0" - resolved "https://registry.yarnpkg.com/@wordpress/i18n/-/i18n-4.53.0.tgz#d6854e355a2f140c6340397653bb412311343257" - integrity sha512-Ovp00blCGhgKwtLQbxT/gweB9r9vGPLkneM28KhCQvgHIlpyDRESIr+CMIDov7KxKnO2gzfnwfrNhXgZX+a/3Q== +"@wordpress/i18n@^4.53.0", "@wordpress/i18n@^4.54.0": + version "4.54.0" + resolved "https://registry.yarnpkg.com/@wordpress/i18n/-/i18n-4.54.0.tgz#e4af6dbf0690762b42010a5a66428bf9444626ea" + integrity sha512-gSKBopBN9rY9GhNy3CXLK3n4D5viuBTObvcu3blu4SFqkHl+Ws1Gx0tHbpypfV80ESrOyMXHJIAqWgBD8d4Hew== dependencies: "@babel/runtime" "^7.16.0" - "@wordpress/hooks" "^3.53.0" + "@wordpress/hooks" "^3.54.0" gettext-parser "^1.3.1" memize "^2.1.0" sprintf-js "^1.1.1"