Merge pull request #4601 from h3poteto/renovate/axios-1.x
fix(deps): update dependency axios to v1.5.1
This commit is contained in:
commit
2b3c1c4692
|
@ -82,7 +82,7 @@
|
|||
"about-window": "^1.15.2",
|
||||
"animate.css": "^4.1.0",
|
||||
"auto-launch": "^5.0.5",
|
||||
"axios": "1.4.0",
|
||||
"axios": "1.5.1",
|
||||
"better-sqlite3": "8.2.0",
|
||||
"electron-context-menu": "^3.6.1",
|
||||
"electron-json-storage": "^4.6.0",
|
||||
|
|
|
@ -3163,6 +3163,15 @@ axios@1.4.0:
|
|||
form-data "^4.0.0"
|
||||
proxy-from-env "^1.1.0"
|
||||
|
||||
axios@1.5.1:
|
||||
version "1.5.1"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
|
||||
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
|
||||
dependencies:
|
||||
follow-redirects "^1.15.0"
|
||||
form-data "^4.0.0"
|
||||
proxy-from-env "^1.1.0"
|
||||
|
||||
babel-jest@^26.6.3:
|
||||
version "26.6.3"
|
||||
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
|
||||
|
|
Loading…
Reference in New Issue