From 42fb76e57c44a5215877303c64d3bdf955d91f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 02:02:19 +0000 Subject: [PATCH] Bump babel-plugin-relay from 12.0.0 to 13.0.0 Bumps [babel-plugin-relay](https://github.com/facebook/relay) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/facebook/relay/releases) - [Commits](https://github.com/facebook/relay/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: babel-plugin-relay dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/relay/package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/relay/package.json b/src/relay/package.json index c6c092147f..75c17ea918 100644 --- a/src/relay/package.json +++ b/src/relay/package.json @@ -29,7 +29,7 @@ "@adeira/signed-source": "^2.0.0", "@babel/register": "^7.16.7", "@babel/runtime": "^7.16.7", - "babel-plugin-relay": "^12.0.0", + "babel-plugin-relay": "^13.0.0", "commander": "^8.3.0", "is-ci": "^3.0.1", "react-relay": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index fbdb79e0ff..dc7e9dc794 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5797,12 +5797,14 @@ babel-plugin-react-docgen@^4.2.1: lodash "^4.17.15" react-docgen "^5.0.0" -babel-plugin-relay@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-12.0.0.tgz#cdce02494b69e9477a4507f9972f8473081b732d" - integrity sha512-fQWmS3YEu1smPx4xrn+7RyzDAlgVDG5q2m5cb+qC/Tr2+gANkxqGtQ+YPiOX6g4rgdbE+7a6RT3lViBExYBVKw== +babel-plugin-relay@^13.0.0: + version "13.0.0" + resolved "https://registry.yarnpkg.com/babel-plugin-relay/-/babel-plugin-relay-13.0.0.tgz#352944bd67c6dc03ae99f1ebe1fc4d7f660f8d3d" + integrity sha512-i8qh7aFQrR6B6d75VeXe7H02Aq9LqXDGnamy1Pwiuj7cwq6Sbc8fhNh364CQPBQhA9oGMWppbIDLKmZi28hkPg== dependencies: babel-plugin-macros "^2.0.0" + cosmiconfig "^5.0.5" + graphql "15.3.0" babel-plugin-syntax-jsx@^6.18.0: version "6.18.0" @@ -10310,6 +10312,11 @@ graphql-tag@^2.11.0: resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd" integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA== +graphql@15.3.0: + version "15.3.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278" + integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w== + "graphql@^14.0.0 || ^15.0.0", graphql@^15.5.1, graphql@^15.8.0: version "15.8.0" resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"