Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1.6.5 (#626)
Browse files Browse the repository at this point in the history
Co-authored-by: Miraculous Owonubi <[email protected]>
  • Loading branch information
renovate[bot] and miraclx authored Jan 13, 2024
1 parent 1218f66 commit 4ad607a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@
}
},
"@yujinakayama/apple-music": {
"axios": "1.6.3"
"axios": "1.6.5"
}
},
"resolutions": {
"@yujinakayama/apple-music/axios": "1.6.3",
"@yujinakayama/apple-music/axios": "1.6.5",
"public-ip/got": "13.0.0",
"yt-search/node-fzf": "0.11.0",
"yt-search/node-fzf/cli-color": "2.0.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,12 @@ atomically@^2.0.2:
stubborn-fs "^1.2.5"
when-exit "^2.0.0"

[email protected].3, axios@^0.21.1:
version "1.6.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4"
integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==
[email protected].5, axios@^0.21.1:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.15.4"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -1189,10 +1189,10 @@ 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.0:
version "1.15.0"
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.0.tgz"
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
follow-redirects@^1.14.8, follow-redirects@^1.15.4:
version "1.15.5"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==

form-data-encoder@^2.1.2:
version "2.1.4"
Expand Down Expand Up @@ -1865,7 +1865,7 @@ [email protected], node-fzf@~0.5.1:
resolved "https://registry.npmjs.org/node-fzf/-/node-fzf-0.11.0.tgz"
integrity sha512-djlXFlrGSrGCHVHOr4iPRkfPuZXac6Elv0wBtKEJ383Dd/rj+9zaCu4JDZQVSGvoDRRSfJYL4roK9SLjTxeOIg==
dependencies:
cli-color "~2.0.0"
cli-color "~1.2.0"
keypress "~0.2.1"
minimist "~1.2.5"
redstar "0.0.2"
Expand Down

0 comments on commit 4ad607a

Please sign in to comment.