From 9ddf6b8d10104e988ef43efb3c59b1beea4e1dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:06:41 +0000 Subject: [PATCH] Build(deps): Bump graphql-ruby-client from 1.13.0 to 1.13.1 Bumps [graphql-ruby-client](https://github.com/rmosolgo/graphql-ruby) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/rmosolgo/graphql-ruby/releases) - [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG-pro.md) - [Commits](https://github.com/rmosolgo/graphql-ruby/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: graphql-ruby-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2fa39c04..a5724e21 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "file-saver": "^2.0.5", "file-size": "^1.0.0", "graphql": "^16.8.1", - "graphql-ruby-client": "^1.13.0", + "graphql-ruby-client": "^1.13.1", "js-yaml": "^4.1.0", "monaco-editor": "^0.46.0", "monaco-editor-webpack-plugin": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index daff67fc..d7b75765 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6072,10 +6072,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -graphql-ruby-client@^1.13.0: - version "1.13.0" - resolved "https://registry.yarnpkg.com/graphql-ruby-client/-/graphql-ruby-client-1.13.0.tgz#31ec52ad185fa7ac7e7b1a36ac924f21bc5abc3d" - integrity sha512-iik96Bfe+2sBnZiid5ROR81Wu2hmk3+lGjXwbjZ+hkLKdvv2kvqRYwDrLZFzCIGkEhwiwUPpvE7QFJjMUSHzfQ== +graphql-ruby-client@^1.13.1: + version "1.13.1" + resolved "https://registry.yarnpkg.com/graphql-ruby-client/-/graphql-ruby-client-1.13.1.tgz#c726653297a1fc054c7131593c7413474b85bebb" + integrity sha512-luwDMT/zQyVas3++JnTZHnCho7gbC+ZHLuXoM0DY5ORoBo0q2HUAs3PjlB2UDz29eM62zej0Rn1w1yNW3zQ+gw== dependencies: glob "^7.1.4" minimist "^1.2.0"