Skip to content

Commit 8597ea7

Browse files
committed
build: update dependencies
1 parent a6b0493 commit 8597ea7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"release": "lerna publish --sort",
7171
"server:dev": "browser-sync start --server --files \"index.html, README.md, static/**/*.(css|js)\"",
7272
"test": "lerna exec npm run test",
73-
"update": "lerna exec ncu -- --error-level 2",
74-
"update:check": "lerna exec ncu -- --error-level 2"
73+
"update": "lerna exec ncu -- -a -x standard",
74+
"update:check": "lerna exec ncu -- -x standard --error-level 2"
7575
},
7676
"private": true,
7777
"license": "MIT",

packages/metascraper-helpers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"is-relative-url": "~2.0.0",
2121
"iso-639-3": "~1.1.0",
2222
"isostring": "0.0.1",
23-
"lodash": "~4.17.10",
24-
"mime-types": "~2.1.20",
23+
"lodash": "~4.17.11",
24+
"mime-types": "~2.1.21",
2525
"normalize-url": "~3.3.0",
2626
"smartquotes": "~2.3.1",
27-
"title": "~3.3.2",
27+
"title": "~3.4.0",
2828
"url-regex": "~4.1.1",
2929
"video-extensions": "~1.1.0"
3030
},

0 commit comments

Comments
 (0)