Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 25, 2019
1 parent 433c765 commit 91a53c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"release": "lerna publish --sort --conventional-commits -m \"chore(release): v%s\"",
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
"test": "lerna exec npm run test",
"update": "lerna exec ncu -- -a -x standard",
"update": "lerna exec ncu -- -a",
"update:check": "lerna exec ncu -- --error-level 2"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-clearbit-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metascraper"
],
"dependencies": {
"got": "~9.5.0"
"got": "~9.6.0"
},
"devDependencies": {
"mocha": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"mime-types": "~2.1.21",
"normalize-url": "~4.1.0",
"smartquotes": "~2.3.1",
"title": "~3.4.0",
"title": "~3.4.1",
"truncate": "~2.0.1",
"url-regex": "~4.1.1",
"video-extensions": "~1.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": "^4.9.0",
"got": "~9.5.0",
"got": "~9.6.0",
"lodash": "~4.17.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/metascraper-media-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@metascraper/helpers": "^4.9.0",
"got": "~9.5.0",
"got": "~9.6.0",
"lodash": "~4.17.11",
"memoize-one": "~5.0.0",
"memoize-token": "~1.1.3",
Expand Down

0 comments on commit 91a53c4

Please sign in to comment.