From 9fd00810ed1428188afafe349c7a1978b056f921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 23:33:10 +0000 Subject: [PATCH] Bump @strapi/plugin-users-permissions from 4.13.2 to 4.13.3 Bumps [@strapi/plugin-users-permissions](https://github.com/strapi/strapi) from 4.13.2 to 4.13.3. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/compare/v4.13.2...v4.13.3) --- updated-dependencies: - dependency-name: "@strapi/plugin-users-permissions" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 41 +++++++++++++++++++++++++++++++++++------ 2 files changed, 36 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index dbabb56..9ca6c0a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@ckeditor/strapi-plugin-ckeditor": "^0.0.7", "@strapi/plugin-graphql": "^4.13.2", "@strapi/plugin-i18n": "^4.13.2", - "@strapi/plugin-users-permissions": "^4.13.2", + "@strapi/plugin-users-permissions": "^4.13.3", "@strapi/provider-upload-aws-s3": "^4.13.2", "@strapi/strapi": "^4.13.2", "fs": "^0.0.1-security", diff --git a/yarn.lock b/yarn.lock index 5472a9d..37005ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2455,6 +2455,23 @@ react-query "3.39.3" react-select "5.7.0" +"@strapi/helper-plugin@4.13.3": + version "4.13.3" + resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.13.3.tgz#2a34c468b6c305e0aa3a01d19bc043c0dd4123b1" + integrity sha512-kKi9nITwYo2SRsQhJ72UDgDWgQeHH1T4h8MjwuAT/5rCnYdXNTxjw147jqHOrFjmnd3xyLyDidTGER7dXi30DQ== + dependencies: + axios "1.5.0" + date-fns "2.30.0" + formik "2.4.0" + immer "9.0.19" + lodash "4.17.21" + prop-types "^15.8.1" + qs "6.11.1" + react-helmet "^6.1.0" + react-intl "6.4.1" + react-query "3.39.3" + react-select "5.7.0" + "@strapi/icons@1.9.0": version "1.9.0" resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.9.0.tgz#a3d12f965e8a42082cc83149af8fb0a5e610dfe8" @@ -2603,15 +2620,15 @@ sharp "0.32.0" yup "0.32.9" -"@strapi/plugin-users-permissions@^4.13.2": - version "4.13.2" - resolved "https://registry.yarnpkg.com/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.13.2.tgz#d80f1e087944da19e33ec6766e5282f95bb80acc" - integrity sha512-RnBPMJ9w/3P4k4GlW/KykTqXNrHW2FJbo2/1vAjNX8M9nmiW5zmehZZeE9TIW3JgkQroLAnSkfjRBn97gkxumg== +"@strapi/plugin-users-permissions@^4.13.3": + version "4.13.3" + resolved "https://registry.yarnpkg.com/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.13.3.tgz#45bfe16b7b3190f322ae1f309a61568e317629e1" + integrity sha512-+abD48Mxt0kI0nuHTf1rXCvqDPPTBsNgyCblzMsdqXjnpdMXRmbA/3OE03EAJoLe1mNrg//oyV/B1ywhyUVzpg== dependencies: "@strapi/design-system" "1.9.0" - "@strapi/helper-plugin" "4.13.2" + "@strapi/helper-plugin" "4.13.3" "@strapi/icons" "1.9.0" - "@strapi/utils" "4.13.2" + "@strapi/utils" "4.13.3" bcryptjs "2.4.3" formik "2.4.0" grant-koa "5.4.8" @@ -2769,6 +2786,18 @@ p-map "4.0.0" yup "0.32.9" +"@strapi/utils@4.13.3": + version "4.13.3" + resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.13.3.tgz#847fc6a463c720154de942f555c049923147b9e6" + integrity sha512-+O8JbQ7GOKAI9BJQaZogkx2vlIkgG3qbROG/nWLDxbwSMfyYyHmXYODgYft2Q0MeruBYqAiKJz6Pu9GIGM+reg== + dependencies: + "@sindresorhus/slugify" "1.1.0" + date-fns "2.30.0" + http-errors "1.8.1" + lodash "4.17.21" + p-map "4.0.0" + yup "0.32.9" + "@swc/helpers@^0.5.0": version "0.5.1" resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.1.tgz#e9031491aa3f26bfcc974a67f48bd456c8a5357a"