diff --git a/backend/package-lock.json b/backend/package-lock.json index 5b586d3..629db0c 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -18,6 +18,8 @@ "@strapi/provider-upload-aws-s3": "4.17.0", "@strapi/strapi": "4.12.1", "pg": "^8.11.3", + "react": "^18.2.0", + "react-dom": "^18.2.0", "strapi-plugin-publisher": "^1.5.6", "strapi-plugin-redis": "^1.0.1", "strapi-plugin-rest-cache": "^4.2.8", @@ -1051,12 +1053,11 @@ } }, "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", "dependencies": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -1273,6 +1274,20 @@ "node": ">=6.0.0" } }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", + "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, "node_modules/@babel/plugin-transform-react-jsx-self": { "version": "7.23.3", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", @@ -1387,13 +1402,13 @@ } }, "node_modules/@codemirror/autocomplete": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.9.0.tgz", - "integrity": "sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.11.1.tgz", + "integrity": "sha512-L5UInv8Ffd6BPw0P3EF7JLYAMeEbclY7+6Q11REt8vhih8RuLreKtPy/xk8wPxs4EQgYqzI7cdgpiYwWlbS/ow==", "dependencies": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.6.0", + "@codemirror/view": "^6.17.0", "@lezer/common": "^1.0.0" }, "peerDependencies": { @@ -1404,14 +1419,14 @@ } }, "node_modules/@codemirror/commands": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.2.4.tgz", - "integrity": "sha512-42lmDqVH0ttfilLShReLXsDfASKLXzfyC36bzwcqzox9PlHulMcsUOfHXNo2X2aFMVNUoQ7j+d4q5bnfseYoOA==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.3.tgz", + "integrity": "sha512-dO4hcF0fGT9tu1Pj1D2PvGvxjeGkbC6RGcZw6Qs74TH+Ed1gw98jmUgd2axWvIZEqTeTuFrg1lEB1KV6cK9h1A==", "dependencies": { "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.2.0", + "@codemirror/state": "^6.4.0", "@codemirror/view": "^6.0.0", - "@lezer/common": "^1.0.0" + "@lezer/common": "^1.1.0" } }, "node_modules/@codemirror/lang-json": { @@ -1437,9 +1452,9 @@ } }, "node_modules/@codemirror/lint": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.0.tgz", - "integrity": "sha512-6VZ44Ysh/Zn07xrGkdtNfmHCbGSHZzFBdzWi0pbd7chAQ/iUcpLGX99NYRZTa7Ugqg4kEHCqiHhcZnH0gLIgSg==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.2.tgz", + "integrity": "sha512-wzRkluWb1ptPKdzlsrbwwjYCPLgzU6N88YBAmlZi8WFyuiEduSd05MnJYNogzyc8rPK7pj6m95ptUApc8sHKVA==", "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -1447,9 +1462,9 @@ } }, "node_modules/@codemirror/search": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.1.tgz", - "integrity": "sha512-4jupk4JwkeVbrN2pStY74q6OJEYqwosB4koA66nyLeVedadtX9MHI38j2vbYmnfDGurDApP3OZO46MrWalcjiQ==", + "version": "6.5.5", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.5.tgz", + "integrity": "sha512-PIEN3Ke1buPod2EHbJsoQwlbpkz30qGZKcnmH1eihq9+bPQx8gelauUwLYaY4vBOuBAuEhmpDLii4rj/uO0yMA==", "dependencies": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -1457,9 +1472,9 @@ } }, "node_modules/@codemirror/state": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.2.1.tgz", - "integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw==" + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.4.0.tgz", + "integrity": "sha512-hm8XshYj5Fo30Bb922QX9hXB/bxOAVH+qaqHBzw5TKa72vOeslyGwd4X8M0c1dJ9JqxlaMceOQ8RsL9tC7gU0A==" }, "node_modules/@codemirror/theme-one-dark": { "version": "6.1.2", @@ -1473,12 +1488,12 @@ } }, "node_modules/@codemirror/view": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.16.0.tgz", - "integrity": "sha512-1Z2HkvkC3KR/oEZVuW9Ivmp8TWLzGEd8T8TA04TTwPvqogfkHBdYSlflytDOqmkUxM2d1ywTg7X2dU5mC+SXvg==", + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.23.0.tgz", + "integrity": "sha512-/51px9N4uW8NpuWkyUX+iam5+PM6io2fm+QmRnzwqBy5v/pwGg9T0kILFtYeum8hjuvENtgsGNKluOfqIICmeQ==", "dependencies": { - "@codemirror/state": "^6.1.4", - "style-mod": "^4.0.0", + "@codemirror/state": "^6.4.0", + "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" } }, @@ -1566,7 +1581,6 @@ "version": "0.8.8", "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", - "license": "MIT", "dependencies": { "@emotion/memoize": "0.7.4" } @@ -1574,8 +1588,7 @@ "node_modules/@emotion/is-prop-valid/node_modules/@emotion/memoize": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", - "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", - "license": "MIT" + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" }, "node_modules/@emotion/memoize": { "version": "0.8.1", @@ -1583,14 +1596,14 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "node_modules/@emotion/react": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.0.tgz", - "integrity": "sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw==", + "version": "11.11.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", + "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.2", + "@emotion/serialize": "^1.1.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", @@ -1606,9 +1619,9 @@ } }, "node_modules/@emotion/serialize": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz", - "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", + "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", "dependencies": { "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1", @@ -1617,11 +1630,6 @@ "csstype": "^3.0.2" } }, - "node_modules/@emotion/serialize/node_modules/@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" - }, "node_modules/@emotion/sheet": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz", @@ -1630,14 +1638,12 @@ "node_modules/@emotion/stylis": { "version": "0.8.5", "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==", - "license": "MIT" + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" }, "node_modules/@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==", - "license": "MIT" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", + "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" }, "node_modules/@emotion/use-insertion-effect-with-fallbacks": { "version": "1.0.1", @@ -2229,9 +2235,9 @@ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" }, "node_modules/@lezer/common": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.0.3.tgz", - "integrity": "sha512-JH4wAXCgUOcCGNekQPLhVeUtIqjH0yPBs7vvUdSjyQama9618IOKFJwkv2kcqdhF0my8hQEgCTEJU0GIgnahvA==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.0.tgz", + "integrity": "sha512-Wmvlm4q6tRpwiy20TnB3yyLTZim38Tkc50dPY8biQRwqE+ati/wD84rm3N15hikvdT4uSg9phs9ubjvcLmkpKg==" }, "node_modules/@lezer/highlight": { "version": "1.1.6", @@ -2652,9 +2658,9 @@ } }, "node_modules/@radix-ui/react-focus-scope": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", - "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", + "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", "dependencies": { "@babel/runtime": "^7.13.10", "@radix-ui/react-compose-refs": "1.0.1", @@ -2734,31 +2740,6 @@ } } }, - "node_modules/@radix-ui/react-menu/node_modules/@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, "node_modules/@radix-ui/react-menu/node_modules/react-remove-scroll": { "version": "2.5.5", "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz", @@ -4191,31 +4172,6 @@ "node": ">=12" } }, - "node_modules/@strapi/admin/node_modules/@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, "node_modules/@strapi/admin/node_modules/@strapi/data-transfer": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-4.17.0.tgz", @@ -4462,33 +4418,6 @@ "styled-components": "^5.2.1" } }, - "node_modules/@strapi/admin/node_modules/@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", - "dependencies": { - "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", - "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", - "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" - }, - "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/admin/node_modules/@strapi/generate-new": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/generate-new/-/generate-new-4.17.0.tgz", @@ -4531,44 +4460,6 @@ "npm": ">=6.0.0" } }, - "node_modules/@strapi/admin/node_modules/@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", - "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.14.1", - "@strapi/icons": "1.14.1", - "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/admin/node_modules/@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" - } - }, "node_modules/@strapi/admin/node_modules/@strapi/logger": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-4.17.0.tgz", @@ -4832,42 +4723,11 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@strapi/admin/node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@strapi/admin/node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" - } - }, "node_modules/@strapi/admin/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, - "node_modules/@strapi/admin/node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "dependencies": { - "loose-envify": "^1.1.0" - } - }, "node_modules/@strapi/admin/node_modules/schema-utils": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", @@ -5029,23 +4889,23 @@ } }, "node_modules/@strapi/design-system": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", - "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", + "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", "dependencies": { "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.1", - "@internationalized/date": "^3.3.0", - "@internationalized/number": "^3.2.1", - "@radix-ui/react-dismissable-layer": "^1.0.4", - "@radix-ui/react-dropdown-menu": "^2.0.5", - "@radix-ui/react-focus-scope": "1.0.3", - "@strapi/ui-primitives": "^1.8.2", - "@uiw/react-codemirror": "^4.21.7", + "@floating-ui/react-dom": "^2.0.5", + "@internationalized/date": "^3.5.1", + "@internationalized/number": "^3.5.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.14.1", + "@uiw/react-codemirror": "^4.21.21", "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.0.3", + "compute-scroll-into-view": "^3.1.0", "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.6" + "react-remove-scroll": "^2.5.7" }, "peerDependencies": { "@strapi/icons": "^1.5.0", @@ -5098,33 +4958,42 @@ } }, "node_modules/@strapi/helper-plugin": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", - "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", + "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", "dependencies": { - "axios": "1.4.0", + "axios": "1.6.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-helmet": "6.1.0", "react-intl": "6.4.1", "react-query": "3.39.3", "react-select": "5.7.0" }, "engines": { - "node": ">=16.0.0 <=20.x.x", + "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" }, "peerDependencies": { - "@strapi/design-system": "1.8.2", - "@strapi/icons": "1.8.2", + "@strapi/design-system": "1.14.1", + "@strapi/icons": "1.14.1", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", - "react-router-dom": "^5.3.4", - "styled-components": "^5.3.3" + "react-router-dom": "^5.2.0", + "styled-components": "^5.2.1" + } + }, + "node_modules/@strapi/helper-plugin/node_modules/axios": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/@strapi/helper-plugin/node_modules/qs": { @@ -5142,9 +5011,9 @@ } }, "node_modules/@strapi/icons": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", - "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", + "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" @@ -5333,6 +5202,97 @@ "styled-components": "5.3.3" } }, + "node_modules/@strapi/plugin-content-type-builder/node_modules/@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", + "dependencies": { + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@strapi/plugin-content-type-builder/node_modules/@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "dependencies": { + "@codemirror/lang-json": "^6.0.1", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", + "aria-hidden": "^1.2.3", + "compute-scroll-into-view": "^3.0.3", + "prop-types": "^15.8.1", + "react-remove-scroll": "^2.5.6" + }, + "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-content-type-builder/node_modules/@strapi/helper-plugin": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", + "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", + "dependencies": { + "axios": "1.4.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" + }, + "engines": { + "node": ">=16.0.0 <=20.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/design-system": "1.8.2", + "@strapi/icons": "1.8.2", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.3.4", + "styled-components": "^5.3.3" + } + }, + "node_modules/@strapi/plugin-content-type-builder/node_modules/@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, "node_modules/@strapi/plugin-content-type-builder/node_modules/qs": { "version": "6.11.1", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", @@ -5372,43 +5332,10 @@ "styled-components": "5.3.3" } }, - "node_modules/@strapi/plugin-i18n": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.17.0.tgz", - "integrity": "sha512-ZPPXUSOK0wWRgM7fqKGCuNQDI8Dz5ODsHDp7LZUOy+4Mhj4aQhn4speAOWLD4aDhx8JPZH8xoFf1bAIHzXCplg==", - "dependencies": { - "@reduxjs/toolkit": "1.9.7", - "@strapi/design-system": "1.14.1", - "@strapi/helper-plugin": "4.17.0", - "@strapi/icons": "1.14.1", - "@strapi/utils": "4.17.0", - "axios": "1.6.0", - "formik": "2.4.0", - "immer": "9.0.19", - "lodash": "4.17.21", - "prop-types": "^15.8.1", - "qs": "6.11.1", - "react-intl": "6.4.1", - "react-query": "3.39.3", - "react-redux": "8.1.1", - "yup": "0.32.9" - }, - "engines": { - "node": ">=18.0.0 <=20.x.x", - "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/strapi": "^4.0.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-i18n/node_modules/@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", + "node_modules/@strapi/plugin-email/node_modules/@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", "dependencies": { "@babel/runtime": "^7.13.10", "@radix-ui/react-compose-refs": "1.0.1", @@ -5430,24 +5357,24 @@ } } }, - "node_modules/@strapi/plugin-i18n/node_modules/@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", + "node_modules/@strapi/plugin-email/node_modules/@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", "dependencies": { "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", + "compute-scroll-into-view": "^3.0.3", "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" + "react-remove-scroll": "^2.5.6" }, "peerDependencies": { "@strapi/icons": "^1.5.0", @@ -5457,44 +5384,48 @@ "styled-components": "^5.2.1" } }, - "node_modules/@strapi/plugin-i18n/node_modules/@strapi/helper-plugin": { + "node_modules/@strapi/plugin-email/node_modules/@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, + "node_modules/@strapi/plugin-i18n": { "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", + "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.17.0.tgz", + "integrity": "sha512-ZPPXUSOK0wWRgM7fqKGCuNQDI8Dz5ODsHDp7LZUOy+4Mhj4aQhn4speAOWLD4aDhx8JPZH8xoFf1bAIHzXCplg==", "dependencies": { + "@reduxjs/toolkit": "1.9.7", + "@strapi/design-system": "1.14.1", + "@strapi/helper-plugin": "4.17.0", + "@strapi/icons": "1.14.1", + "@strapi/utils": "4.17.0", "axios": "1.6.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" + "react-redux": "8.1.1", + "yup": "0.32.9" }, "engines": { "node": ">=18.0.0 <=20.x.x", "npm": ">=6.0.0" }, "peerDependencies": { - "@strapi/design-system": "1.14.1", - "@strapi/icons": "1.14.1", + "@strapi/strapi": "^4.0.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-i18n/node_modules/@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" - } - }, "node_modules/@strapi/plugin-i18n/node_modules/@strapi/utils": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", @@ -5579,62 +5510,10 @@ "styled-components": "5.3.3" } }, - "node_modules/@strapi/plugin-upload/node_modules/qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/@strapi/plugin-users-permissions": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.17.0.tgz", - "integrity": "sha512-P6rDujdDKDU3ufy/9LO6ifCLhDyAtDIoIZ7Y5j60uwADhvpBKSpGxqhU9oKDkdrKJr76SBzus+Qj05gdgSO67Q==", - "dependencies": { - "@strapi/design-system": "1.14.1", - "@strapi/helper-plugin": "4.17.0", - "@strapi/icons": "1.14.1", - "@strapi/utils": "4.17.0", - "bcryptjs": "2.4.3", - "formik": "2.4.0", - "grant-koa": "5.4.8", - "immer": "9.0.19", - "jsonwebtoken": "9.0.0", - "jwk-to-pem": "2.0.5", - "koa": "2.13.4", - "koa2-ratelimit": "^1.1.2", - "lodash": "4.17.21", - "prop-types": "^15.8.1", - "purest": "4.0.2", - "react-intl": "6.4.1", - "react-query": "3.39.3", - "react-redux": "8.1.1", - "url-join": "4.0.1", - "yup": "0.32.9" - }, - "engines": { - "node": ">=18.0.0 <=20.x.x", - "npm": ">=6.0.0" - }, - "peerDependencies": { - "@strapi/strapi": "^4.0.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/@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", + "node_modules/@strapi/plugin-upload/node_modules/@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", "dependencies": { "@babel/runtime": "^7.13.10", "@radix-ui/react-compose-refs": "1.0.1", @@ -5656,24 +5535,24 @@ } } }, - "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", + "node_modules/@strapi/plugin-upload/node_modules/@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", "dependencies": { "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", + "compute-scroll-into-view": "^3.0.3", "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" + "react-remove-scroll": "^2.5.6" }, "peerDependencies": { "@strapi/icons": "^1.5.0", @@ -5683,44 +5562,97 @@ "styled-components": "^5.2.1" } }, - "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", + "node_modules/@strapi/plugin-upload/node_modules/@strapi/helper-plugin": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", + "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", "dependencies": { - "axios": "1.6.0", + "axios": "1.4.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-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", + "node": ">=16.0.0 <=20.x.x", "npm": ">=6.0.0" }, "peerDependencies": { - "@strapi/design-system": "1.14.1", - "@strapi/icons": "1.14.1", + "@strapi/design-system": "1.8.2", + "@strapi/icons": "1.8.2", "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" + "react-router-dom": "^5.3.4", + "styled-components": "^5.3.3" } }, - "node_modules/@strapi/plugin-users-permissions/node_modules/@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", + "node_modules/@strapi/plugin-upload/node_modules/@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" } }, + "node_modules/@strapi/plugin-upload/node_modules/qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/@strapi/plugin-users-permissions": { + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.17.0.tgz", + "integrity": "sha512-P6rDujdDKDU3ufy/9LO6ifCLhDyAtDIoIZ7Y5j60uwADhvpBKSpGxqhU9oKDkdrKJr76SBzus+Qj05gdgSO67Q==", + "dependencies": { + "@strapi/design-system": "1.14.1", + "@strapi/helper-plugin": "4.17.0", + "@strapi/icons": "1.14.1", + "@strapi/utils": "4.17.0", + "bcryptjs": "2.4.3", + "formik": "2.4.0", + "grant-koa": "5.4.8", + "immer": "9.0.19", + "jsonwebtoken": "9.0.0", + "jwk-to-pem": "2.0.5", + "koa": "2.13.4", + "koa2-ratelimit": "^1.1.2", + "lodash": "4.17.21", + "prop-types": "^15.8.1", + "purest": "4.0.2", + "react-intl": "6.4.1", + "react-query": "3.39.3", + "react-redux": "8.1.1", + "url-join": "4.0.1", + "yup": "0.32.9" + }, + "engines": { + "node": ">=18.0.0 <=20.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/strapi": "^4.0.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/utils": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", @@ -5738,16 +5670,6 @@ "npm": ">=6.0.0" } }, - "node_modules/@strapi/plugin-users-permissions/node_modules/axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", - "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, "node_modules/@strapi/plugin-users-permissions/node_modules/koa": { "version": "2.13.4", "resolved": "https://registry.npmjs.org/koa/-/koa-2.13.4.tgz", @@ -5781,20 +5703,6 @@ "node": "^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4" } }, - "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==", - "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/statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", @@ -5923,6 +5831,31 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/strapi/node_modules/@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", + "dependencies": { + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1" + }, + "peerDependencies": { + "@types/react": "*", + "@types/react-dom": "*", + "react": "^16.8 || ^17.0 || ^18.0", + "react-dom": "^16.8 || ^17.0 || ^18.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, "node_modules/@strapi/strapi/node_modules/@strapi/admin": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-4.12.1.tgz", @@ -6043,6 +5976,72 @@ "npm": ">=6.0.0" } }, + "node_modules/@strapi/strapi/node_modules/@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "dependencies": { + "@codemirror/lang-json": "^6.0.1", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", + "aria-hidden": "^1.2.3", + "compute-scroll-into-view": "^3.0.3", + "prop-types": "^15.8.1", + "react-remove-scroll": "^2.5.6" + }, + "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/strapi/node_modules/@strapi/helper-plugin": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", + "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", + "dependencies": { + "axios": "1.4.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" + }, + "engines": { + "node": ">=16.0.0 <=20.x.x", + "npm": ">=6.0.0" + }, + "peerDependencies": { + "@strapi/design-system": "1.8.2", + "@strapi/icons": "1.8.2", + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0", + "react-router-dom": "^5.3.4", + "styled-components": "^5.3.3" + } + }, + "node_modules/@strapi/strapi/node_modules/@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0", + "react-dom": "^17.0.0 || ^18.0.0" + } + }, "node_modules/@strapi/strapi/node_modules/@strapi/provider-audit-logs-local": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@strapi/provider-audit-logs-local/-/provider-audit-logs-local-4.12.1.tgz", @@ -6210,42 +6209,11 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/@strapi/strapi/node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@strapi/strapi/node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" - } - }, "node_modules/@strapi/strapi/node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, - "node_modules/@strapi/strapi/node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "dependencies": { - "loose-envify": "^1.1.0" - } - }, "node_modules/@strapi/strapi/node_modules/typescript": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", @@ -6473,31 +6441,6 @@ "react-dom": "^17.0.0 || ^18.0.0" } }, - "node_modules/@strapi/ui-primitives/node_modules/@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, "node_modules/@strapi/utils": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.12.1.tgz", @@ -6842,9 +6785,9 @@ } }, "node_modules/@types/react-transition-group": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz", - "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==", + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", + "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", "dependencies": { "@types/react": "*" } @@ -7599,26 +7542,20 @@ } }, "node_modules/babel-plugin-styled-components": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz", - "integrity": "sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", + "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", "dependencies": { - "@babel/helper-annotate-as-pure": "^7.16.0", - "@babel/helper-module-imports": "^7.16.0", - "babel-plugin-syntax-jsx": "^6.18.0", + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-module-imports": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", "lodash": "^4.17.21", - "picomatch": "^2.3.0" + "picomatch": "^2.3.1" }, "peerDependencies": { "styled-components": ">= 2" } }, - "node_modules/babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", - "integrity": "sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==", - "license": "MIT" - }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -8219,7 +8156,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", - "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8886,8 +8822,7 @@ "node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "license": "MIT" + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" }, "node_modules/cookie": { "version": "0.4.2", @@ -9073,7 +9008,6 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", - "license": "ISC", "engines": { "node": ">=4" } @@ -9120,10 +9054,9 @@ } }, "node_modules/css-to-react-native": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.1.0.tgz", - "integrity": "sha512-AryfkFA29b4I3vG7N4kxFboq15DxwSXzhXM37XNEjwJMgjYIc8BcqfiprpAqX0zadI5PMByEIwAMzXxk5Vcc4g==", - "license": "MIT", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", + "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", "dependencies": { "camelize": "^1.0.0", "css-color-keywords": "^1.0.0", @@ -16192,14 +16125,11 @@ } }, "node_modules/react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "license": "MIT", - "peer": true, + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" }, "engines": { "node": ">=0.10.0" @@ -16243,18 +16173,15 @@ } }, "node_modules/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "license": "MIT", - "peer": true, + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", "dependencies": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" + "scheduler": "^0.23.0" }, "peerDependencies": { - "react": "17.0.2" + "react": "^18.2.0" } }, "node_modules/react-error-boundary": { @@ -17288,14 +17215,11 @@ } }, "node_modules/scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "license": "MIT", - "peer": true, + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", "dependencies": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" } }, "node_modules/schema-utils": { @@ -17575,8 +17499,7 @@ "node_modules/shallowequal": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==", - "license": "MIT" + "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" }, "node_modules/sharp": { "version": "0.32.0", @@ -18354,120 +18277,6 @@ "styled-components": "^5.3.3" } }, - "node_modules/strapi-plugin-publisher/node_modules/@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", - "dependencies": { - "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", - "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", - "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" - }, - "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-publisher/node_modules/@strapi/design-system/node_modules/@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "dependencies": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - }, - "peerDependencies": { - "@types/react": "*", - "@types/react-dom": "*", - "react": "^16.8 || ^17.0 || ^18.0", - "react-dom": "^16.8 || ^17.0 || ^18.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - }, - "@types/react-dom": { - "optional": true - } - } - }, - "node_modules/strapi-plugin-publisher/node_modules/@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", - "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.14.1", - "@strapi/icons": "1.14.1", - "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-publisher/node_modules/@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" - } - }, - "node_modules/strapi-plugin-publisher/node_modules/axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", - "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/strapi-plugin-publisher/node_modules/qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", - "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/strapi-plugin-redis": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/strapi-plugin-redis/-/strapi-plugin-redis-1.0.1.tgz", @@ -18662,15 +18471,14 @@ } }, "node_modules/style-mod": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.3.tgz", - "integrity": "sha512-78Jv8kYJdjbvRwwijtCevYADfsI0lGzYJe4mMFdceO8l75DFFDoqBhR1jVDicDRRaX4//g1u9wKeo+ztc2h1Rw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.0.tgz", + "integrity": "sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==" }, "node_modules/styled-components": { "version": "5.3.3", "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.3.tgz", "integrity": "sha512-++4iHwBM7ZN+x6DtPPWkCI4vdtwumQ+inA/DdAsqYd4SVgUKJie5vXyzotA00ttcFdQkCng7zc6grwlfIfw+lw==", - "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", @@ -18696,10 +18504,10 @@ "react-is": ">= 16.8.0" } }, - "node_modules/styled-components/node_modules/react-is": { - "version": "17.0.2", - "license": "MIT", - "peer": true + "node_modules/styled-components/node_modules/@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" }, "node_modules/stylis": { "version": "4.2.0", @@ -21610,11 +21418,11 @@ } }, "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", "requires": { - "@babel/types": "^7.18.6" + "@babel/types": "^7.22.5" } }, "@babel/helper-compilation-targets": { @@ -21772,6 +21580,14 @@ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.6.tgz", "integrity": "sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==" }, + "@babel/plugin-syntax-jsx": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", + "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", + "requires": { + "@babel/helper-plugin-utils": "^7.22.5" + } + }, "@babel/plugin-transform-react-jsx-self": { "version": "7.23.3", "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", @@ -21858,25 +21674,25 @@ } }, "@codemirror/autocomplete": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.9.0.tgz", - "integrity": "sha512-Fbwm0V/Wn3BkEJZRhr0hi5BhCo5a7eBL6LYaliPjOSwCyfOpnjXY59HruSxOUNV+1OYer0Tgx1zRNQttjXyDog==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.11.1.tgz", + "integrity": "sha512-L5UInv8Ffd6BPw0P3EF7JLYAMeEbclY7+6Q11REt8vhih8RuLreKtPy/xk8wPxs4EQgYqzI7cdgpiYwWlbS/ow==", "requires": { "@codemirror/language": "^6.0.0", "@codemirror/state": "^6.0.0", - "@codemirror/view": "^6.6.0", + "@codemirror/view": "^6.17.0", "@lezer/common": "^1.0.0" } }, "@codemirror/commands": { - "version": "6.2.4", - "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.2.4.tgz", - "integrity": "sha512-42lmDqVH0ttfilLShReLXsDfASKLXzfyC36bzwcqzox9PlHulMcsUOfHXNo2X2aFMVNUoQ7j+d4q5bnfseYoOA==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.3.3.tgz", + "integrity": "sha512-dO4hcF0fGT9tu1Pj1D2PvGvxjeGkbC6RGcZw6Qs74TH+Ed1gw98jmUgd2axWvIZEqTeTuFrg1lEB1KV6cK9h1A==", "requires": { "@codemirror/language": "^6.0.0", - "@codemirror/state": "^6.2.0", + "@codemirror/state": "^6.4.0", "@codemirror/view": "^6.0.0", - "@lezer/common": "^1.0.0" + "@lezer/common": "^1.1.0" } }, "@codemirror/lang-json": { @@ -21902,9 +21718,9 @@ } }, "@codemirror/lint": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.0.tgz", - "integrity": "sha512-6VZ44Ysh/Zn07xrGkdtNfmHCbGSHZzFBdzWi0pbd7chAQ/iUcpLGX99NYRZTa7Ugqg4kEHCqiHhcZnH0gLIgSg==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.4.2.tgz", + "integrity": "sha512-wzRkluWb1ptPKdzlsrbwwjYCPLgzU6N88YBAmlZi8WFyuiEduSd05MnJYNogzyc8rPK7pj6m95ptUApc8sHKVA==", "requires": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -21912,9 +21728,9 @@ } }, "@codemirror/search": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.1.tgz", - "integrity": "sha512-4jupk4JwkeVbrN2pStY74q6OJEYqwosB4koA66nyLeVedadtX9MHI38j2vbYmnfDGurDApP3OZO46MrWalcjiQ==", + "version": "6.5.5", + "resolved": "https://registry.npmjs.org/@codemirror/search/-/search-6.5.5.tgz", + "integrity": "sha512-PIEN3Ke1buPod2EHbJsoQwlbpkz30qGZKcnmH1eihq9+bPQx8gelauUwLYaY4vBOuBAuEhmpDLii4rj/uO0yMA==", "requires": { "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", @@ -21922,9 +21738,9 @@ } }, "@codemirror/state": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.2.1.tgz", - "integrity": "sha512-RupHSZ8+OjNT38zU9fKH2sv+Dnlr8Eb8sl4NOnnqz95mCFTZUaiRP8Xv5MeeaG0px2b8Bnfe7YGwCV3nsBhbuw==" + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.4.0.tgz", + "integrity": "sha512-hm8XshYj5Fo30Bb922QX9hXB/bxOAVH+qaqHBzw5TKa72vOeslyGwd4X8M0c1dJ9JqxlaMceOQ8RsL9tC7gU0A==" }, "@codemirror/theme-one-dark": { "version": "6.1.2", @@ -21938,12 +21754,12 @@ } }, "@codemirror/view": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.16.0.tgz", - "integrity": "sha512-1Z2HkvkC3KR/oEZVuW9Ivmp8TWLzGEd8T8TA04TTwPvqogfkHBdYSlflytDOqmkUxM2d1ywTg7X2dU5mC+SXvg==", + "version": "6.23.0", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.23.0.tgz", + "integrity": "sha512-/51px9N4uW8NpuWkyUX+iam5+PM6io2fm+QmRnzwqBy5v/pwGg9T0kILFtYeum8hjuvENtgsGNKluOfqIICmeQ==", "requires": { - "@codemirror/state": "^6.1.4", - "style-mod": "^4.0.0", + "@codemirror/state": "^6.4.0", + "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" } }, @@ -22035,14 +21851,14 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "@emotion/react": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.0.tgz", - "integrity": "sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw==", + "version": "11.11.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", + "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", "requires": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.2", + "@emotion/serialize": "^1.1.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", @@ -22050,22 +21866,15 @@ } }, "@emotion/serialize": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz", - "integrity": "sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", + "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", "requires": { "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1", "@emotion/unitless": "^0.8.1", "@emotion/utils": "^1.2.1", "csstype": "^3.0.2" - }, - "dependencies": { - "@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" - } } }, "@emotion/sheet": { @@ -22079,9 +21888,9 @@ "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" }, "@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", + "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" }, "@emotion/use-insertion-effect-with-fallbacks": { "version": "1.0.1", @@ -22441,9 +22250,9 @@ "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==" }, "@lezer/common": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.0.3.tgz", - "integrity": "sha512-JH4wAXCgUOcCGNekQPLhVeUtIqjH0yPBs7vvUdSjyQama9618IOKFJwkv2kcqdhF0my8hQEgCTEJU0GIgnahvA==" + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@lezer/common/-/common-1.2.0.tgz", + "integrity": "sha512-Wmvlm4q6tRpwiy20TnB3yyLTZim38Tkc50dPY8biQRwqE+ati/wD84rm3N15hikvdT4uSg9phs9ubjvcLmkpKg==" }, "@lezer/highlight": { "version": "1.1.6", @@ -22690,9 +22499,9 @@ } }, "@radix-ui/react-focus-scope": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", - "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", + "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", "requires": { "@babel/runtime": "^7.13.10", "@radix-ui/react-compose-refs": "1.0.1", @@ -22735,17 +22544,6 @@ "react-remove-scroll": "2.5.5" }, "dependencies": { - "@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - } - }, "react-remove-scroll": { "version": "2.5.5", "resolved": "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz", @@ -23768,17 +23566,6 @@ "integrity": "sha512-tP+B5UuIbbFMj2hQaUr6EALlHOIOmlLM2FK7jeFBobPy2ERdohI4Ka6ZFjZ1ZYsrHE/hZimGuU90jusRE0pwDw==", "optional": true }, - "@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - } - }, "@strapi/data-transfer": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-4.17.0.tgz", @@ -23970,26 +23757,6 @@ } } }, - "@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", - "requires": { - "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", - "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", - "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" - } - }, "@strapi/generate-new": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/generate-new/-/generate-new-4.17.0.tgz", @@ -24024,29 +23791,6 @@ "pluralize": "8.0.0" } }, - "@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", - "requires": { - "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.2.0", - "react-query": "3.39.3", - "react-select": "5.7.0" - } - }, - "@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", - "requires": {} - }, "@strapi/logger": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-4.17.0.tgz", @@ -24247,36 +23991,11 @@ "side-channel": "^1.0.4" } }, - "react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "requires": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - } - }, "react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, - "scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "requires": { - "loose-envify": "^1.1.0" - } - }, "schema-utils": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", @@ -24393,23 +24112,23 @@ } }, "@strapi/design-system": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", - "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", + "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", "requires": { "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.1", - "@internationalized/date": "^3.3.0", - "@internationalized/number": "^3.2.1", - "@radix-ui/react-dismissable-layer": "^1.0.4", - "@radix-ui/react-dropdown-menu": "^2.0.5", - "@radix-ui/react-focus-scope": "1.0.3", - "@strapi/ui-primitives": "^1.8.2", - "@uiw/react-codemirror": "^4.21.7", + "@floating-ui/react-dom": "^2.0.5", + "@internationalized/date": "^3.5.1", + "@internationalized/number": "^3.5.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.14.1", + "@uiw/react-codemirror": "^4.21.21", "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.0.3", + "compute-scroll-into-view": "^3.1.0", "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.6" + "react-remove-scroll": "^2.5.7" } }, "@strapi/generate-new": { @@ -24447,23 +24166,32 @@ } }, "@strapi/helper-plugin": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", - "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", + "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", "requires": { - "axios": "1.4.0", + "axios": "1.6.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-helmet": "6.1.0", "react-intl": "^6.2.0", "react-query": "3.39.3", "react-select": "5.7.0" }, "dependencies": { + "axios": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", + "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", + "requires": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "qs": { "version": "6.11.1", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", @@ -24475,9 +24203,9 @@ } }, "@strapi/icons": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", - "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", + "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", "requires": {} }, "@strapi/logger": { @@ -24609,58 +24337,11 @@ "reselect": "4.1.7", "yup": "0.32.9" }, - "dependencies": { - "qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", - "requires": { - "side-channel": "^1.0.4" - } - } - } - }, - "@strapi/plugin-email": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@strapi/plugin-email/-/plugin-email-4.12.1.tgz", - "integrity": "sha512-csYir5dNtwXfK8kx6Qwk1GeEWJXgLlr5MZGO7Y5KuGlepQFHi6+PByrhbp2IjE9gqCcgjSFH+clJXQXDKBLWWw==", - "requires": { - "@strapi/design-system": "1.8.2", - "@strapi/icons": "1.8.2", - "@strapi/provider-email-sendmail": "4.12.1", - "@strapi/utils": "4.12.1", - "lodash": "4.17.21", - "prop-types": "^15.8.1", - "react-intl": "^6.2.0", - "yup": "0.32.9" - } - }, - "@strapi/plugin-i18n": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.17.0.tgz", - "integrity": "sha512-ZPPXUSOK0wWRgM7fqKGCuNQDI8Dz5ODsHDp7LZUOy+4Mhj4aQhn4speAOWLD4aDhx8JPZH8xoFf1bAIHzXCplg==", - "requires": { - "@reduxjs/toolkit": "1.9.7", - "@strapi/design-system": "1.14.1", - "@strapi/helper-plugin": "4.17.0", - "@strapi/icons": "1.14.1", - "@strapi/utils": "4.17.0", - "axios": "1.6.0", - "formik": "2.4.0", - "immer": "9.0.19", - "lodash": "4.17.21", - "prop-types": "^15.8.1", - "qs": "6.11.1", - "react-intl": "^6.2.0", - "react-query": "3.39.3", - "react-redux": "8.1.1", - "yup": "0.32.9" - }, "dependencies": { "@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", "requires": { "@babel/runtime": "^7.13.10", "@radix-ui/react-compose-refs": "1.0.1", @@ -24669,71 +24350,49 @@ } }, "@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", "requires": { "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", + "compute-scroll-into-view": "^3.0.3", "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" + "react-remove-scroll": "^2.5.6" } }, "@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", + "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", "requires": { - "axios": "1.6.0", + "axios": "1.4.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-helmet": "^6.1.0", "react-intl": "^6.2.0", "react-query": "3.39.3", "react-select": "5.7.0" } }, "@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", "requires": {} }, - "@strapi/utils": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", - "integrity": "sha512-jiiYilc8BNZJkGgvLkLOJvsP4ra1N82fWcAL+xuvC2K31Vl+8ugX1S3xVCVnRwokUGVNu5qk+CdN5h23pIVFxQ==", - "requires": { - "@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" - } - }, - "axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", - "requires": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, "qs": { "version": "6.11.1", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", @@ -24744,130 +24403,82 @@ } } }, - "@strapi/plugin-upload": { + "@strapi/plugin-email": { "version": "4.12.1", - "resolved": "https://registry.npmjs.org/@strapi/plugin-upload/-/plugin-upload-4.12.1.tgz", - "integrity": "sha512-6CxoMvIrkRjBRl9ReqoXuxkNzkUHUF3RzAX5zZSlO5mmXFRuUn54Vx8OVoMtlzsj++7gq5/XaiJ3W+c+gMS1kQ==", + "resolved": "https://registry.npmjs.org/@strapi/plugin-email/-/plugin-email-4.12.1.tgz", + "integrity": "sha512-csYir5dNtwXfK8kx6Qwk1GeEWJXgLlr5MZGO7Y5KuGlepQFHi6+PByrhbp2IjE9gqCcgjSFH+clJXQXDKBLWWw==", "requires": { "@strapi/design-system": "1.8.2", - "@strapi/helper-plugin": "4.12.1", "@strapi/icons": "1.8.2", - "@strapi/provider-upload-local": "4.12.1", + "@strapi/provider-email-sendmail": "4.12.1", "@strapi/utils": "4.12.1", - "axios": "1.4.0", - "byte-size": "7.0.1", - "cropperjs": "1.5.12", - "date-fns": "2.30.0", - "formik": "2.4.0", - "fs-extra": "10.0.0", - "immer": "9.0.19", - "koa-range": "0.3.0", - "koa-static": "5.0.0", "lodash": "4.17.21", - "mime-types": "2.1.35", "prop-types": "^15.8.1", - "qs": "6.11.1", - "react-dnd": "15.1.2", - "react-helmet": "^6.1.0", "react-intl": "^6.2.0", - "react-query": "3.39.3", - "react-redux": "8.1.1", - "react-select": "5.7.0", - "sharp": "0.32.0", "yup": "0.32.9" }, "dependencies": { - "qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", "requires": { - "side-channel": "^1.0.4" + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1" } + }, + "@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "requires": { + "@codemirror/lang-json": "^6.0.1", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", + "aria-hidden": "^1.2.3", + "compute-scroll-into-view": "^3.0.3", + "prop-types": "^15.8.1", + "react-remove-scroll": "^2.5.6" + } + }, + "@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "requires": {} } } }, - "@strapi/plugin-users-permissions": { + "@strapi/plugin-i18n": { "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.17.0.tgz", - "integrity": "sha512-P6rDujdDKDU3ufy/9LO6ifCLhDyAtDIoIZ7Y5j60uwADhvpBKSpGxqhU9oKDkdrKJr76SBzus+Qj05gdgSO67Q==", + "resolved": "https://registry.npmjs.org/@strapi/plugin-i18n/-/plugin-i18n-4.17.0.tgz", + "integrity": "sha512-ZPPXUSOK0wWRgM7fqKGCuNQDI8Dz5ODsHDp7LZUOy+4Mhj4aQhn4speAOWLD4aDhx8JPZH8xoFf1bAIHzXCplg==", "requires": { + "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "1.14.1", "@strapi/helper-plugin": "4.17.0", "@strapi/icons": "1.14.1", "@strapi/utils": "4.17.0", - "bcryptjs": "2.4.3", + "axios": "1.6.0", "formik": "2.4.0", - "grant-koa": "5.4.8", "immer": "9.0.19", - "jsonwebtoken": "9.0.0", - "jwk-to-pem": "2.0.5", - "koa": "2.13.4", - "koa2-ratelimit": "^1.1.2", "lodash": "4.17.21", "prop-types": "^15.8.1", - "purest": "4.0.2", + "qs": "6.11.1", "react-intl": "^6.2.0", "react-query": "3.39.3", "react-redux": "8.1.1", - "url-join": "4.0.1", "yup": "0.32.9" }, "dependencies": { - "@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - } - }, - "@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", - "requires": { - "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", - "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", - "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" - } - }, - "@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", - "requires": { - "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.2.0", - "react-query": "3.39.3", - "react-select": "5.7.0" - } - }, - "@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", - "requires": {} - }, "@strapi/utils": { "version": "4.17.0", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", @@ -24891,6 +24502,154 @@ "proxy-from-env": "^1.1.0" } }, + "qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "requires": { + "side-channel": "^1.0.4" + } + } + } + }, + "@strapi/plugin-upload": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/plugin-upload/-/plugin-upload-4.12.1.tgz", + "integrity": "sha512-6CxoMvIrkRjBRl9ReqoXuxkNzkUHUF3RzAX5zZSlO5mmXFRuUn54Vx8OVoMtlzsj++7gq5/XaiJ3W+c+gMS1kQ==", + "requires": { + "@strapi/design-system": "1.8.2", + "@strapi/helper-plugin": "4.12.1", + "@strapi/icons": "1.8.2", + "@strapi/provider-upload-local": "4.12.1", + "@strapi/utils": "4.12.1", + "axios": "1.4.0", + "byte-size": "7.0.1", + "cropperjs": "1.5.12", + "date-fns": "2.30.0", + "formik": "2.4.0", + "fs-extra": "10.0.0", + "immer": "9.0.19", + "koa-range": "0.3.0", + "koa-static": "5.0.0", + "lodash": "4.17.21", + "mime-types": "2.1.35", + "prop-types": "^15.8.1", + "qs": "6.11.1", + "react-dnd": "15.1.2", + "react-helmet": "^6.1.0", + "react-intl": "^6.2.0", + "react-query": "3.39.3", + "react-redux": "8.1.1", + "react-select": "5.7.0", + "sharp": "0.32.0", + "yup": "0.32.9" + }, + "dependencies": { + "@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", + "requires": { + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1" + } + }, + "@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "requires": { + "@codemirror/lang-json": "^6.0.1", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", + "aria-hidden": "^1.2.3", + "compute-scroll-into-view": "^3.0.3", + "prop-types": "^15.8.1", + "react-remove-scroll": "^2.5.6" + } + }, + "@strapi/helper-plugin": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", + "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", + "requires": { + "axios": "1.4.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.2.0", + "react-query": "3.39.3", + "react-select": "5.7.0" + } + }, + "@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "requires": {} + }, + "qs": { + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", + "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", + "requires": { + "side-channel": "^1.0.4" + } + } + } + }, + "@strapi/plugin-users-permissions": { + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-4.17.0.tgz", + "integrity": "sha512-P6rDujdDKDU3ufy/9LO6ifCLhDyAtDIoIZ7Y5j60uwADhvpBKSpGxqhU9oKDkdrKJr76SBzus+Qj05gdgSO67Q==", + "requires": { + "@strapi/design-system": "1.14.1", + "@strapi/helper-plugin": "4.17.0", + "@strapi/icons": "1.14.1", + "@strapi/utils": "4.17.0", + "bcryptjs": "2.4.3", + "formik": "2.4.0", + "grant-koa": "5.4.8", + "immer": "9.0.19", + "jsonwebtoken": "9.0.0", + "jwk-to-pem": "2.0.5", + "koa": "2.13.4", + "koa2-ratelimit": "^1.1.2", + "lodash": "4.17.21", + "prop-types": "^15.8.1", + "purest": "4.0.2", + "react-intl": "^6.2.0", + "react-query": "3.39.3", + "react-redux": "8.1.1", + "url-join": "4.0.1", + "yup": "0.32.9" + }, + "dependencies": { + "@strapi/utils": { + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-4.17.0.tgz", + "integrity": "sha512-jiiYilc8BNZJkGgvLkLOJvsP4ra1N82fWcAL+xuvC2K31Vl+8ugX1S3xVCVnRwokUGVNu5qk+CdN5h23pIVFxQ==", + "requires": { + "@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" + } + }, "koa": { "version": "2.13.4", "resolved": "https://registry.npmjs.org/koa/-/koa-2.13.4.tgz", @@ -24921,14 +24680,6 @@ "vary": "^1.1.2" } }, - "qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", - "requires": { - "side-channel": "^1.0.4" - } - }, "statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", @@ -25032,6 +24783,17 @@ "statuses": "2.0.1" }, "dependencies": { + "@radix-ui/react-focus-scope": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz", + "integrity": "sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==", + "requires": { + "@babel/runtime": "^7.13.10", + "@radix-ui/react-compose-refs": "1.0.1", + "@radix-ui/react-primitive": "1.0.3", + "@radix-ui/react-use-callback-ref": "1.0.1" + } + }, "@strapi/admin": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-4.12.1.tgz", @@ -25141,6 +24903,50 @@ "umzug": "3.2.1" } }, + "@strapi/design-system": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.8.2.tgz", + "integrity": "sha512-PBS/F9bCiNbM4hr6AY4QOR+QhxajLvtoJKLIhPfmmPCkPorT46DzvggTveJku/1bWiJmkVHhqytsKEhrvMsjHQ==", + "requires": { + "@codemirror/lang-json": "^6.0.1", + "@floating-ui/react-dom": "^2.0.1", + "@internationalized/date": "^3.3.0", + "@internationalized/number": "^3.2.1", + "@radix-ui/react-dismissable-layer": "^1.0.4", + "@radix-ui/react-dropdown-menu": "^2.0.5", + "@radix-ui/react-focus-scope": "1.0.3", + "@strapi/ui-primitives": "^1.8.2", + "@uiw/react-codemirror": "^4.21.7", + "aria-hidden": "^1.2.3", + "compute-scroll-into-view": "^3.0.3", + "prop-types": "^15.8.1", + "react-remove-scroll": "^2.5.6" + } + }, + "@strapi/helper-plugin": { + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.12.1.tgz", + "integrity": "sha512-lCpAk5VH05fO4iaSirNIARXhPjRobSYhPvRDiKHy1UYCNaed8g7XuxuescODl01mcQGYfBD5lUYukLbIv9JbxQ==", + "requires": { + "axios": "1.4.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.2.0", + "react-query": "3.39.3", + "react-select": "5.7.0" + } + }, + "@strapi/icons": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.8.2.tgz", + "integrity": "sha512-FiSYN7bDk7B8nieXLddyRgU3xMWjOcRSL2Q7b8A+pedIDLiIpfrDnsSlzmpVpU7LtQSnkOcDlFHqEXEm7zwIvg==", + "requires": {} + }, "@strapi/provider-audit-logs-local": { "version": "4.12.1", "resolved": "https://registry.npmjs.org/@strapi/provider-audit-logs-local/-/provider-audit-logs-local-4.12.1.tgz", @@ -25256,36 +25062,11 @@ "side-channel": "^1.0.4" } }, - "react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "requires": { - "loose-envify": "^1.1.0" - } - }, - "react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "requires": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - } - }, "react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, - "scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "requires": { - "loose-envify": "^1.1.0" - } - }, "typescript": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", @@ -25453,19 +25234,6 @@ "@radix-ui/react-visually-hidden": "^1.0.3", "aria-hidden": "^1.2.3", "react-remove-scroll": "^2.5.7" - }, - "dependencies": { - "@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - } - } } }, "@strapi/utils": { @@ -25793,9 +25561,9 @@ } }, "@types/react-transition-group": { - "version": "4.4.6", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.6.tgz", - "integrity": "sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew==", + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", + "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", "requires": { "@types/react": "*" } @@ -26384,22 +26152,17 @@ } }, "babel-plugin-styled-components": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.1.tgz", - "integrity": "sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", + "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", "requires": { - "@babel/helper-annotate-as-pure": "^7.16.0", - "@babel/helper-module-imports": "^7.16.0", - "babel-plugin-syntax-jsx": "^6.18.0", + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-module-imports": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", "lodash": "^4.17.21", - "picomatch": "^2.3.0" + "picomatch": "^2.3.1" } }, - "babel-plugin-syntax-jsx": { - "version": "6.18.0", - "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", - "integrity": "sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==" - }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -27507,9 +27270,9 @@ } }, "css-to-react-native": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.1.0.tgz", - "integrity": "sha512-AryfkFA29b4I3vG7N4kxFboq15DxwSXzhXM37XNEjwJMgjYIc8BcqfiprpAqX0zadI5PMByEIwAMzXxk5Vcc4g==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", + "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", "requires": { "camelize": "^1.0.0", "css-color-keywords": "^1.0.0", @@ -32581,13 +32344,11 @@ } }, "react": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz", - "integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==", - "peer": true, + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" } }, "react-dnd": { @@ -32611,14 +32372,12 @@ } }, "react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==", - "peer": true, + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", + "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", "requires": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "scheduler": "^0.20.2" + "scheduler": "^0.23.0" } }, "react-error-boundary": { @@ -33311,13 +33070,11 @@ } }, "scheduler": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", - "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", - "peer": true, + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", + "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", "requires": { - "loose-envify": "^1.1.0", - "object-assign": "^4.1.1" + "loose-envify": "^1.1.0" } }, "schema-utils": { @@ -34155,82 +33912,6 @@ "prop-types": "^15.8.1", "react-query": "^3.39.3", "yup": "^0.32.9" - }, - "dependencies": { - "@strapi/design-system": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-1.14.1.tgz", - "integrity": "sha512-BHWX0f8l4JNhds4c4S2Vop60eF+wK2c0dLoq+8fKB3rZOftS5deO1BuFWo7XzZHF4MFbGT5mYWys9J5ANVBA6A==", - "requires": { - "@codemirror/lang-json": "^6.0.1", - "@floating-ui/react-dom": "^2.0.5", - "@internationalized/date": "^3.5.1", - "@internationalized/number": "^3.5.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.14.1", - "@uiw/react-codemirror": "^4.21.21", - "aria-hidden": "^1.2.3", - "compute-scroll-into-view": "^3.1.0", - "prop-types": "^15.8.1", - "react-remove-scroll": "^2.5.7" - }, - "dependencies": { - "@radix-ui/react-focus-scope": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz", - "integrity": "sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==", - "requires": { - "@babel/runtime": "^7.13.10", - "@radix-ui/react-compose-refs": "1.0.1", - "@radix-ui/react-primitive": "1.0.3", - "@radix-ui/react-use-callback-ref": "1.0.1" - } - } - } - }, - "@strapi/helper-plugin": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@strapi/helper-plugin/-/helper-plugin-4.17.0.tgz", - "integrity": "sha512-D/O1Rlmk5vmC+U4429HAFj9f2UXQ/Tfw+i3XX004rJorRx0P5qEPajY4w2hUd/SBpqGwzNCJTdr+iYa5npUpWw==", - "requires": { - "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.2.0", - "react-query": "3.39.3", - "react-select": "5.7.0" - } - }, - "@strapi/icons": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-1.14.1.tgz", - "integrity": "sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg==", - "requires": {} - }, - "axios": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.0.tgz", - "integrity": "sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==", - "requires": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "qs": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.1.tgz", - "integrity": "sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==", - "requires": { - "side-channel": "^1.0.4" - } - } } }, "strapi-plugin-redis": { @@ -34369,9 +34050,9 @@ "requires": {} }, "style-mod": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.0.3.tgz", - "integrity": "sha512-78Jv8kYJdjbvRwwijtCevYADfsI0lGzYJe4mMFdceO8l75DFFDoqBhR1jVDicDRRaX4//g1u9wKeo+ztc2h1Rw==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/style-mod/-/style-mod-4.1.0.tgz", + "integrity": "sha512-Ca5ib8HrFn+f+0n4N4ScTIA9iTOQ7MaGS1ylHcoVqW9J7w2w8PzN6g9gKmTYgGEBH8e120+RCmhpje6jC5uGWA==" }, "styled-components": { "version": "5.3.3", @@ -34390,9 +34071,10 @@ "supports-color": "^5.5.0" }, "dependencies": { - "react-is": { - "version": "17.0.2", - "peer": true + "@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" } } }, diff --git a/backend/package.json b/backend/package.json index 19df4bb..d84767e 100644 --- a/backend/package.json +++ b/backend/package.json @@ -21,6 +21,8 @@ "@strapi/provider-upload-aws-s3": "4.17.0", "@strapi/strapi": "4.12.1", "pg": "^8.11.3", + "react": "^18.2.0", + "react-dom": "^18.2.0", "strapi-plugin-publisher": "^1.5.6", "strapi-plugin-redis": "^1.0.1", "strapi-plugin-rest-cache": "^4.2.8",