From 82f7384aeea058ecdd0f640201356db483a813f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:47:51 +0000 Subject: [PATCH] build(deps): bump @strapi/plugin-i18n in /playground Bumps [@strapi/plugin-i18n](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/i18n) from 4.19.1 to 4.25.10. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.25.10/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] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 9283e50a..07377eb1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -18,7 +18,7 @@ "test": "echo no unittests" }, "dependencies": { - "@strapi/plugin-i18n": "4.19.1", + "@strapi/plugin-i18n": "4.25.10", "@strapi/plugin-users-permissions": "4.19.1", "@strapi/strapi": "4.19.1", "better-sqlite3": "9.4.0",