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.3",
"babel-loader": "^10.0.0",
"babel-plugin-styled-components": "^2.1.4",
"body-parser": "^2.2.1",
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.3":
version: 0.30.3
resolution: "axios@npm:0.30.3"
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: 81b23f291d639b0199a84c0428d5f3906f4b646044af4449c9d1fb673f46469b71399ba2f7363627e9c0379bea1a3d73df6c40f779b7c61441643377452c7dd7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6921,7 +6921,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.3
babel-loader: ^10.0.0
babel-plugin-styled-components: ^2.1.4
body-parser: ^2.2.1
Expand Down Expand Up @@ -9389,6 +9389,19 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.4":
version: 4.0.5
resolution: "form-data@npm:4.0.5"
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: af8328413c16d0cded5fccc975a44d227c5120fd46a9e81de8acf619d43ed838414cc6d7792195b30b248f76a65246949a129a4dadd148721948f90cd6d4fb69
languageName: node
linkType: hard

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