Skip to content

Commit

Permalink
fix: upgrade graphql from 14.1.1 to 14.7.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade graphql from 14.1.1 to 14.7.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/reactioncommerce/project/cc7fab48-062f-40cf-8727-bc0615b33614?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 18, 2021
1 parent b4935ae commit 3b97799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"date-fns": "~1.30.1",
"envalid": "~4.2.0",
"express": "~4.16.4",
"graphql": "~14.1.1",
"graphql": "~14.7.0",
"graphql-request": "^2.0.0",
"graphql-tag": "~2.10.1",
"isomorphic-unfetch": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6565,10 +6565,10 @@ graphql-tag@^2.10.2, graphql-tag@~2.10.1:
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.3.tgz#ea1baba5eb8fc6339e4c4cf049dabe522b0edf03"
integrity sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==

graphql@~14.1.1:
version "14.1.1"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.1.1.tgz#d5d77df4b19ef41538d7215d1e7a28834619fac0"
integrity sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q==
graphql@~14.7.0:
version "14.7.0"
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
dependencies:
iterall "^1.2.2"

Expand Down

0 comments on commit 3b97799

Please sign in to comment.