Skip to content

Commit

Permalink
Force uuid v7 to remove deprecation warning on npm i (#18)
Browse files Browse the repository at this point in the history
npm warn deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
  • Loading branch information
macbre authored Feb 4, 2025
1 parent 017c1d2 commit 936758f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
},
"overrides": {
"request": {
"tough-cookie": "^5.1.0"
"tough-cookie": "^5.1.0",
"uuid": "^7.0.0"
}
},
"devDependencies": {
Expand Down

0 comments on commit 936758f

Please sign in to comment.