Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
update uuid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed May 15, 2023
1 parent 3332ee2 commit d337256
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 8.2.2

## Chores

_Things that shouldn't have a visible impact._

- Updated `uuid` dependency from v3 to v7. This avoids a warning message at install time that "versions prior to 7 may use `Math.random()`".

# Version 8.2.1

## New Features
Expand Down
17 changes: 8 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"promise-retry": "^1.1.1",
"stack-trace": "0.0.10",
"typed-duration": "^1.0.12",
"uuid": "^3.3.2"
"uuid": "^7.0.3"
},
"devDependencies": {
"@sitapati/testcontainers": "^2.8.1",
Expand Down

0 comments on commit d337256

Please sign in to comment.