Skip to content

Commit 6361c63

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @apollo/client from 3.3.11 to 3.11.5. See this package in npm: https://www.npmjs.com/package/@apollo/client - @nhost/react-apollo from 1.0.7 to 1.1.3. See this package in npm: https://www.npmjs.com/package/@nhost/react-apollo - graphql from 15.5.0 to 15.9.0. See this package in npm: https://www.npmjs.com/package/graphql - next from 10.0.7 to 10.2.3. See this package in npm: https://www.npmjs.com/package/next - nhost-js-sdk from 3.0.0-16 to 3.1.0. See this package in npm: https://www.npmjs.com/package/nhost-js-sdk See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/bb324be6-9c67-430d-8d77-4b1e391a7bac?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 778cef6 commit 6361c63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/with-nhost-auth-realtime-graphql/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"@apollo/client": "3.3.11",
10-
"@nhost/react-apollo": "1.0.7",
9+
"@apollo/client": "3.11.5",
10+
"@nhost/react-apollo": "1.1.3",
1111
"@nhost/react-auth": "1.0.5",
12-
"graphql": "15.5.0",
13-
"next": "10.0.7",
14-
"nhost-js-sdk": "3.0.0-16",
12+
"graphql": "15.9.0",
13+
"next": "10.2.3",
14+
"nhost-js-sdk": "3.1.0",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
}

0 commit comments

Comments
 (0)