From 430c866ef0f0661950f3c2b446279e23d8d43003 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 13:48:57 +0000 Subject: [PATCH] fix(deps): update dependency graphql-tag to v2.12.6 --- packages/datastore/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datastore/package.json b/packages/datastore/package.json index a7f89a431..d5197cb81 100644 --- a/packages/datastore/package.json +++ b/packages/datastore/package.json @@ -52,7 +52,7 @@ "vue": "3.0.6" }, "dependencies": { - "graphql-tag": "2.11.0", + "graphql-tag": "2.12.6", "react-native-sqlite-2": "3.1.1", "subscriptions-transport-ws": "0.9.18", "tiny-invariant": "1.1.0",