build(deps): bump axios from 1.2.2 to 1.3.3
Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.3.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/1.2.2...v1.3.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2db23f13a6
commit
17fb98cf30
|
@ -85,7 +85,7 @@
|
|||
"about-window": "^1.15.2",
|
||||
"animate.css": "^4.1.0",
|
||||
"auto-launch": "^5.0.5",
|
||||
"axios": "1.2.2",
|
||||
"axios": "1.3.3",
|
||||
"blueimp-load-image": "^5.16.0",
|
||||
"electron-context-menu": "^3.6.1",
|
||||
"electron-json-storage": "^4.6.0",
|
||||
|
|
14
yarn.lock
14
yarn.lock
|
@ -2883,6 +2883,15 @@ axios@1.2.2:
|
|||
form-data "^4.0.0"
|
||||
proxy-from-env "^1.1.0"
|
||||
|
||||
axios@1.3.3:
|
||||
version "1.3.3"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b"
|
||||
integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==
|
||||
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"
|
||||
|
@ -11297,9 +11306,10 @@ tsutils@^3.21.0:
|
|||
dependencies:
|
||||
tslib "^1.8.1"
|
||||
|
||||
ttfinfo@^0.2.0, "ttfinfo@git+https://github.com/rBurgett/ttfinfo.git":
|
||||
ttfinfo@^0.2.0, "ttfinfo@https://github.com/rBurgett/ttfinfo.git":
|
||||
version "0.2.0"
|
||||
resolved "git+https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
|
||||
uid f00e43e2a6d4c8a12a677df20b7804492d50863c
|
||||
resolved "https://github.com/rBurgett/ttfinfo.git#f00e43e2a6d4c8a12a677df20b7804492d50863c"
|
||||
|
||||
tunnel@^0.0.6:
|
||||
version "0.0.6"
|
||||
|
|
Loading…
Reference in New Issue