From c0704300c4e4fc4fe1c677bd86bd069e2e190f80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 05:19:32 +0000 Subject: [PATCH] fix: packages/table-schema-provider/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-RAMDA-1582370 --- packages/table-schema-provider/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/table-schema-provider/package.json b/packages/table-schema-provider/package.json index 67f58d8..d0bfd18 100644 --- a/packages/table-schema-provider/package.json +++ b/packages/table-schema-provider/package.json @@ -20,9 +20,9 @@ }, "dependencies": { "@8base-react/utils": "^1.7.1", - "@8base/utils": "^1.4.4", + "@8base/utils": "^2.0.0", "graphql-tag": "^2.10.0", - "ramda": "^0.26.1" + "ramda": "^0.27.2" }, "devDependencies": { "@types/graphql": "^14.2.0",