From 0528fa47beb9db6fb479342c6d5d5bc397ec32f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 07:49:21 +0000 Subject: [PATCH] Bump faunadb from 4.1.1 to 4.1.2 in /services/hitx Bumps [faunadb](https://github.com/fauna/faunadb-js) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/fauna/faunadb-js/releases) - [Changelog](https://github.com/fauna/faunadb-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fauna/faunadb-js/compare/4.1.1...4.1.2) Signed-off-by: dependabot[bot] --- services/hitx/package-lock.json | 2 +- services/hitx/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/hitx/package-lock.json b/services/hitx/package-lock.json index 0f2b389c0..7611d7409 100644 --- a/services/hitx/package-lock.json +++ b/services/hitx/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "0.0.0", "dependencies": { - "faunadb": "^4.0.0" + "faunadb": "^4.1.2" }, "devDependencies": { "@vercel/node": "^1.7.0", diff --git a/services/hitx/package.json b/services/hitx/package.json index fec3b1b6a..91a807958 100644 --- a/services/hitx/package.json +++ b/services/hitx/package.json @@ -6,7 +6,7 @@ "watch": "tsc --watch" }, "dependencies": { - "faunadb": "^4.0.0" + "faunadb": "^4.1.2" }, "devDependencies": { "@vercel/node": "^1.7.0",