From b6dd2d3807ce9acf4498745ca366deb9984390b9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 04:23:41 +0000 Subject: [PATCH] Bump neo4j-graphql-js from 2.7.1 to 2.7.2 in /backend Bumps [neo4j-graphql-js](https://github.com/neo4j-graphql/neo4j-graphql-js) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/neo4j-graphql/neo4j-graphql-js/releases) - [Changelog](https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/neo4j-graphql/neo4j-graphql-js/commits) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 80a611155..e3b2c721c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -91,7 +91,7 @@ "metascraper-youtube": "^5.6.3", "minimatch": "^3.0.4", "neo4j-driver": "~1.7.5", - "neo4j-graphql-js": "^2.7.1", + "neo4j-graphql-js": "^2.7.2", "neode": "^0.3.2", "node-fetch": "~2.6.0", "nodemailer": "^6.3.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 6abdfaf0c..17b57ec7d 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6197,10 +6197,10 @@ neo4j-driver@^1.7.3, neo4j-driver@^1.7.5, neo4j-driver@~1.7.5: text-encoding-utf-8 "^1.0.2" uri-js "^4.2.2" -neo4j-graphql-js@^2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/neo4j-graphql-js/-/neo4j-graphql-js-2.7.1.tgz#2d5bd151685b64644b0cf0645434cc396a923b5d" - integrity sha512-WrtcS0q//Rh56OMGJUUKZAucODJcTjDoSoShWCViu2Ft2tSD8V6ag06yHwmvQ2pO33elsAEQ0osTvWL1+s3Xiw== +neo4j-graphql-js@^2.7.2: + version "2.7.2" + resolved "https://registry.yarnpkg.com/neo4j-graphql-js/-/neo4j-graphql-js-2.7.2.tgz#6a56c63874bc41e678cb83580c6c7647e6f61ccf" + integrity sha512-nrhSmNAkiYgksNabNuHyMHYYaLloYZaVXRiYGrRVUcf84TLiwJdg5k9hIQVH9O6QQOvnK3lwBDlE7T0phpAIpg== dependencies: "@babel/runtime" "^7.5.5" "@babel/runtime-corejs2" "^7.5.5"