From 7a066ed4d207ffa512431fca171dae3c875d4181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:15:28 +0000 Subject: [PATCH] Bump @strapi/plugin-graphql from 4.19.0 to 4.19.1 Bumps [@strapi/plugin-graphql](https://github.com/strapi/strapi/tree/HEAD/packages/plugins/graphql) from 4.19.0 to 4.19.1. - [Release notes](https://github.com/strapi/strapi/releases) - [Commits](https://github.com/strapi/strapi/commits/v4.19.1/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 06b3768..52e573a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@ckeditor/strapi-plugin-ckeditor": "^0.0.10", - "@strapi/plugin-graphql": "^4.19.0", + "@strapi/plugin-graphql": "^4.19.1", "@strapi/plugin-i18n": "^4.19.1", "@strapi/plugin-users-permissions": "^4.19.0", "@strapi/provider-upload-aws-s3": "^4.19.0", diff --git a/yarn.lock b/yarn.lock index 12d2dc7..ff71967 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3925,17 +3925,17 @@ react-query "3.39.3" yup "0.32.9" -"@strapi/plugin-graphql@^4.19.0": - version "4.19.0" - resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.19.0.tgz#96c71d921daf8bdf26db669fe79f6a6b0724930d" - integrity sha512-IgHipcmydVZB7iA8vaRf0JO75h9Opq44WEvXW9eGu28V2OqbmW8KorpNmyPm594DWcBK9WfbNRcG5T0AO7pgfA== +"@strapi/plugin-graphql@^4.19.1": + version "4.19.1" + resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.19.1.tgz#74665cad3c11210c5cf5c0984b98488baeb1490e" + integrity sha512-FOGSCzvW/RoK66GdlD7MK3f1T8edX4LKz6m5ZWyX+o3qCqnFlY17qgMiyp+1xmeqf8TRJ+Ymzm/gaqtznfHm3Q== dependencies: "@graphql-tools/schema" "8.5.1" "@graphql-tools/utils" "^8.13.1" "@strapi/design-system" "1.14.1" - "@strapi/helper-plugin" "4.19.0" + "@strapi/helper-plugin" "4.19.1" "@strapi/icons" "1.14.1" - "@strapi/utils" "4.19.0" + "@strapi/utils" "4.19.1" apollo-server-core "3.12.1" apollo-server-koa "3.10.0" graphql "^15.5.1"