From fbdeda4f64f95f0a0f84563da03de5d8fa35b5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:15:43 +0000 Subject: [PATCH] chore(deps): bump @strapi/plugin-i18n in /apps/strapi Bumps [@strapi/plugin-i18n](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/i18n) from 4.6.2 to 4.7.1. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.7.1/packages/plugins/i18n) --- updated-dependencies: - dependency-name: "@strapi/plugin-i18n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/strapi/package.json | 2 +- apps/strapi/yarn.lock | 24 ++++++++++++++++++------ 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/apps/strapi/package.json b/apps/strapi/package.json index 0b1dbac..a301816 100644 --- a/apps/strapi/package.json +++ b/apps/strapi/package.json @@ -9,7 +9,7 @@ "@strapi/plugin-color-picker": "^4.6.2", "@strapi/plugin-documentation": "^4.6.2", "@strapi/plugin-graphql": "^4.6.2", - "@strapi/plugin-i18n": "^4.6.2", + "@strapi/plugin-i18n": "^4.7.1", "@strapi/plugin-seo": "^1.8.0", "@strapi/plugin-users-permissions": "^4.6.2", "@strapi/provider-email-nodemailer": "^4.6.2", diff --git a/apps/strapi/yarn.lock b/apps/strapi/yarn.lock index a36a026..8080e06 100644 --- a/apps/strapi/yarn.lock +++ b/apps/strapi/yarn.lock @@ -3093,12 +3093,12 @@ pluralize "^8.0.0" subscriptions-transport-ws "0.9.19" -"@strapi/plugin-i18n@^4.6.2": - version "4.6.2" - resolved "https://registry.yarnpkg.com/@strapi/plugin-i18n/-/plugin-i18n-4.6.2.tgz#603dd820ba58478bea56265802600b7fa156babf" - integrity sha512-xicYlOVSLBn/TtFSAQ41LZJG8JXTGu+LAXzeZ0KZPmKmoopQWpmsaOo7gfnW1lFs4nsB7m++J9LQ4gZBM7++Fw== +"@strapi/plugin-i18n@^4.7.1": + version "4.7.1" + resolved "https://registry.yarnpkg.com/@strapi/plugin-i18n/-/plugin-i18n-4.7.1.tgz#5b3cdfd400609c62e0b06a586b954819b18d36f4" + integrity sha512-HPS4za1Qm68CSYywDpz673rHoUeTxPSUDWmRH9L8cpPsxCSk1eJ+Rh/+0cQAagYYmUudrEq+ShF7AlfHmnl0yg== dependencies: - "@strapi/utils" "4.6.2" + "@strapi/utils" "4.7.1" lodash "4.17.21" "@strapi/plugin-seo@^1.8.0": @@ -3261,7 +3261,7 @@ prettier "2.8.4" typescript "4.6.2" -"@strapi/utils@4.6.2", "@strapi/utils@^4.5.4", "@strapi/utils@^4.6.0": +"@strapi/utils@4.6.2": version "4.6.2" resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.6.2.tgz#a99bb2fd880dfd5bc47c53715dcde27f029164be" integrity sha512-MpKeFSRFi9ZzQVBrYgnCz8KMNjpnyKDVSEXQlVQxTs0VM3dS7KtLO5Fydyarmr4t3wvHcSpjHTfMbRTp57E7Gw== @@ -3273,6 +3273,18 @@ p-map "4.0.0" yup "0.32.9" +"@strapi/utils@4.7.1", "@strapi/utils@^4.5.4", "@strapi/utils@^4.6.0": + version "4.7.1" + resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.7.1.tgz#d019f9f10d3856e1aff3ffe670ad7564b6005ad8" + integrity sha512-qlUG5//Rk1Yr+PYcE9S+Q76qjxFIQBZEkw8psk6E287bO8Fd7AKshF1HXaQJkSD+hncYnPmLt5Uhe/r22xX/PA== + dependencies: + "@sindresorhus/slugify" "1.1.0" + date-fns "2.29.3" + http-errors "1.8.1" + lodash "4.17.21" + p-map "4.0.0" + yup "0.32.9" + "@swc/helpers@^0.4.14": version "0.4.14" resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74"