MDL-72014 nodejs: audit fix to solve some security reports

Simply run npm audit fix that updates these main packages:

- xmldom 0.6.0
- grunt 1.4.1
- gherkin-lint 4.2.2

(and also a bunch of dependencies
This commit is contained in:
Eloy Lafuente (stronk7)
2021-08-20 13:49:50 +02:00
parent f9ea7e747f
commit 4a0ed883e0
2 changed files with 807 additions and 558 deletions
+804 -555
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -20,9 +20,9 @@
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-promise": "4.2.1",
"fb-watchman": "2.0.1",
"gherkin-lint": "4.0.1",
"gherkin-lint": "^4.2.2",
"glob": "7.1.6",
"grunt": "1.1.0",
"grunt": "^1.4.1",
"grunt-babel": "8.0.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
@@ -39,7 +39,7 @@
"stylelint": "13.3.3",
"stylelint-checkstyle-formatter": "0.1.2",
"stylelint-csstree-validator": "1.8.0",
"xmldom": "0.3.0",
"xmldom": "^0.6.0",
"xpath": "0.0.27"
},
"engines": {