Skip to content

Commit

Permalink
Merge 9b9c711 into 7c24a03
Browse files Browse the repository at this point in the history
  • Loading branch information
devoto13 authored May 15, 2020
2 parents 7c24a03 + 9b9c711 commit d686f7d
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 53 deletions.
162 changes: 125 additions & 37 deletions package-lock.json

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

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,28 +390,28 @@
"Karl Lindmark <karl.lindmark@ninetwozero.com>"
],
"dependencies": {
"body-parser": "^1.16.1",
"body-parser": "^1.19.0",
"braces": "^3.0.2",
"chokidar": "^3.0.0",
"colors": "^1.1.0",
"connect": "^3.6.0",
"colors": "^1.4.0",
"connect": "^3.7.0",
"di": "^0.0.1",
"dom-serialize": "^2.2.0",
"flatted": "^2.0.0",
"glob": "^7.1.1",
"graceful-fs": "^4.1.2",
"http-proxy": "^1.13.0",
"isbinaryfile": "^4.0.2",
"lodash": "^4.17.14",
"dom-serialize": "^2.2.1",
"flatted": "^2.0.2",
"glob": "^7.1.6",
"graceful-fs": "^4.2.4",
"http-proxy": "^1.18.0",
"isbinaryfile": "^4.0.6",
"lodash": "^4.17.15",
"log4js": "^4.0.0",
"mime": "^2.3.1",
"minimatch": "^3.0.2",
"qjobs": "^1.1.4",
"range-parser": "^1.2.0",
"rimraf": "^2.6.0",
"mime": "^2.4.5",
"minimatch": "^3.0.4",
"qjobs": "^1.2.0",
"range-parser": "^1.2.1",
"rimraf": "^3.0.2",
"socket.io": "2.1.1",
"source-map": "^0.6.1",
"tmp": "0.0.33",
"tmp": "0.2.1",
"ua-parser-js": "0.7.21",
"yargs": "^15.3.1"
},
Expand Down

0 comments on commit d686f7d

Please sign in to comment.