Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 4995dfc commit 6fa4e00
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@lumino/algorithm": "^1.9.1",
"@lumino/default-theme": "^0.22.0",
"@lumino/widgets": "^1.31.1",
"axios": "^0.27.0",
"axios": "^0.29.0",
"core-js": "3",
"dedent": "^0.7.0",
"enumify": "^2.0.0",
Expand Down
32 changes: 25 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4106,13 +4106,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.27.0":
version: 0.27.2
resolution: "axios@npm:0.27.2"
"axios@npm:^0.29.0":
version: 0.29.0
resolution: "axios@npm:0.29.0"
dependencies:
follow-redirects: ^1.14.9
follow-redirects: ^1.15.4
form-data: ^4.0.0
checksum: 38cb7540465fe8c4102850c4368053c21683af85c5fdf0ea619f9628abbcb59415d1e22ebc8a6390d2bbc9b58a9806c874f139767389c862ec9b772235f06854
proxy-from-env: ^1.1.0
checksum: b365fa0471ff62472521932c68f152e98650804c016fc6a9fe337a6cd67201141baf14d29161527cce5189b9eba8f14cb5781e02c56e69f56784e9a23385d7e7
languageName: node
linkType: hard

Expand Down Expand Up @@ -6246,7 +6247,7 @@ __metadata:
"@vue/cli-plugin-unit-mocha": ^5.0.1
"@vue/cli-service": ^4.5.18
"@vue/test-utils": ^1.2.2
axios: ^0.27.0
axios: ^0.29.0
babel-loader: ^8.2.3
babel-plugin-istanbul: ^6.1.1
bufferutil: ^4.0.6
Expand Down Expand Up @@ -8278,7 +8279,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.9":
"follow-redirects@npm:^1.0.0":
version: 1.15.1
resolution: "follow-redirects@npm:1.15.1"
peerDependenciesMeta:
Expand All @@ -8288,6 +8289,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.4":
version: 1.15.9
resolution: "follow-redirects@npm:1.15.9"
peerDependenciesMeta:
debug:
optional: true
checksum: 859e2bacc7a54506f2bf9aacb10d165df78c8c1b0ceb8023f966621b233717dab56e8d08baadc3ad3b9db58af290413d585c999694b7c146aaf2616340c3d2a6
languageName: node
linkType: hard

"for-in@npm:^1.0.2":
version: 1.0.2
resolution: "for-in@npm:1.0.2"
Expand Down Expand Up @@ -13951,6 +13962,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4
languageName: node
linkType: hard

"prr@npm:~1.0.1":
version: 1.0.1
resolution: "prr@npm:1.0.1"
Expand Down

0 comments on commit 6fa4e00

Please sign in to comment.