From f3097ae6e9dadd780b58592967c61f3c741a0946 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 04:21:38 +0000 Subject: [PATCH] Bump neode from 0.3.1 to 0.3.2 Bumps [neode](https://github.com/adam-cowley/neode) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/adam-cowley/neode/releases) - [Commits](https://github.com/adam-cowley/neode/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index bbcbe3160..e18a8741c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "faker": "Marak/faker.js#master", "graphql-request": "^1.8.2", "neo4j-driver": "^1.7.5", - "neode": "^0.3.1", + "neode": "^0.3.2", "npm-run-all": "^4.1.5", "slug": "^1.1.0" } diff --git a/yarn.lock b/yarn.lock index 79fc53bfc..5c3a570f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3570,7 +3570,7 @@ needle@^2.2.1: iconv-lite "^0.4.4" sax "^1.2.4" -neo4j-driver@^1.6.3, neo4j-driver@^1.7.5: +neo4j-driver@^1.7.5: version "1.7.5" resolved "https://registry.yarnpkg.com/neo4j-driver/-/neo4j-driver-1.7.5.tgz#c3fe3677f69c12f26944563d45e7e7d818a685e4" integrity sha512-xCD2F5+tp/SD9r5avX5bSoY8u8RH2o793xJ9Ikjz1s5qQy7cFxFbbj2c52uz3BVGhRAx/NmB57VjOquYmmxGtw== @@ -3579,14 +3579,14 @@ neo4j-driver@^1.6.3, neo4j-driver@^1.7.5: text-encoding-utf-8 "^1.0.2" uri-js "^4.2.2" -neode@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/neode/-/neode-0.3.1.tgz#d40147bf20d6951b69c9d392fbdd322aeca07816" - integrity sha512-SdaJmdjQ3PWOH6W1H8Xgd2CLyJs+BPPXPt0jOVNs7naeQH8nWPP6ixDqI6NWDCxwecTdNl//fpAicB9I6hCwEw== +neode@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/neode/-/neode-0.3.2.tgz#ced277e1daba26a77c48f5857c30af054f11c7df" + integrity sha512-Bm4GBXdXunv8cqUUkJtksIGHDnYdBJf4UHwzFgXbJiDKBAdqfjhzwAPAhf1PrvlFmR4vJva2Bh/XvIghYOiKrA== dependencies: "@hapi/joi" "^15.1.0" dotenv "^4.0.0" - neo4j-driver "^1.6.3" + neo4j-driver "^1.7.5" uuid "^3.3.2" next-tick@^1.0.0: