Skip to content

Commit

Permalink
fix(deps): update dependency uuid to ^11.0.4 (#381)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 4a21f7f commit 470fbd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"siwe": "^2.2.0",
"swagger-object-validator": "^1.4.5",
"ts-jest": "^29.2.5",
"uuid": "^11.0.3",
"uuid": "^11.0.4",
"yargs": "^17.7.2",
"zod": "^3.24.1"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4918,10 +4918,10 @@ url-parse@^1.5.3:
querystringify "^2.1.1"
requires-port "^1.0.0"

uuid@^11.0.3:
version "11.0.3"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.3.tgz#248451cac9d1a4a4128033e765d137e2b2c49a3d"
integrity sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==
uuid@^11.0.4:
version "11.0.4"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.4.tgz#37943977894ef806d2919a7ca3f89d6e23c60bac"
integrity sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==

v8-compile-cache-lib@^3.0.1:
version "3.0.1"
Expand Down

0 comments on commit 470fbd0

Please sign in to comment.