Skip to content
Snippets Groups Projects
Unverified Commit 0c7b0106 authored by EL HAJJIOUI Nabil's avatar EL HAJJIOUI Nabil Committed by GitHub
Browse files

Fix Vitamui Build: due to Infinite loop in a malicious package (#622)

parent 78f36ce4
No related branches found
No related tags found
3 merge requests!65Retour vitamui pull request,!64Retour commentaires vitamui pull request,!62Ajout de l'application pastis dans le portail des application web de vitam
...@@ -114,7 +114,8 @@ ...@@ -114,7 +114,8 @@
"utf-8-validate": "^5.0.2", "utf-8-validate": "^5.0.2",
"uuid": "^7.0.2", "uuid": "^7.0.2",
"web-animations-js": "^2.3.2", "web-animations-js": "^2.3.2",
"zone.js": "~0.10.3" "zone.js": "~0.10.3",
"colors": "1.4.0"
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "^8.4.1", "@angular-builders/custom-webpack": "^8.4.1",
...@@ -154,5 +155,8 @@ ...@@ -154,5 +155,8 @@
"tslint": "~5.11.0", "tslint": "~5.11.0",
"typescript": "~4.0.5", "typescript": "~4.0.5",
"webpack-bundle-analyzer": "^3.8.0" "webpack-bundle-analyzer": "^3.8.0"
},
"overrides": {
"colors": "1.4.0"
} }
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment