Skip to content

Commit 596a7f2

Browse files
committedMar 19, 2022
Prevent potential problems from a future colors@>1.4.0 upgrade
See https://snyk.io/blog/open-source-npm-packages-colors-faker/.
1 parent 58df108 commit 596a7f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
"rollup": "^2.40.0",
6868
"terser": "^4.6.13"
6969
},
70+
"overrides": {
71+
"colors@>1.4.0": "1.4.0"
72+
},
7073
"scripts": {
7174
"test": "npm run lint && npm run test-node",
7275
"coverage": "nyc npm run test-node && nyc report",

0 commit comments

Comments
 (0)
Please sign in to comment.