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-three/drei from 9.3.4 to 9.110.0.
    See this package in npm: https://www.npmjs.com/package/@react-three/drei
  - @react-three/fiber from 8.0.10 to 8.17.5.
    See this package in npm: https://www.npmjs.com/package/@react-three/fiber
  - three from 0.139.2 to 0.167.1.
    See this package in npm: https://www.npmjs.com/package/three

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/2eed7fdf-b941-4af9-83d9-f3b21c934b73?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 778cef6 commit 06fa948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-three-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"start": "next start"
},
"dependencies": {
"@react-three/drei": "9.3.4",
"@react-three/fiber": "8.0.10",
"@react-three/drei": "9.110.0",
"@react-three/fiber": "8.17.5",
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"three": "0.139.2"
"three": "0.167.1"
}
}

0 comments on commit 06fa948

Please sign in to comment.