mirror of https://github.com/miraclx/freyr-js
chore(deps): update dependency axios to v1.7.2 (#664)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8640f18f1c
commit
fce52df611
|
|
@ -107,14 +107,14 @@
|
|||
}
|
||||
},
|
||||
"@yujinakayama/apple-music": {
|
||||
"axios": "1.6.7"
|
||||
"axios": "1.7.2"
|
||||
},
|
||||
"@ffmpeg/ffmpeg": {
|
||||
"node-fetch": "2.6.2"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"@yujinakayama/apple-music/axios": "1.6.7",
|
||||
"@yujinakayama/apple-music/axios": "1.7.2",
|
||||
"@ffmpeg/ffmpeg/node-fetch": "2.6.2",
|
||||
"public-ip/got": "13.0.0",
|
||||
"yt-search/node-fzf": "0.11.0",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -347,12 +347,12 @@ atomically@^2.0.2:
|
|||
stubborn-fs "^1.2.5"
|
||||
when-exit "^2.0.0"
|
||||
|
||||
axios@1.6.7, axios@^0.21.1:
|
||||
version "1.6.7"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
|
||||
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
|
||||
axios@1.7.2, axios@^0.21.1:
|
||||
version "1.7.2"
|
||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
|
||||
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
|
||||
dependencies:
|
||||
follow-redirects "^1.15.4"
|
||||
follow-redirects "^1.15.6"
|
||||
form-data "^4.0.0"
|
||||
proxy-from-env "^1.1.0"
|
||||
|
||||
|
|
@ -1241,7 +1241,7 @@ flatted@^3.1.0:
|
|||
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.2.tgz"
|
||||
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
|
||||
|
||||
follow-redirects@^1.14.8, follow-redirects@^1.15.4:
|
||||
follow-redirects@^1.14.8, follow-redirects@^1.15.6:
|
||||
version "1.15.6"
|
||||
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
|
||||
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
|
||||
|
|
|
|||
Loading…
Reference in New Issue