From 02bb013df74301ff2f5a462040ce53e287a6cdb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:26:45 +0000 Subject: [PATCH] Bump @strapi/plugin-graphql from 4.25.5 to 4.25.6 Bumps [@strapi/plugin-graphql](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/graphql) from 4.25.5 to 4.25.6. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.25.6/packages/plugins/graphql) --- updated-dependencies: - dependency-name: "@strapi/plugin-graphql" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 40 ++++++++++++++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 060df8d..ee81b74 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@ckeditor/strapi-plugin-ckeditor": "^0.0.13", - "@strapi/plugin-graphql": "^4.25.5", + "@strapi/plugin-graphql": "^4.25.6", "@strapi/plugin-i18n": "^4.25.5", "@strapi/plugin-users-permissions": "^4.25.5", "@strapi/provider-upload-aws-s3": "^4.25.5", diff --git a/yarn.lock b/yarn.lock index 6f9df0b..0bb088c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4305,6 +4305,22 @@ react-query "3.39.3" react-select "5.7.0" +"@strapi/helper-plugin@4.25.6": + version "4.25.6" + resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.25.6.tgz#22075e444257138c39d20b803e7deeaec44e60d2" + integrity sha512-T45lfzPOJZXbQ6nGc9WjkAciTcZvCMQeEk4o0u6pQiSAabhMzpN0gsGgrapFQ2EuPwE91O4TXh53mdIdEcEiDQ== + dependencies: + axios "1.6.0" + date-fns "2.30.0" + formik "2.4.0" + immer "9.0.19" + lodash "4.17.21" + qs "6.11.1" + react-helmet "6.1.0" + react-intl "6.4.1" + react-query "3.39.3" + react-select "5.7.0" + "@strapi/icons@1.19.0": version "1.19.0" resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.19.0.tgz#efa6b553a7de437171512e3549859faa141a145f" @@ -4409,17 +4425,17 @@ react-query "3.39.3" yup "0.32.9" -"@strapi/plugin-graphql@^4.25.5": - version "4.25.5" - resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.25.5.tgz#4ab04dcabc1dba5474c8145ff7a8e0ac4f4e7101" - integrity sha512-T7Me1g73eGXHx0QiWgheTS8SbLtwmiVHDCmkypwiMp4t4eATQly3Y2ZPYJAPjmaSmypzuRETM8OQvan2tfpCZA== +"@strapi/plugin-graphql@^4.25.6": + version "4.25.6" + resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.25.6.tgz#f95b57b98a6bd07d495f9b4179a170da90780c3c" + integrity sha512-+7FRS+smN5LMmz9ptU0Yq/QwAq5HxbTY52LduPEtnN5Qy/r9uAMSOnZAF97i8LcOxV4NdKsXaRL9GUvEm0EESw== dependencies: "@graphql-tools/schema" "8.5.1" "@graphql-tools/utils" "^8.13.1" "@strapi/design-system" "1.19.0" - "@strapi/helper-plugin" "4.25.5" + "@strapi/helper-plugin" "4.25.6" "@strapi/icons" "1.19.0" - "@strapi/utils" "4.25.5" + "@strapi/utils" "4.25.6" apollo-server-core "3.12.1" apollo-server-koa "3.10.0" graphql "^15.5.1" @@ -4685,6 +4701,18 @@ p-map "4.0.0" yup "0.32.9" +"@strapi/utils@4.25.6": + version "4.25.6" + resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.25.6.tgz#a2a52826d7d8902f190181459fe5aa7ff36aa65d" + integrity sha512-pzunLY0CpNp62dbd484kgc/BJTWbYThuxp1sLANZKHvP8Weo1Qfhup7E14D3tvVlckVfPaNKmDRuhJnEIZdGTQ== + 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/core-darwin-arm64@1.3.105": version "1.3.105" resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.105.tgz#2960f8a87aed01b3850d5c37f05b51d9d3747141"