From 59c8ced92393095341a864ffb8b25a23c09ec869 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Aug 2023 15:00:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APOLLOSERVERCORE-5876618 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51ddcbd..5f555cc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "aws-sls-auther": "^1.2.3", "bcryptjs": "2.4.3", - "graphql-yoga": "1.16.9", + "graphql-yoga": "2.0.0", "jsonwebtoken": "8.2.1", "prisma-binding": "1.5.19" },