Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 8a09638 commit 10bf120
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@vitejs/plugin-react": "^4.2.1",
"axios": "0.27.2",
"axios": "1.6.7",
"concurrently": "8.2.2",
"cypress": "13.6.2",
"env-cmd": "10.1.0",
Expand Down
23 changes: 22 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4431,6 +4431,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.6.7":
version: 1.6.7
resolution: "axios@npm:1.6.7"
dependencies:
follow-redirects: "npm:^1.15.4"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: a1932b089ece759cd261f175d9ebf4d41c8994cf0c0767cda86055c7a19bcfdade8ae3464bf4cec4c8b142f4a657dc664fb77a41855e8376cf38b86d7a86518f
languageName: node
linkType: hard

"axios@npm:^1.3.5":
version: 1.5.1
resolution: "axios@npm:1.5.1"
Expand Down Expand Up @@ -6654,6 +6665,16 @@ __metadata:
languageName: node
linkType: hard

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

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down Expand Up @@ -7083,7 +7104,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:6.15.0"
"@typescript-eslint/parser": "npm:6.15.0"
"@vitejs/plugin-react": "npm:^4.2.1"
axios: "npm:0.27.2"
axios: "npm:1.6.7"
concurrently: "npm:8.2.2"
cypress: "npm:13.6.2"
env-cmd: "npm:10.1.0"
Expand Down

0 comments on commit 10bf120

Please sign in to comment.