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
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"brace-expansion@^1.1.7": "^1.1.13",
"brace-expansion@^2.0.1": "^2.0.3",
"brace-expansion@^2.0.2": "^2.0.3",
"axios": "1.15.0",
"axios": "^1.15.2",
"lodash": "4.18.1",
"yaml@^1.10.0": "^1.10.3",
"yaml@^2.3.4": "^2.8.3",
Expand All @@ -94,6 +94,9 @@
"dompurify": "^3.4.0",
"follow-redirects": "^1.16.0",
"uuid": "^14.0.0",
"postcss": "^8.5.10"
"postcss": "^8.5.10",
"ip-address@npm:^9.0.5": "^10.1.1",
"ip-address@npm:^10.0.1": "^10.1.1",
Comment on lines +98 to +99
"ip-address": "^10.1.1"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5099,14 +5099,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.15.0":
version: 1.15.0
resolution: "axios@npm:1.15.0"
"axios@npm:^1.15.2":
version: 1.16.0
resolution: "axios@npm:1.16.0"
dependencies:
follow-redirects: "npm:^1.15.11"
follow-redirects: "npm:^1.16.0"
form-data: "npm:^4.0.5"
proxy-from-env: "npm:^2.1.0"
checksum: 10/d39a2c0ebc7ff4739401b282e726cc2673377949d6c46d60eb619458f8d7a2f7eadbcada7097f4dbc7d5c59abb4d3bf6fac33d474412bc3415d3f5aa7ed45530
checksum: 10/cf8b521ff732c21550b38c8739aef556ea5e14b268468bb89e4307416ab262b462e582474e810963a3d61c2392ab47ad35c11d05eff027de7c97113bc7411623
languageName: node
linkType: hard

Expand Down Expand Up @@ -8404,10 +8404,10 @@ __metadata:
languageName: node
linkType: hard

"ip-address@npm:^10.0.1":
version: 10.0.1
resolution: "ip-address@npm:10.0.1"
checksum: 10/09731acda32cd8e14c46830c137e7e5940f47b36d63ffb87c737331270287d631cf25aa95570907a67d3f919fdb25f4470c404eda21e62f22e0a55927f4dd0fb
"ip-address@npm:^10.1.1":
version: 10.2.0
resolution: "ip-address@npm:10.2.0"
checksum: 10/12fec399e1af5753ac322e47a6d81a50d3a528b3abb17c09525b2a2edcaedcca628c40520706f7037bc4d8e951b0296c47e7b86d0a8e6e2335c8f0ba4afcfac1
languageName: node
linkType: hard

Expand Down
Loading