Skip to content

Commit c5cc9a2

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @graphql-tools/load-files from 6.0.18 to 6.6.1. See this package in npm: https://www.npmjs.com/package/@graphql-tools/load-files - @graphql-tools/schema from 6.0.18 to 6.2.4. See this package in npm: https://www.npmjs.com/package/@graphql-tools/schema - @graphql-tools/merge from 6.0.18 to 6.2.17. See this package in npm: https://www.npmjs.com/package/@graphql-tools/merge - graphql from 15.6.0 to 15.9.0. See this package in npm: https://www.npmjs.com/package/graphql - graphql-yoga from 3.0.0-next.12 to 3.9.1. See this package in npm: https://www.npmjs.com/package/graphql-yoga See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/35095960-7cdf-453a-a898-444926589774?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 778cef6 commit c5cc9a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/with-typescript-graphql/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"dependencies": {
1111
"@apollo/client": "^3.5.10",
1212
"graphql-tag": "^2.12.6",
13-
"@graphql-tools/load-files": "6.0.18",
14-
"graphql-yoga": "three",
15-
"@graphql-tools/merge": "6.0.18",
16-
"@graphql-tools/schema": "6.0.18",
17-
"graphql": "15.6.0",
13+
"@graphql-tools/load-files": "6.6.1",
14+
"graphql-yoga": "3.9.1",
15+
"@graphql-tools/merge": "6.2.17",
16+
"@graphql-tools/schema": "6.2.4",
17+
"graphql": "15.9.0",
1818
"next": "^12.1.5",
1919
"react": "^18.2.0",
2020
"react-dom": "^18.2.0"

0 commit comments

Comments
 (0)