Skip to content

Commit ed9da22

Browse files
fix(deps): update dependency uuid to v10
1 parent a6e970f commit ed9da22

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"opentracing": "^0.14.5",
8585
"range_check": "^2.0.4",
8686
"request-ip": "^2.1.3",
87-
"uuid": "^8.3.2",
87+
"uuid": "^10.0.0",
8888
"ws": "^8.0.0",
8989
"yaml": "^1.10.0"
9090
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11046,6 +11046,11 @@ [email protected]:
1104611046
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1104711047
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
1104811048

11049+
uuid@^10.0.0:
11050+
version "10.0.0"
11051+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
11052+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
11053+
1104911054
uuid@^3.1.0, uuid@^3.2.1, uuid@^3.3.2:
1105011055
version "3.4.0"
1105111056
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"

0 commit comments

Comments
 (0)