From f80fcf9c932056a8ee512632158614a943a25a63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:07:36 +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.9. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.25.9/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..f4290ef2 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.9", "@strapi/plugin-users-permissions": "4.19.1", "@strapi/strapi": "4.19.1", "better-sqlite3": "9.4.0",