Skip to content

Commit a5219c5

Browse files
sergei-startsevJonathan Ginsburg
authored and
Jonathan Ginsburg
committedJan 13, 2022
fix(deps): pin colors package to 1.4.0 due to security vulnerability
1 parent de0df2f commit a5219c5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎package-lock.json

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

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -420,11 +420,14 @@
420420
"chalkerx@gmail.com>",
421421
"weiran.zsd@outlook.com>"
422422
],
423+
"overrides": {
424+
"colors": "1.4.0"
425+
},
423426
"dependencies": {
424427
"body-parser": "^1.19.0",
425428
"braces": "^3.0.2",
426429
"chokidar": "^3.5.1",
427-
"colors": "^1.4.0",
430+
"colors": "1.4.0",
428431
"connect": "^3.7.0",
429432
"di": "^0.0.1",
430433
"dom-serialize": "^2.2.1",

0 commit comments

Comments
 (0)
Please sign in to comment.