Skip to content

Commit 4a8f2d9

Browse files
committed
chore: Upgrade package dependencies
BREAKING CHANGE: Dependencies (commander, at least) dropped support for Node.js 4. Node.js 6 should still work, but officially it is not supported either. You should upgrade to the current or still supported Node.js LTS version.
1 parent e43af4b commit 4a8f2d9

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

package-lock.json

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
],
6565
"dependencies": {
6666
"ajv": "6.10.2",
67-
"commander": "3.0.1"
67+
"commander": "4.0.1"
6868
},
6969
"devDependencies": {
70-
"http-server": "0.11.1",
70+
"http-server": "0.12.0",
7171
"js-yaml": "3.13.1",
7272
"nyc": "14.1.1",
7373
"standard": "14.3.1",
7474
"test": "0.6.0",
75-
"uglify-js": "3.6.0"
75+
"uglify-js": "3.7.2"
7676
}
7777
}

0 commit comments

Comments
 (0)