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 @@ -72,7 +72,7 @@
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.16",
"ansi-to-html": "^0.7.2",
"autobind-decorator": "^2.4.0",
"axios": "^0.30.0",
"axios": "^0.30.2",
"babel-loader": "^10.0.0",
"babel-plugin-styled-components": "^2.1.4",
"body-parser": "^2.2.0",
Expand Down
25 changes: 19 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5318,14 +5318,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.30.0":
version: 0.30.0
resolution: "axios@npm:0.30.0"
"axios@npm:^0.30.2":
version: 0.30.2
resolution: "axios@npm:0.30.2"
dependencies:
follow-redirects: ^1.15.4
form-data: ^4.0.0
form-data: ^4.0.4
proxy-from-env: ^1.1.0
checksum: 5179e93f4d8a4f8fc6fce3d46b4087aff60d1f2aeb36fad289e506dfd327c3436aafe1a91b371f47ffc2ef1b0a3f7ea278a24f6b1af88216d691b1e6c262b32f
checksum: c21a17bab1385c1b9aad0d3a293397be418a24d16ef02b34bb332a40c4ae645ce4e06ff2cf44acd5fb3cacea6fe6e6ea018ed581e0cd21fdfbd74e4e94f54f92
languageName: node
linkType: hard

Expand Down Expand Up @@ -6904,7 +6904,7 @@ __metadata:
"@typescript-eslint/parser": ^8.30.1
ansi-to-html: ^0.7.2
autobind-decorator: ^2.4.0
axios: ^0.30.0
axios: ^0.30.2
babel-loader: ^10.0.0
babel-plugin-styled-components: ^2.1.4
body-parser: ^2.2.0
Expand Down Expand Up @@ -9360,6 +9360,19 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.4":
version: 4.0.4
resolution: "form-data@npm:4.0.4"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
es-set-tostringtag: ^2.1.0
hasown: ^2.0.2
mime-types: ^2.1.12
checksum: 9b7788836df9fa5a6999e0c02515b001946b2a868cfe53f026c69e2c537a2ff9fbfb8e9d2b678744628f3dc7a2d6e14e4e45dfaf68aa6239727f0bdb8ce0abf2
languageName: node
linkType: hard

"form-data@npm:~2.3.2":
version: 2.3.3
resolution: "form-data@npm:2.3.3"
Expand Down