We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f1683 commit 9f76d8fCopy full SHA for 9f76d8f
CONTRIBUTING.md
@@ -62,3 +62,8 @@ be found in the `Jenkinsfile` file in this repository in the `runE2ETests` funct
62
We are using @fastify/busboy because it has a forked copy of dicer that apparently does not
63
have the same high security vulnerability that the 0.3.1 release of dicer has.
64
65
+Forcing chalk to 4.1.2. This avoids the compromised 5.6.1 version. And it keeps eslint happy,
66
+which requires 4.x and won't work with 5.x.
67
+
68
+sanitize-html is in both devDependencies and overrides; the override is needed to force gulp-jsdoc3 to use a
69
+non-vulnerable version.
0 commit comments