Navigation Menu

Skip to content

Commit

Permalink
fix(dependencies): update production dependencies (#3512)
Browse files Browse the repository at this point in the history
Most of the updates are within allowed SemVer range. tmp and rimraf dropped support for ancient Node versions, which are not supported by Karma anyways.
  • Loading branch information
devoto13 committed May 16, 2020
1 parent 7c24a03 commit 0cd696f
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
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 0cd696f

Please sign in to comment.