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:
  - cookie from 0.4.1 to 0.6.0.
    See this package in npm: https://www.npmjs.com/package/cookie
  - uuid from 8.1.0 to 8.3.2.
    See this package in npm: https://www.npmjs.com/package/uuid

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/214af210-e672-4376-84bc-2da04517b561?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 778cef6 commit 89af80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-tesfy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "next start"
},
"dependencies": {
"cookie": "0.4.1",
"cookie": "0.6.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tesfy": "latest",
"tesfy": "latest",
"uuid": "8.1.0"
"uuid": "8.3.2"
}
}

0 comments on commit 89af80a

Please sign in to comment.