From 120cfbc91cb92a9ee4f00e68b4df2909a107e983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:51:07 +0000 Subject: [PATCH] Bump @strapi/plugin-graphql from 4.14.0 to 4.14.2 Bumps [@strapi/plugin-graphql](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/graphql) from 4.14.0 to 4.14.2. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.14.2/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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 9e429a2..d63fa1c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@ckeditor/strapi-plugin-ckeditor": "^0.0.9", - "@strapi/plugin-graphql": "^4.14.0", + "@strapi/plugin-graphql": "^4.14.2", "@strapi/plugin-i18n": "^4.14.2", "@strapi/plugin-users-permissions": "^4.14.2", "@strapi/provider-upload-aws-s3": "^4.14.2", diff --git a/yarn.lock b/yarn.lock index cdbaf8e..7857a52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2825,17 +2825,17 @@ react-query "3.39.3" yup "0.32.9" -"@strapi/plugin-graphql@^4.14.0": - version "4.14.0" - resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.14.0.tgz#2ef9b17ca72d63892ba9cedc21bef935a20dac9d" - integrity sha512-QamLh+bVCiSGiy1qhPDG6e7FWE6QMDujnLDvnX4gb4uZgwnZAwffGCFo1ZIZ9yjA+6xuzBXcLNxhQfoUsKdN+g== +"@strapi/plugin-graphql@^4.14.2": + version "4.14.2" + resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.14.2.tgz#fd117d7caa6cd60891a8effcc8aa2bbba86fccb3" + integrity sha512-xtoRP+RP25kXPm3OAWntb25fhNwLu4Mwog+MnD/M3f6tswhdXIyVi2GvwdbL6CAcxH8+05GeH4G3HZiz0QAtLQ== dependencies: "@graphql-tools/schema" "8.5.1" "@graphql-tools/utils" "^8.13.1" "@strapi/design-system" "1.11.0" - "@strapi/helper-plugin" "4.14.0" + "@strapi/helper-plugin" "4.14.2" "@strapi/icons" "1.11.0" - "@strapi/utils" "4.14.0" + "@strapi/utils" "4.14.2" apollo-server-core "3.12.1" apollo-server-koa "3.10.0" glob "7.2.3"