Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Sep 19, 2024
1 parent 778cef6 commit 6361c63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/with-nhost-auth-realtime-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "next start"
},
"dependencies": {
"@apollo/client": "3.3.11",
"@nhost/react-apollo": "1.0.7",
"@apollo/client": "3.11.5",
"@nhost/react-apollo": "1.1.3",
"@nhost/react-auth": "1.0.5",
"graphql": "15.5.0",
"next": "10.0.7",
"nhost-js-sdk": "3.0.0-16",
"graphql": "15.9.0",
"next": "10.2.3",
"nhost-js-sdk": "3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit 6361c63

Please sign in to comment.