mirror of https://github.com/miraclx/freyr-js
chore(deps): update dependency node-fetch to v2.7.0 (#689)
This commit is contained in:
parent
ba764b671b
commit
ee7c46fa73
|
|
@ -110,12 +110,12 @@
|
|||
"axios": "1.7.2"
|
||||
},
|
||||
"@ffmpeg/ffmpeg": {
|
||||
"node-fetch": "2.6.7"
|
||||
"node-fetch": "2.7.0"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"@yujinakayama/apple-music/axios": "1.7.2",
|
||||
"@ffmpeg/ffmpeg/node-fetch": "2.6.7",
|
||||
"@ffmpeg/ffmpeg/node-fetch": "2.7.0",
|
||||
"public-ip/got": "13.0.0",
|
||||
"yt-search/node-fzf": "0.11.0",
|
||||
"yt-search/node-fzf/cli-color": "2.0.4",
|
||||
|
|
|
|||
|
|
@ -1943,10 +1943,10 @@ node-cache@^5.1.2:
|
|||
dependencies:
|
||||
clone "2.x"
|
||||
|
||||
node-fetch@2.6.7, node-fetch@^2.6.1:
|
||||
version "2.6.7"
|
||||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
|
||||
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
|
||||
node-fetch@2.7.0, node-fetch@^2.6.1:
|
||||
version "2.7.0"
|
||||
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
||||
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
|
||||
dependencies:
|
||||
whatwg-url "^5.0.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue