From ba2317e65e8312aaa68390ca04e9f2b85f7c89b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:34:19 +0000 Subject: [PATCH] fix(deps): update dependency @strapi/plugin-users-permissions to v4.24.2 [security] --- apps/backend/package.json | 2 +- package-lock.json | 178 +++++++++++++++++++++++++++++++++----- 2 files changed, 157 insertions(+), 23 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 8b28b9de5..6ea0ae773 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -18,7 +18,7 @@ "dependencies": { "@strapi/plugin-documentation": "^4.11.5", "@strapi/plugin-i18n": "4.15.5", - "@strapi/plugin-users-permissions": "4.15.5", + "@strapi/plugin-users-permissions": "4.24.2", "@strapi/provider-email-nodemailer": "^4.12.4", "@strapi/strapi": "4.15.5", "nanoid": "^3.3.6", diff --git a/package-lock.json b/package-lock.json index c244c1b8a..a19a982ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "dependencies": { "@strapi/plugin-documentation": "^4.11.5", "@strapi/plugin-i18n": "4.15.5", - "@strapi/plugin-users-permissions": "4.15.5", + "@strapi/plugin-users-permissions": "4.24.2", "@strapi/provider-email-nodemailer": "^4.12.4", "@strapi/strapi": "4.15.5", "nanoid": "^3.3.6", @@ -2891,14 +2891,18 @@ "license": "BSD-3-Clause" }, "node_modules/@internationalized/date": { - "version": "3.5.0", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/@internationalized/date/-/date-3.5.5.tgz", + "integrity": "sha512-H+CfYvOZ0LTJeeLOqm19E3uj/4YjrmOFtBufDHPfvtI80hFAMqtrp7oCACpe4Cil5l8S0Qu/9dYfZc/5lY8WQQ==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" } }, "node_modules/@internationalized/number": { - "version": "3.3.0", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.5.3.tgz", + "integrity": "sha512-rd1wA3ebzlp0Mehj5YTuTI50AQEx80gWFyHcQu+u91/5NgdwBecO8BH6ipPfE+lmQ9d63vpB3H9SHoIUiupllw==", "license": "Apache-2.0", "dependencies": { "@swc/helpers": "^0.5.0" @@ -6801,14 +6805,15 @@ } }, "node_modules/@strapi/plugin-users-permissions": { - "version": "4.15.5", - "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.15.5.tgz", - "integrity": "sha512-OosP6xAtRlA+NS3tOy7M0zSsWj2Jk2NjOhoSSmU9tJj08GEIc3EJHkhqwNWK6qHgGt+d4qhPQ4ltTDZ06ZXEig==", - "dependencies": { - "@strapi/design-system": "1.13.0", - "@strapi/helper-plugin": "4.15.5", - "@strapi/icons": "1.13.0", - "@strapi/utils": "4.15.5", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.24.2.tgz", + "integrity": "sha512-2N7RS+5UtuAtpD0WFbdo+AJJ0lZQ2larSXBUqX5ykxayl9GwwxnCubel/SzQ0wQZhISWbmemoG87zBfVl0NSEw==", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@strapi/design-system": "1.18.0", + "@strapi/helper-plugin": "4.24.2", + "@strapi/icons": "1.18.0", + "@strapi/utils": "4.24.2", "bcryptjs": "2.4.3", "formik": "2.4.0", "grant-koa": "5.4.8", @@ -6838,10 +6843,103 @@ "styled-components": "^5.2.1" } }, + "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/design-system": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.18.0.tgz", + "integrity": "sha512-bQ//p4deEfu3z2rQOrT1QUPPugXsoVUusSuwdffZ7/fJAxOShZ8nOUmpWETq8bZECPoDn278cirYAXfcTftHLA==", + "license": "MIT", + "dependencies": { + "@codemirror/lang-json": "^6.0.1", + "@floating-ui/react-dom": "^2.0.8", + "@internationalized/date": "^3.5.2", + "@internationalized/number": "^3.5.1", + "@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.18.0", + "@uiw/react-codemirror": "^4.21.25", + "aria-hidden": "^1.2.4", + "compute-scroll-into-view": "^3.1.0", + "prop-types": "^15.8.1", + "react-remove-scroll": "^2.5.9" + }, + "peerDependencies": { + "@strapi/icons": "^1.5.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.2.0", + "styled-components": "^5.2.1" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/helper-plugin": { + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.24.2.tgz", + "integrity": "sha512-qotruFj6amzJ1859e34zitNwTvc1PwqL37G7JwpHZauK6UL9lDbbqTgyVRl+84+xy+xxWT9KYKyhZYKgiI0EcQ==", + "license": "SEE LICENSE IN LICENSE", + "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" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/design-system": "1.18.0", + "@strapi/icons": "1.18.0", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.2.0", + "styled-components": "^5.2.1" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/icons": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.18.0.tgz", + "integrity": "sha512-XeOjGqwDX7HkSfWNnUOx8WCT3qGzPixZrKxNUPCPmIzcLmhL9/Ni4wa1uoqwiZgzq/XzoiXpNEPl1lB5Tiljjg==", + "license": "MIT", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/utils": { + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.24.2.tgz", + "integrity": "sha512-YTGIBpCbiF7ToLQUHhWqSt7tL78O8yVEyEOWwHDrNUK48Lc+Ra4lO3/7SO+LCE2uTndbu562//5l49b/JhMrwQ==", + "license": "SEE LICENSE IN LICENSE", + "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" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + } + }, + "node_modules/@strapi/plugin-users-permissions/node_modules/compute-scroll-into-view": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.1.0.tgz", + "integrity": "sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==", + "license": "MIT" + }, "node_modules/@strapi/plugin-users-permissions/node_modules/deepmerge": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz", "integrity": "sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6856,6 +6954,7 @@ "url": "https://opencollective.com/formik" } ], + "license": "Apache-2.0", "dependencies": { "deepmerge": "^2.1.1", "hoist-non-react-statics": "^3.3.0", @@ -6869,15 +6968,32 @@ "react": ">=16.8.0" } }, + "node_modules/@strapi/plugin-users-permissions/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/@strapi/plugin-users-permissions/node_modules/react-fast-compare": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-2.0.4.tgz", - "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" + "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==", + "license": "MIT" }, "node_modules/@strapi/plugin-users-permissions/node_modules/yup": { "version": "0.32.9", "resolved": "https://registry.npmjs.org/yup/-/yup-0.32.9.tgz", "integrity": "sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.10.5", "@types/lodash": "^4.14.165", @@ -7285,7 +7401,9 @@ } }, "node_modules/@strapi/ui-primitives": { - "version": "1.13.0", + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-1.19.0.tgz", + "integrity": "sha512-dEpmI0PpSH6VWuP/bBvRKI5lUpazdDAcxOpukoq2QDwUFbuZWywgW7a6O5nMnD4bLQtyNeYwd52J8Jqr9pNoQA==", "license": "MIT", "dependencies": { "@radix-ui/number": "^1.0.1", @@ -7307,8 +7425,8 @@ "@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" + "aria-hidden": "^1.2.4", + "react-remove-scroll": "^2.5.9" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", @@ -8551,7 +8669,9 @@ } }, "node_modules/@uiw/codemirror-extensions-basic-setup": { - "version": "4.21.20", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.0.tgz", + "integrity": "sha512-+k5nkRpUWGaHr1JWT8jcKsVewlXw5qBgSopm9LW8fZ6KnSNZBycz8kHxh0+WSvckmXEESGptkIsb7dlkmJT/hQ==", "license": "MIT", "dependencies": { "@codemirror/autocomplete": "^6.0.0", @@ -8562,6 +8682,9 @@ "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0" }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, "peerDependencies": { "@codemirror/autocomplete": ">=6.0.0", "@codemirror/commands": ">=6.0.0", @@ -8573,16 +8696,21 @@ } }, "node_modules/@uiw/react-codemirror": { - "version": "4.21.20", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/@uiw/react-codemirror/-/react-codemirror-4.23.0.tgz", + "integrity": "sha512-MnqTXfgeLA3fsUUQjqjJgemEuNyoGALgsExVm0NQAllAAi1wfj+IoKFeK+h3XXMlTFRCFYOUh4AHDv0YXJLsOg==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.6", "@codemirror/commands": "^6.1.0", "@codemirror/state": "^6.1.1", "@codemirror/theme-one-dark": "^6.0.0", - "@uiw/codemirror-extensions-basic-setup": "4.21.20", + "@uiw/codemirror-extensions-basic-setup": "4.23.0", "codemirror": "^6.0.0" }, + "funding": { + "url": "https://jaywcjlove.github.io/#/sponsor" + }, "peerDependencies": { "@babel/runtime": ">=7.11.0", "@codemirror/state": ">=6.0.0", @@ -9027,7 +9155,9 @@ "license": "Python-2.0" }, "node_modules/aria-hidden": { - "version": "1.2.3", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.4.tgz", + "integrity": "sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A==", "license": "MIT", "dependencies": { "tslib": "^2.0.0" @@ -21589,10 +21719,12 @@ } }, "node_modules/react-remove-scroll": { - "version": "2.5.7", + "version": "2.5.10", + "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.10.tgz", + "integrity": "sha512-m3zvBRANPBw3qxVVjEIPEQinkcwlFZ4qyomuWVpNJdv4c6MvHfXV0C3L9Jx5rr3HeBHKNRX+1jreB5QloDIJjA==", "license": "MIT", "dependencies": { - "react-remove-scroll-bar": "^2.3.4", + "react-remove-scroll-bar": "^2.3.6", "react-style-singleton": "^2.2.1", "tslib": "^2.1.0", "use-callback-ref": "^1.3.0", @@ -21612,7 +21744,9 @@ } }, "node_modules/react-remove-scroll-bar": { - "version": "2.3.4", + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.6.tgz", + "integrity": "sha512-DtSYaao4mBmX+HDo5YWYdBWQwYIQQshUV/dVxFxK+KM26Wjwp1gZ6rv6OC3oujI6Bfu6Xyg3TwK533AQutsn/g==", "license": "MIT", "dependencies": { "react-style-singleton": "^2.2.1",