Skip to content

Commit 36467a8

Browse files
authoredJun 14, 2021
fix: bump production dependencies within SemVer ranges (#3682)
To resolve some security alerts: ```diff - found 223 vulnerabilities (24 low, 129 moderate, 69 high, 1 critical) + found 198 vulnerabilities (24 low, 129 moderate, 44 high, 1 critical) ``` All changelogs reviewed manually for breaking changes and there are none. More updates are coming in the follow-up PRs. Fixes #3680
1 parent 943a6ac commit 36467a8

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed
 

‎package-lock.json

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

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -419,26 +419,26 @@
419419
"dependencies": {
420420
"body-parser": "^1.19.0",
421421
"braces": "^3.0.2",
422-
"chokidar": "^3.4.2",
422+
"chokidar": "^3.5.1",
423423
"colors": "^1.4.0",
424424
"connect": "^3.7.0",
425425
"di": "^0.0.1",
426426
"dom-serialize": "^2.2.1",
427-
"glob": "^7.1.6",
428-
"graceful-fs": "^4.2.4",
427+
"glob": "^7.1.7",
428+
"graceful-fs": "^4.2.6",
429429
"http-proxy": "^1.18.1",
430-
"isbinaryfile": "^4.0.6",
431-
"lodash": "^4.17.19",
432-
"log4js": "^6.2.1",
433-
"mime": "^2.4.5",
430+
"isbinaryfile": "^4.0.8",
431+
"lodash": "^4.17.21",
432+
"log4js": "^6.3.0",
433+
"mime": "^2.5.2",
434434
"minimatch": "^3.0.4",
435435
"qjobs": "^1.2.0",
436436
"range-parser": "^1.2.1",
437437
"rimraf": "^3.0.2",
438438
"socket.io": "^3.1.0",
439439
"source-map": "^0.6.1",
440-
"tmp": "0.2.1",
441-
"ua-parser-js": "^0.7.23",
440+
"tmp": "^0.2.1",
441+
"ua-parser-js": "^0.7.28",
442442
"yargs": "^16.1.1"
443443
},
444444
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.