Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 79caac5

Browse files
fix(deps): update dependency axios to v1.5.0 (#720)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c2ce2a commit 79caac5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "suikoden-election-2018",
33
"dependencies": {
44
"@rails/webpacker": "5.4.4",
5-
"axios": "1.4.0",
5+
"axios": "1.5.0",
66
"vue": "3.3.4",
77
"vue-loader": "17.2.2",
88
"vue-template-compiler": "2.7.14"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1635,10 +1635,10 @@ autoprefixer@^9.6.1:
16351635
postcss "^7.0.32"
16361636
postcss-value-parser "^4.1.0"
16371637

1638-
axios@1.4.0:
1639-
version "1.4.0"
1640-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
1641-
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
1638+
axios@1.5.0:
1639+
version "1.5.0"
1640+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
1641+
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
16421642
dependencies:
16431643
follow-redirects "^1.15.0"
16441644
form-data "^4.0.0"

0 commit comments

Comments
 (0)