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:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - @types/node from 18.11.9 to 18.19.47.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.0.25 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - @types/react-dom from 18.0.8 to 18.3.0.
    See this package in npm: https://www.npmjs.com/package/@types/react-dom
  - graphql from 16.6.0 to 16.9.0.
    See this package in npm: https://www.npmjs.com/package/graphql
  - graphql-request from 5.0.0 to 5.2.0.
    See this package in npm: https://www.npmjs.com/package/graphql-request
  - typescript from 4.8.4 to 4.9.5.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/dd135426-5931-4b42-8b7d-ebd6730bea0c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 778cef6 commit 585098e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/with-grafbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"codegen": "graphql-codegen --watch -r dotenv/config"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"graphql": "16.6.0",
"graphql-request": "5.0.0",
"@types/node": "18.19.47",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"graphql": "16.9.0",
"graphql-request": "5.2.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "4.9.5"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.12",
Expand Down

0 comments on commit 585098e

Please sign in to comment.