Skip to content

Commit 05bda20

Browse files
Pin colors package to 1.4.0 due to Security Vuln (#2008)
A Security Vuln was identified in the Colors package for >1.4.0, offending packages being `1.4.1`, `1.4.44-liberty` This PR pins the color package to `1.4.0`
1 parent 65ab472 commit 05bda20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/node": "^16.11.12",
4444
"abstract-winston-transport": "^0.5.1",
4545
"assume": "^2.2.0",
46-
"colors": "^1.4.0",
46+
"colors": "1.4.0",
4747
"cross-spawn-async": "^2.2.5",
4848
"eslint-config-populist": "^4.2.0",
4949
"hock": "^1.4.1",

0 commit comments

Comments
 (0)