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.33.0",
"babel-loader": "^10.0.0",
"babel-plugin-styled-components": "^2.1.4",
"body-parser": "^2.2.1",
Expand Down
36 changes: 29 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5535,14 +5535,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.30.0":
version: 0.30.0
resolution: "axios@npm:0.30.0"
"axios@npm:^0.33.0":
version: 0.33.0
resolution: "axios@npm:0.33.0"
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: 4699b045c25488f0a6b8b321fdd9265d700042ca73dcfa5554b3c6f9218779cfbf361f7df17870a8723dd3be2e4d9ff14b461a2c6874987243bd632bb6c04ef1
languageName: node
linkType: hard

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

"form-data@npm:^4.0.4":
version: 4.0.6
resolution: "form-data@npm:4.0.6"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
es-set-tostringtag: ^2.1.0
hasown: ^2.0.4
mime-types: ^2.1.35
checksum: e51b9e97678c250c872cd4ec3e5eaa8fa43bee4b1acf8274c337308aebc6aebb0553091ce0810612826601ffafed9dace12504a63c6ef16c57fffcd7dcfec457
languageName: node
linkType: hard

"form-data@npm:~2.3.2":
version: 2.3.3
resolution: "form-data@npm:2.3.3"
Expand Down Expand Up @@ -10376,6 +10389,15 @@ __metadata:
languageName: node
linkType: hard

"hasown@npm:^2.0.4":
version: 2.0.4
resolution: "hasown@npm:2.0.4"
dependencies:
function-bind: ^1.1.2
checksum: 4bd8f916b629e06324853593ffbdd45e200022952a85ad0c967f3bd4c2e4c7e1f9a9766fbe6186f60bd394e0afc73e719730caa1da15cd9bd832b7cdf53fd26c
languageName: node
linkType: hard

"hast-to-hyperscript@npm:^9.0.0":
version: 9.0.1
resolution: "hast-to-hyperscript@npm:9.0.1"
Expand Down Expand Up @@ -13342,7 +13364,7 @@ __metadata:
languageName: node
linkType: hard

"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:^2.1.31, mime-types@npm:~2.1.17, mime-types@npm:~2.1.19, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34":
"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:^2.1.31, mime-types@npm:^2.1.35, mime-types@npm:~2.1.17, mime-types@npm:~2.1.19, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34":
version: 2.1.35
resolution: "mime-types@npm:2.1.35"
dependencies:
Expand Down
Loading