Skip to content

Commit

Permalink
Bump @strapi/plugin-users-permissions from 4.15.5 to 4.16.0
Browse files Browse the repository at this point in the history
Bumps [@strapi/plugin-users-permissions](https://github.com/strapi/strapi) from 4.15.5 to 4.16.0.
- [Release notes](https://github.com/strapi/strapi/releases)
- [Commits](strapi/strapi@v4.15.5...v4.16.0)

---
updated-dependencies:
- dependency-name: "@strapi/plugin-users-permissions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 8e68787 commit 76dbeef
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@ckeditor/strapi-plugin-ckeditor": "^0.0.10",
"@strapi/plugin-graphql": "^4.15.5",
"@strapi/plugin-i18n": "^4.15.5",
"@strapi/plugin-users-permissions": "^4.15.5",
"@strapi/plugin-users-permissions": "^4.16.0",
"@strapi/provider-upload-aws-s3": "^4.16.0",
"@strapi/strapi": "^4.15.5",
"fs": "^0.0.1-security",
Expand Down
88 changes: 81 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3888,6 +3888,25 @@
prop-types "^15.8.1"
react-remove-scroll "^2.5.7"

"@strapi/[email protected]":
version "1.13.1"
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.13.1.tgz#42d1c7b054e3d0f19ba707b5f2e10cc0d2eba280"
integrity sha512-mtfONSTZmOKd0Mvb1NGEYx5qaA4uDPqx5q3/67kDSK2mkfjEe3j69SoQ6ONt/glvsidclWtez6R1aJmF5cojRg==
dependencies:
"@codemirror/lang-json" "^6.0.1"
"@floating-ui/react-dom" "^2.0.2"
"@internationalized/date" "^3.5.0"
"@internationalized/number" "^3.3.0"
"@radix-ui/react-dismissable-layer" "^1.0.5"
"@radix-ui/react-dropdown-menu" "^2.0.6"
"@radix-ui/react-focus-scope" "1.0.4"
"@strapi/ui-primitives" "^1.13.1"
"@uiw/react-codemirror" "^4.21.20"
aria-hidden "^1.2.3"
compute-scroll-into-view "^3.1.0"
prop-types "^15.8.1"
react-remove-scroll "^2.5.7"

"@strapi/[email protected]":
version "4.15.5"
resolved "https://registry.yarnpkg.com/@strapi/generate-new/-/generate-new-4.15.5.tgz#a5b71e5ac032aa2d7f466d2f9dd6a70746cad1ba"
Expand Down Expand Up @@ -3936,6 +3955,22 @@
react-query "3.39.3"
react-select "5.7.0"

"@strapi/[email protected]":
version "4.16.0"
resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.16.0.tgz#e3d74c320487e79a75f8f89afee951722c710e64"
integrity sha512-kzCelqbqz6YFo9cqEbzVDYdpfckoo0tKMWuMVS3oKx+8ZjHhH1FPODJfbHQXRIeIGXm8odbUJY7sodX72MiBjg==
dependencies:
axios "1.6.0"
date-fns "2.30.0"
formik "2.4.0"
immer "9.0.19"
lodash "4.17.21"
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/[email protected]":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.13.0.tgz#0020560b5bed008ddc39aa177b264cb3bebe8b67"
Expand Down Expand Up @@ -4110,15 +4145,15 @@
sharp "0.32.6"
yup "0.32.9"

"@strapi/plugin-users-permissions@^4.15.5":
version "4.15.5"
resolved "https://registry.yarnpkg.com/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.15.5.tgz#fa43cf8a3f4c8ba7d467b68b42d7d548bd8d2400"
integrity sha512-OosP6xAtRlA+NS3tOy7M0zSsWj2Jk2NjOhoSSmU9tJj08GEIc3EJHkhqwNWK6qHgGt+d4qhPQ4ltTDZ06ZXEig==
"@strapi/plugin-users-permissions@^4.16.0":
version "4.16.0"
resolved "https://registry.yarnpkg.com/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.16.0.tgz#a4623e5f66ca59daf0b5a33243aa2ff9ccd340e3"
integrity sha512-4YHXNU07t5VZjNiEa4zQRo9iczZBy367asONDy4CPoz+BSxxyh8zVRr4IDMCv9NRtRAgSdkKjpEiHo0/zuoWLw==
dependencies:
"@strapi/design-system" "1.13.0"
"@strapi/helper-plugin" "4.15.5"
"@strapi/design-system" "1.13.1"
"@strapi/helper-plugin" "4.16.0"
"@strapi/icons" "1.13.0"
"@strapi/utils" "4.15.5"
"@strapi/utils" "4.16.0"
bcryptjs "2.4.3"
formik "2.4.0"
grant-koa "5.4.8"
Expand Down Expand Up @@ -4288,6 +4323,33 @@
aria-hidden "^1.2.3"
react-remove-scroll "^2.5.7"

"@strapi/ui-primitives@^1.13.1":
version "1.13.2"
resolved "https://registry.yarnpkg.com/@strapi/ui-primitives/-/ui-primitives-1.13.2.tgz#8e510bc56944d8bf93581fdc7934f77a76d17e3a"
integrity sha512-Koaun6riXoTOvvlKNgFy44BVUfLfchgpabRhrNH/KfmBQQlhLCqJDQu023FcFQDQQ4XFO3DpvzDk8pCbmva7oQ==
dependencies:
"@radix-ui/number" "^1.0.1"
"@radix-ui/primitive" "^1.0.1"
"@radix-ui/react-collection" "1.0.3"
"@radix-ui/react-compose-refs" "^1.0.1"
"@radix-ui/react-context" "^1.0.1"
"@radix-ui/react-direction" "1.0.1"
"@radix-ui/react-dismissable-layer" "^1.0.5"
"@radix-ui/react-focus-guards" "1.0.1"
"@radix-ui/react-focus-scope" "1.0.4"
"@radix-ui/react-id" "^1.0.1"
"@radix-ui/react-popper" "^1.1.3"
"@radix-ui/react-portal" "^1.0.4"
"@radix-ui/react-primitive" "^1.0.3"
"@radix-ui/react-slot" "^1.0.2"
"@radix-ui/react-use-callback-ref" "^1.0.1"
"@radix-ui/react-use-controllable-state" "^1.0.1"
"@radix-ui/react-use-layout-effect" "1.0.1"
"@radix-ui/react-use-previous" "^1.0.1"
"@radix-ui/react-visually-hidden" "^1.0.3"
aria-hidden "^1.2.3"
react-remove-scroll "^2.5.7"

"@strapi/[email protected]":
version "4.15.5"
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.15.5.tgz#ffb39f545bb809273a46bc5a7e11f09ddc474517"
Expand All @@ -4300,6 +4362,18 @@
p-map "4.0.0"
yup "0.32.9"

"@strapi/[email protected]":
version "4.16.0"
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.16.0.tgz#e82b35d0147ecfab071035d3fecc7581e5b183a7"
integrity sha512-IGWG5p/RZYSU11RxroC7OMehN2GggXrG+9iVFVuPkOdhIxaPwYvDkmXsjJmxp/Kr31mWfpbkr64wp30rfTnm9A==
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"
Expand Down

0 comments on commit 76dbeef

Please sign in to comment.