Skip to content

Commit

Permalink
npm update'd more modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hexparrot committed May 14, 2018
1 parent aa074ac commit 8337217
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 86 deletions.
184 changes: 109 additions & 75 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"start": "node webui.js"
},
"dependencies": {
"adm-zip": "0.4.x",
"adm-zip": "^0.4.11",
"angular": "1.4.x",
"angular-moment": "1.0.x",
"angular-sanitize": "1.5.x",
Expand All @@ -30,33 +30,33 @@
"async": "1.5.x",
"body-parser": "1.14.x",
"chownr": "1.0.x",
"compression": "^1.7.0",
"compression": "^1.7.2",
"cookie-parser": "1.4.x",
"cron": "1.3.x",
"daemonize2": "0.4.x",
"decompress-zip": "0.3.x",
"decompress-zip": "^0.3.1",
"du": "0.1.x",
"etc-passwd": "0.1.x",
"express": "4.14.x",
"express-session": "1.13.x",
"fireworm": "0.7.x",
"fs-extra": "5.0.x",
"ini": "1.3.x",
"ini": "^1.3.5",
"introspect": "0.0.x",
"lazylines": "1.0.0",
"line-by-line": "0.1.x",
"line-by-line": "^0.1.6",
"mcquery": "0.2.x",
"method-override": "2.3.x",
"method-override": "^2.3.10",
"moment": "2.21.x",
"moment-duration-format": "1.3.x",
"moment-timezone": "0.5.x",
"node-getopt": "0.2.x",
"moment-timezone": "^0.5.17",
"node-getopt": "^0.2.4",
"node-uuid": "1.4.x",
"object-hash": "1.1.x",
"passport": "0.3.x",
"passport-local": "1.0.x",
"passport.socketio": "3.6.x",
"posix": "4.1.x",
"posix": "^4.1.2",
"procfs-stats": "1.0.x",
"q": "1.4.x",
"request": "2.74.0",
Expand All @@ -68,15 +68,15 @@
"tail": "1.2.1",
"tar": "2.2.x",
"tarball-extract": "0.0.3",
"tmp": "0.0.x",
"tmp": "0.0.33",
"unzip": "0.1.x",
"urllib": "2.9.x",
"userid": "0.3.x",
"uuid": "3.0.x",
"which": "1.2.x",
"whoami": "0.0.x",
"winston": "1.1.x",
"xml2js": "0.4.x"
"xml2js": "^0.4.19"
},
"devDependencies": {
"nodeunit": "^0.9.5"
Expand Down

0 comments on commit 8337217

Please sign in to comment.