fix(deps): update dependency axios to v1.5.1

This commit is contained in:
renovate[bot] 2023-09-29 16:10:38 +00:00 committed by GitHub
parent 63c1b47a7d
commit 94a6d5b9af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -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",

View File

@ -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"