Skip to content

Commit

Permalink
build(deps): update tldts requirement from ~5.4.1 to ~5.5.0 (#215)
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](https://github.com/remusao/tldts/commits/v5.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and Kikobeats committed Sep 25, 2019
1 parent 7785638 commit 3583fdc
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.7.5",
"memoize-one": "~5.1.1",
"tldts": "~5.4.1"
"tldts": "~5.5.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.1",
"tldts": "~5.4.1"
"tldts": "~5.5.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.7.5",
"memoize-one": "~5.1.1",
"tldts": "~5.4.1"
"tldts": "~5.5.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.7.5",
"memoize-one": "~5.1.1",
"tldts": "~5.4.1"
"tldts": "~5.5.0"
},
"devDependencies": {
"mocha": "latest",
Expand Down

0 comments on commit 3583fdc

Please sign in to comment.