Skip to content

Commit

Permalink
fix(deps): update dependency axios to ^1.3.4 (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 23, 2023
1 parent 9a4449d commit 79ef457
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"packageManager": "yarn@3.4.1",
"dependencies": {
"axios": "^1.3.3",
"axios": "^1.3.4",
"file-type": "^16.5.4"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2545,14 +2545,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.3.3":
version: 1.3.3
resolution: "axios@npm:1.3.3"
"axios@npm:^1.3.4":
version: 1.3.4
resolution: "axios@npm:1.3.4"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: b734a4bc348e2fa27150a7d4289d783fa405feb3f79f8daf28fd05813a12c8525ae9d3854aafe7ba041b005a4a751a0ba3b923331ceed41296ae14c7e54e2f26
checksum: 7440edefcf8498bc3cdf39de00443e8101f249972c83b739c6e880d9d669fea9486372dbe8739e88b3bf8bb1ad15f6106693f206f078f4516fe8fd47b1c3093c
languageName: node
linkType: hard

Expand Down Expand Up @@ -2783,7 +2783,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.52.0
"@typescript-eslint/parser": ^5.52.0
"@vitest/coverage-c8": ^0.28.5
axios: ^1.3.3
axios: ^1.3.4
eslint: ^8.34.0
eslint-config-prettier: ^8.6.0
eslint-plugin-prettier: ^4.2.1
Expand Down

0 comments on commit 79ef457

Please sign in to comment.