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
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-window-infinite-loader": "^2.0.0",
"recharts": "2.15.4",
"styled-components": "5.3.11",
"superagent": "^10.2.3",
"superagent": "^10.3.0",
"tinycolor2": "^1.6.0"
},
"scripts": {
Expand Down
22 changes: 11 additions & 11 deletions web-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15089,12 +15089,12 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:^6.11.2":
version: 6.14.0
resolution: "qs@npm:6.14.0"
"qs@npm:^6.14.1":
version: 6.14.1
resolution: "qs@npm:6.14.1"
dependencies:
side-channel: "npm:^1.1.0"
checksum: 10c0/8ea5d91bf34f440598ee389d4a7d95820e3b837d3fd9f433871f7924801becaa0cd3b3b4628d49a7784d06a8aea9bc4554d2b6d8d584e2d221dc06238a42909c
checksum: 10c0/0e3b22dc451f48ce5940cbbc7c7d9068d895074f8c969c0801ac15c1313d1859c4d738e46dc4da2f498f41a9ffd8c201bd9fb12df67799b827db94cc373d2613
languageName: node
linkType: hard

Expand Down Expand Up @@ -17355,20 +17355,20 @@ __metadata:
languageName: node
linkType: hard

"superagent@npm:^10.2.3":
version: 10.2.3
resolution: "superagent@npm:10.2.3"
"superagent@npm:^10.3.0":
version: 10.3.0
resolution: "superagent@npm:10.3.0"
dependencies:
component-emitter: "npm:^1.3.1"
cookiejar: "npm:^2.1.4"
debug: "npm:^4.3.7"
fast-safe-stringify: "npm:^2.1.1"
form-data: "npm:^4.0.4"
form-data: "npm:^4.0.5"
formidable: "npm:^3.5.4"
methods: "npm:^1.1.2"
mime: "npm:2.6.0"
qs: "npm:^6.11.2"
checksum: 10c0/c45b40dcdac661f2dde197875912ffc97a28a7778705605640d89e02f1d98cf8f2a5230af81c254fd769acfe15bc61dcd85488283102c76999d94dea5a7376dd
qs: "npm:^6.14.1"
checksum: 10c0/7792ec2ba3a877eb1db57ad9149bf0e108688a40af0e75084bdc4bba82604b7962248267159565be4f5ab8aa392f1285a08d2e5a8cb2c3b0a51932499caf6ee6
languageName: node
linkType: hard

Expand Down Expand Up @@ -18856,7 +18856,7 @@ __metadata:
react-window-infinite-loader: "npm:^2.0.0"
recharts: "npm:2.15.4"
styled-components: "npm:5.3.11"
superagent: "npm:^10.2.3"
superagent: "npm:^10.3.0"
swagger-typescript-api: "npm:13.2.16"
testcafe: "npm:3.7.2"
tinycolor2: "npm:^1.6.0"
Expand Down
Loading