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",