Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 21, 2020
1 parent 9769d0e commit 9e63129
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/metascraper-amazon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"tldts": "~5.6.7"
"tldts": "~5.6.8"
},
"devDependencies": {
"lodash": "latest",
Expand Down
4 changes: 2 additions & 2 deletions packages/metascraper-clearbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
],
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"got": "~10.5.7",
"got": "~10.6.0",
"lodash": "~4.17.15",
"tldts": "~5.6.7"
"tldts": "~5.6.8"
},
"devDependencies": {
"mocha": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"got": "~10.5.7",
"got": "~10.6.0",
"lodash": "~4.17.15",
"oembed-spec": "~1.3.0",
"p-reflect": "~2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-logo-favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"got": "~10.5.7",
"got": "~10.6.0",
"lodash": "~4.17.15"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/metascraper-media-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"debug": "~4.1.1",
"got": "~10.5.7",
"got": "~10.6.0",
"lodash": "~4.17.15",
"luminati-tunnel": "~1.3.0",
"p-reflect": "~2.1.0",
"p-retry": "~4.2.0",
"tldts": "~5.6.7",
"tldts": "~5.6.8",
"youtube-dl": "~3.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-soundcloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"tldts": "~5.6.7"
"tldts": "~5.6.8"
},
"devDependencies": {
"mocha": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-spotify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@metascraper/helpers": "^5.11.1",
"memoize-one": "~5.1.1",
"spotify-url-info": "~1.3.0",
"tldts": "~5.6.7"
"tldts": "~5.6.8"
},
"devDependencies": {
"kind-of": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-uol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@metascraper/helpers": "^5.11.1",
"tldts": "~5.6.7"
"tldts": "~5.6.8"
},
"devDependencies": {
"mocha": "latest",
Expand Down

0 comments on commit 9e63129

Please sign in to comment.