From e8a85bf1ad82481407862ef3ccf6db798a0fee08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:10:21 +0000 Subject: [PATCH] build(deps): bump @strapi/plugin-users-permissions in /playground Bumps [@strapi/plugin-users-permissions](https://github.com/strapi/strapi) from 4.7.1 to 4.13.3. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/compare/v4.7.1...v4.13.3) --- updated-dependencies: - dependency-name: "@strapi/plugin-users-permissions" 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 4dcc5545..7e3b0195 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@strapi/plugin-i18n": "4.9.2", - "@strapi/plugin-users-permissions": "4.7.1", + "@strapi/plugin-users-permissions": "4.13.3", "@strapi/strapi": "4.9.2", "better-sqlite3": "8.2.0", "dotenv": "^16.0.3",