Skip to content

Commit 0cd696f

Browse files
authoredMay 16, 2020
fix(dependencies): update production dependencies (#3512)
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.
1 parent 7c24a03 commit 0cd696f

File tree

2 files changed

+141
-53
lines changed

2 files changed

+141
-53
lines changed
 

‎package-lock.json

+125-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -390,28 +390,28 @@
390390
"Karl Lindmark <karl.lindmark@ninetwozero.com>"
391391
],
392392
"dependencies": {
393-
"body-parser": "^1.16.1",
393+
"body-parser": "^1.19.0",
394394
"braces": "^3.0.2",
395395
"chokidar": "^3.0.0",
396-
"colors": "^1.1.0",
397-
"connect": "^3.6.0",
396+
"colors": "^1.4.0",
397+
"connect": "^3.7.0",
398398
"di": "^0.0.1",
399-
"dom-serialize": "^2.2.0",
400-
"flatted": "^2.0.0",
401-
"glob": "^7.1.1",
402-
"graceful-fs": "^4.1.2",
403-
"http-proxy": "^1.13.0",
404-
"isbinaryfile": "^4.0.2",
405-
"lodash": "^4.17.14",
399+
"dom-serialize": "^2.2.1",
400+
"flatted": "^2.0.2",
401+
"glob": "^7.1.6",
402+
"graceful-fs": "^4.2.4",
403+
"http-proxy": "^1.18.0",
404+
"isbinaryfile": "^4.0.6",
405+
"lodash": "^4.17.15",
406406
"log4js": "^4.0.0",
407-
"mime": "^2.3.1",
408-
"minimatch": "^3.0.2",
409-
"qjobs": "^1.1.4",
410-
"range-parser": "^1.2.0",
411-
"rimraf": "^2.6.0",
407+
"mime": "^2.4.5",
408+
"minimatch": "^3.0.4",
409+
"qjobs": "^1.2.0",
410+
"range-parser": "^1.2.1",
411+
"rimraf": "^3.0.2",
412412
"socket.io": "2.1.1",
413413
"source-map": "^0.6.1",
414-
"tmp": "0.0.33",
414+
"tmp": "0.2.1",
415415
"ua-parser-js": "0.7.21",
416416
"yargs": "^15.3.1"
417417
},

0 commit comments

Comments
 (0)
Please sign in to comment.