Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .pnp.cjs

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

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"remote-redux-devtools": "^0.5.16",
"rxjs": "^6.6.3",
"tslib": "^2.1.0",
"uuid": "^8.3.0",
"uuid": "^14.0.0",
"ws": "^8.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/finalto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@chainlink/external-adapter-framework": "2.11.6",
"decimal.js": "^10.3.1",
"tslib": "2.4.1",
"uuid": "^8.3.0"
"uuid": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/sources/nav-fund-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"tslib": "2.4.1",
"uuid": "^11.1.0"
"uuid": "^14.0.0"
}
}
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@ __metadata:
sinon: "npm:14.0.2"
tslib: "npm:^2.1.0"
typescript: "npm:5.8.3"
uuid: "npm:^8.3.0"
uuid: "npm:^14.0.0"
ws: "npm:^8.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3786,7 +3786,7 @@ __metadata:
nock: "npm:13.5.6"
tslib: "npm:2.4.1"
typescript: "npm:5.8.3"
uuid: "npm:^8.3.0"
uuid: "npm:^14.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4581,7 +4581,7 @@ __metadata:
nock: "npm:13.5.6"
tslib: "npm:2.4.1"
typescript: "npm:5.8.3"
uuid: "npm:^11.1.0"
uuid: "npm:^14.0.0"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -19972,6 +19972,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^14.0.0":
version: 14.0.0
resolution: "uuid@npm:14.0.0"
bin:
uuid: dist-node/bin/uuid
checksum: 10/8ee9b98f9650e25555515f7a28d3c3ae9364e72f7bb19b9e08b681bc135338beba5509b2830f6ae1cfaba4d45401da0d16d4d109b977097bc3d6ba0c5583341b
languageName: node
linkType: hard

"uuid@npm:^3.3.2":
version: 3.4.0
resolution: "uuid@npm:3.4.0"
Expand All @@ -19981,7 +19990,7 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^8.3.0, uuid@npm:^8.3.2":
"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
Expand Down
Loading