Skip to content

Commit

Permalink
build(deps): update tldts requirement from ~5.3.2 to ~5.4.0 (#206)
Browse files Browse the repository at this point in the history
Updates the requirements on [tldts](https://github.com/remusao/tldts) to permit the latest version.
- [Release notes](https://github.com/remusao/tldts/releases)
- [Changelog](https://github.com/remusao/tldts/blob/master/CHANGELOG.md)
- [Commits](remusao/tldts@v5.3.2...v5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and Kikobeats committed Aug 30, 2019
1 parent f84b53c commit 4f35e30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/metascraper-amazon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@metascraper/helpers": "^5.6.6",
"memoize-one": "~5.1.0",
"tldts": "~5.3.2"
"tldts": "~5.4.0"
},
"devDependencies": {
"lodash": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-clearbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"got": "~9.6.0",
"lodash": "~4.17.15",
"memoize-one": "~5.1.0",
"tldts": "~5.3.2"
"tldts": "~5.4.0"
},
"devDependencies": {
"mocha": "latest",
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 @@ -19,7 +19,7 @@
"dependencies": {
"@metascraper/helpers": "^5.6.6",
"memoize-one": "~5.1.0",
"tldts": "~5.3.2"
"tldts": "~5.4.0"
},
"devDependencies": {
"mocha": "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 @@ -20,7 +20,7 @@
"dependencies": {
"@metascraper/helpers": "^5.6.6",
"memoize-one": "~5.1.0",
"tldts": "~5.3.2"
"tldts": "~5.4.0"
},
"devDependencies": {
"mocha": "latest",
Expand Down

0 comments on commit 4f35e30

Please sign in to comment.