From 40e959a982923a46690184469d907ba753978449 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 04:17:44 +0000 Subject: [PATCH] build(deps): bump neo4j-graphql-js from 2.11.2 to 2.11.3 in /backend Bumps [neo4j-graphql-js](https://github.com/neo4j-graphql/neo4j-graphql-js) from 2.11.2 to 2.11.3. - [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 973df8db8..3dc901b70 100644 --- a/backend/package.json +++ b/backend/package.json @@ -81,7 +81,7 @@ "minimatch": "^3.0.4", "mustache": "^3.2.1", "neo4j-driver": "~1.7.6", - "neo4j-graphql-js": "^2.11.2", + "neo4j-graphql-js": "^2.11.3", "neode": "^0.3.6", "node-fetch": "~2.6.0", "nodemailer": "^6.4.2", diff --git a/backend/yarn.lock b/backend/yarn.lock index bf87e96d9..afcdf8cf2 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -6279,10 +6279,10 @@ neo4j-driver@^4.0.1: text-encoding-utf-8 "^1.0.2" uri-js "^4.2.2" -neo4j-graphql-js@^2.11.2: - version "2.11.2" - resolved "https://registry.yarnpkg.com/neo4j-graphql-js/-/neo4j-graphql-js-2.11.2.tgz#1f93e89c85628b962108029a8cc14defdae4a1ee" - integrity sha512-LEbgYtN/1DoGwSAvxwZ6nK6RTqimX/Gp4P7BC7rJFg0g2Ix+36A3Y5SZVFCRcVOtt3UUuiymTuEM5ZBHXTb6kg== +neo4j-graphql-js@^2.11.3: + version "2.11.3" + resolved "https://registry.yarnpkg.com/neo4j-graphql-js/-/neo4j-graphql-js-2.11.3.tgz#c1c5b10f356a313f6d10f32f3e806bb71e048bfa" + integrity sha512-9xPVlmXceFz4bmvN5F2OhSTgSswPvNIZGxI+ZmrenfP0puXGjitz+TrHyRBMYqiWP4yEjoTJPPkDE5sYgvwzuA== dependencies: "@babel/runtime" "^7.5.5" "@babel/runtime-corejs2" "^7.5.5"