Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v11.0.3 (#970)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Nov 18, 2024
1 parent 3057034 commit 9e961c3
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/axis-core/package.json
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
"dependencies": {
"cheerio": "1.0.0",
"got": "11.8.6",
"uuid": "11.0.2"
"uuid": "11.0.3"
},
"devDependencies": {
"@types/cheerio": "0.22.35",
8 changes: 4 additions & 4 deletions packages/axis-core/yarn.lock
Original file line number Diff line number Diff line change
@@ -4518,10 +4518,10 @@ [email protected], utils-merge@^1.0.1:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=

[email protected].2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.0.2.tgz#a8d68ba7347d051e7ea716cc8dcbbab634d66875"
integrity sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==
[email protected].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@^3.3.2:
version "3.4.0"

0 comments on commit 9e961c3

Please sign in to comment.