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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@docusaurus/preset-classic": "3.10.1",
"@docusaurus/theme-mermaid": "3.10.1",
"@mdx-js/react": "^3.0.0",
"axios": "1.16.0",
"axios": "1.18.0",
"brace-expansion": "^5.0.0",
"clsx": "^1.1.1",
"compare-versions": "^5.0.1",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5126,7 +5126,7 @@ __metadata:
"@types/react": ^18.2.29
"@types/react-helmet": ^6.1.0
"@types/react-router-dom": ^5.1.7
axios: 1.16.0
axios: 1.18.0
brace-expansion: ^5.0.0
chokidar: ^3.6.0
clsx: ^1.1.1
Expand Down Expand Up @@ -6632,6 +6632,15 @@ __metadata:
languageName: node
linkType: hard

"agent-base@npm:6":
version: 6.0.2
resolution: "agent-base@npm:6.0.2"
dependencies:
debug: 4
checksum: f52b6872cc96fd5f622071b71ef200e01c7c4c454ee68bc9accca90c98cfb39f2810e3e9aa330435835eedc8c23f4f8a15267f67c6e245d2b33757575bdac49d
languageName: node
linkType: hard

"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1":
version: 7.1.1
resolution: "agent-base@npm:7.1.1"
Expand Down Expand Up @@ -6930,14 +6939,15 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.16.0":
version: 1.16.0
resolution: "axios@npm:1.16.0"
"axios@npm:1.18.0":
version: 1.18.0
resolution: "axios@npm:1.18.0"
dependencies:
follow-redirects: ^1.16.0
form-data: ^4.0.5
https-proxy-agent: ^5.0.1
proxy-from-env: ^2.1.0
checksum: 93e810968167fea59750d28f458e6860973a573c14bd60fe57ee07b5241f4c16991b149ae9ce65d79765081e3004743c9e158c438edba75af6f4612197e6834b
checksum: 87e66c8583f69f3aec2d03d2840e4074d71c67d0e06a5c33de8926b0f11c9d31a8509adc6814167cc1fc470bc3f24f99a10fcb6632843192126567340dd1a8ce
languageName: node
linkType: hard

Expand Down Expand Up @@ -10593,6 +10603,16 @@ __metadata:
languageName: node
linkType: hard

"https-proxy-agent@npm:^5.0.1":
version: 5.0.1
resolution: "https-proxy-agent@npm:5.0.1"
dependencies:
agent-base: 6
debug: 4
checksum: 571fccdf38184f05943e12d37d6ce38197becdd69e58d03f43637f7fa1269cf303a7d228aa27e5b27bbd3af8f09fd938e1c91dcfefff2df7ba77c20ed8dfc765
languageName: node
linkType: hard

"https-proxy-agent@npm:^7.0.1":
version: 7.0.5
resolution: "https-proxy-agent@npm:7.0.5"
Expand Down
Loading