Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

fix(deps): update dependency axios to v0.27.2 #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"start:youtube-crawl": "yarn vercel:youtube-crawl dev"
},
"dependencies": {
"axios": "0.24.0",
"axios": "0.27.2",
"cheerio": "1.0.0-rc.10"
},
"devDependencies": {
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3134,12 +3134,13 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.24.0":
version: 0.24.0
resolution: "axios@npm:0.24.0"
"axios@npm:0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
follow-redirects: ^1.14.4
checksum: 468cf496c08a6aadfb7e699bebdac02851e3043d4e7d282350804ea8900e30d368daa6e3cd4ab83b8ddb5a3b1e17a5a21ada13fc9cebd27b74828f47a4236316
follow-redirects: ^1.14.9
form-data: ^4.0.0
checksum: 38cb7540465fe8c4102850c4368053c21683af85c5fdf0ea619f9628abbcb59415d1e22ebc8a6390d2bbc9b58a9806c874f139767389c862ec9b772235f06854
languageName: node
linkType: hard

Expand Down Expand Up @@ -4825,13 +4826,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.4":
version: 1.14.5
resolution: "follow-redirects@npm:1.14.5"
"follow-redirects@npm:^1.14.9":
version: 1.15.1
resolution: "follow-redirects@npm:1.15.1"
peerDependenciesMeta:
debug:
optional: true
checksum: f004a76b2ee3a849772c2816e30928253bf47537b0f00184d89f4966413add96a228a4d96ca8c702bc045a683c52c2ba41545c915cc1a5e33bf8fd9d07b59aee
checksum: 6aa4e3e3cdfa3b9314801a1cd192ba756a53479d9d8cca65bf4db3a3e8834e62139245cd2f9566147c8dfe2efff1700d3e6aefd103de4004a7b99985e71dd533
languageName: node
linkType: hard

Expand Down Expand Up @@ -7084,7 +7085,7 @@ __metadata:
"@types/cheerio": 0.22.31
"@typescript-eslint/eslint-plugin": 5.30.0
"@typescript-eslint/parser": 5.30.0
axios: 0.24.0
axios: 0.27.2
cheerio: 1.0.0-rc.10
dotenv: 16.0.1
dotenv-cli: 5.0.0
Expand Down