diff --git a/package.json b/package.json index b95c62b..4674bb5 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@ckeditor/strapi-plugin-ckeditor": "^0.0.7", - "@strapi/plugin-graphql": "^4.11.7", + "@strapi/plugin-graphql": "^4.12.0", "@strapi/plugin-i18n": "^4.11.7", "@strapi/plugin-users-permissions": "^4.11.7", "@strapi/provider-upload-cloudinary": "^4.11.7", diff --git a/yarn.lock b/yarn.lock index 6bdc615..135076c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2455,6 +2455,23 @@ react-query "3.39.3" react-select "5.7.0" +"@strapi/helper-plugin@4.12.0": + version "4.12.0" + resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.12.0.tgz#3433afd0f81c131a55c219be05386d7595ccbffd" + integrity sha512-cBT9BtYGOOt6rB0SwGWjeOdY2mSd68bcvS3ZeU06fg9QcGyJgK98eqzN+PxSiuneAJvZk4wIEsMD7Bdv3G1s0A== + 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" + "@strapi/icons@1.8.2": version "1.8.2" resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.8.2.tgz#d838e6566ba67ecb9adc0fce773cf54e93a13d59" @@ -2525,17 +2542,17 @@ react-intl "6.4.1" yup "^0.32.9" -"@strapi/plugin-graphql@^4.11.7": - version "4.11.7" - resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.11.7.tgz#d094deb01b7971267bb195599ab72ef7594436d0" - integrity sha512-gNKvjcBpR1Hb8pegLodVkCqkqwP/XmIVZfk9bB5qeUTyvFdyrwNY2BgPST2MAKt2PZw0fZPaigda6VTX24hHVA== +"@strapi/plugin-graphql@^4.12.0": + version "4.12.0" + resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.12.0.tgz#823cd61cff58163200cd44b50ca3cb0b04c2a38c" + integrity sha512-6cv//FOcu+qYOiOiFNBe8ndrroZL1oT/gK4iQVBgVtDpu3c5vPcnHB/xBf7hD78rtav7wiM9t5sob2EofSb+Yw== dependencies: "@graphql-tools/schema" "8.5.1" "@graphql-tools/utils" "^8.13.1" "@strapi/design-system" "1.8.2" - "@strapi/helper-plugin" "4.11.7" + "@strapi/helper-plugin" "4.12.0" "@strapi/icons" "1.8.2" - "@strapi/utils" "4.11.7" + "@strapi/utils" "4.12.0" apollo-server-core "3.12.0" apollo-server-koa "3.10.0" glob "^7.1.7" @@ -2768,6 +2785,18 @@ p-map "4.0.0" yup "0.32.9" +"@strapi/utils@4.12.0": + version "4.12.0" + resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.12.0.tgz#243ba073e9bb35f1a53b1a9f1690ef3a7513bc0d" + integrity sha512-2N3IDMtvl3Mt5Y1SduMSef7xuzYJb9rlmnqY2cbUviAMPg5zR46vYfdbtLj5o+W3NajBS6b3U5iUNMkcL5d8fQ== + dependencies: + "@sindresorhus/slugify" "1.1.0" + date-fns "2.30.0" + http-errors "1.8.1" + lodash "4.17.21" + p-map "4.0.0" + yup "0.32.9" + "@swc/helpers@^0.5.0": version "0.5.1" resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.1.tgz#e9031491aa3f26bfcc974a67f48bd456c8a5357a"