Pin node dependencies

The removal of the color.js package broke several of our dependencies.
Enabling package lock and pinning color.js until we can sort out
the color.js dep change.
This commit is contained in:
Brett Logan 2022-01-10 10:39:35 -05:00
parent 0b75870325
commit 960ec6bcf2
2 changed files with 7 additions and 7 deletions

View file

@ -93,7 +93,7 @@ RUN pip3 install --no-cache-dir pipenv \
####################
# Run NPM Installs #
####################
&& npm config set package-lock false \
&& npm config set package-lock true \
&& npm config set loglevel error \
&& npm --no-cache install \
&& npm audit fix --audit-level=critical \

12
dependencies/package-lock.json generated vendored
View file

@ -386,7 +386,7 @@
"blamer": "^1.0.1",
"bytes": "^3.1.0",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"colors": "1.4.0",
"fast-glob": "^3.2.2",
"fs-extra": "^9.0.0",
"markdown-table": "^2.0.0",
@ -431,7 +431,7 @@
"resolved": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-3.4.1.tgz",
"integrity": "sha512-2/tIwsCH0jEXxZQQrFyNRfPXldtgiTaj5iUqxByZs40UOK5KQeVyWzB8DTeznrOxDOn4iqMZRX+Rt85oKkQPMg==",
"dependencies": {
"colors": "^1.4.0",
"colors": "1.4.0",
"fs-extra": "^9.0.1"
}
},
@ -5623,7 +5623,7 @@
"@jscpd/finder": "^3.4.1",
"@jscpd/html-reporter": "^3.4.1",
"@jscpd/tokenizer": "^3.4.1",
"colors": "^1.4.0",
"colors": "1.4.0",
"commander": "^5.0.0",
"fs-extra": "^9.1.0",
"gitignore-to-glob": "^0.3.0"
@ -11122,7 +11122,7 @@
"blamer": "^1.0.1",
"bytes": "^3.1.0",
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"colors": "1.4.0",
"fast-glob": "^3.2.2",
"fs-extra": "^9.0.0",
"markdown-table": "^2.0.0",
@ -11161,7 +11161,7 @@
"resolved": "https://registry.npmjs.org/@jscpd/html-reporter/-/html-reporter-3.4.1.tgz",
"integrity": "sha512-2/tIwsCH0jEXxZQQrFyNRfPXldtgiTaj5iUqxByZs40UOK5KQeVyWzB8DTeznrOxDOn4iqMZRX+Rt85oKkQPMg==",
"requires": {
"colors": "^1.4.0",
"colors": "1.4.0",
"fs-extra": "^9.0.1"
},
"dependencies": {
@ -15032,7 +15032,7 @@
"@jscpd/finder": "^3.4.1",
"@jscpd/html-reporter": "^3.4.1",
"@jscpd/tokenizer": "^3.4.1",
"colors": "^1.4.0",
"colors": "1.4.0",
"commander": "^5.0.0",
"fs-extra": "^9.1.0",
"gitignore-to-glob": "^0.3.0"