Skip to content

Commit 59952f6

Browse files
committed
updated dependencies
1 parent 76d6457 commit 59952f6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-core",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "faucet-pipeline's core library",
55
"author": "FND",
66
"contributors": [
@@ -24,15 +24,18 @@
2424
"test:unit": "mocha test/test_*.js",
2525
"lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
2626
},
27+
"engines": {
28+
"node": ">=8"
29+
},
2730
"dependencies": {
28-
"browserslist": "~4.5.0",
31+
"browserslist": "~4.5.6",
2932
"minimist": "~1.2.0",
3033
"mkdirp": "~0.5.1",
31-
"nite-owl": "~5.0.0"
34+
"nite-owl": "~5.0.3"
3235
},
3336
"devDependencies": {
3437
"eslint-config-fnd": "^1.6.0",
35-
"mocha": "^6.0.0",
38+
"mocha": "^6.1.4",
3639
"npm-run-all": "^4.1.5",
3740
"release-util-fnd": "^1.1.1"
3841
}

0 commit comments

Comments
 (0)