From 9bbd3d2f21a614140a656498b38406012edf03a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Dec 2022 04:36:47 +0000 Subject: [PATCH] fix: examples/with-typescript-graphql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180020 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024 - https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026 --- examples/with-typescript-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-typescript-graphql/package.json b/examples/with-typescript-graphql/package.json index 7caf217e414a1..ae6e8af186c0c 100644 --- a/examples/with-typescript-graphql/package.json +++ b/examples/with-typescript-graphql/package.json @@ -22,7 +22,7 @@ "react-dom": "^16.13.1" }, "devDependencies": { - "@graphql-codegen/cli": "^1.17.8", + "@graphql-codegen/cli": "^2.0.0", "@graphql-codegen/plugin-helpers": "^1.17.8", "@graphql-codegen/typescript": "^1.17.8", "@graphql-codegen/typescript-operations": "^1.17.8",