diff --git a/cms/package.json b/cms/package.json index 308bb8091f..236589583d 100644 --- a/cms/package.json +++ b/cms/package.json @@ -18,7 +18,7 @@ "test": "yarn build:content && yarn test:ts && yarn test:lint && yarn test:jest" }, "dependencies": { - "i18next": "^23.2.8", + "i18next": "^23.4.4", "netlify-cms-app": "^2.15.72", "netlify-cms-media-library-cloudinary": "^1.3.10" }, diff --git a/cms/yarn.lock b/cms/yarn.lock index ee1a280251..640a64efae 100644 --- a/cms/yarn.lock +++ b/cms/yarn.lock @@ -3374,10 +3374,10 @@ human-signals@^2.1.0: resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" integrity sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== -i18next@^23.2.8: - version "23.2.8" - resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.2.8.tgz#dd54fab8f68c1ef2e0408249e042cf9cef683554" - integrity sha512-wU0pMlJ91ZbB89i77G3YQ11/pBQrzgWpxJYl7HFyA9aU9v3aHMI/oBKQmAJNURr0A8cLG4EHjgSMK8IqQTp4PQ== +i18next@^23.4.4: + version "23.4.4" + resolved "https://registry.yarnpkg.com/i18next/-/i18next-23.4.4.tgz#ec8fb2b5f3c5d8e3bf3f8ab1b19e743be91300e0" + integrity sha512-+c9B0txp/x1m5zn+QlwHaCS9vyFtmIAEXbVSFzwCX7vupm5V7va8F9cJGNJZ46X9ZtoGzhIiRC7eTIIh93TxPA== dependencies: "@babel/runtime" "^7.22.5"