Skip to content

Commit ad133e1

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874
1 parent b403531 commit ad133e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"merge2": "latest",
7979
"minimist": "latest",
8080
"mkdirp": "latest",
81-
"mocha": "latest",
81+
"mocha": "10.1.0",
8282
"mocha-fivemat-progress-reporter": "latest",
8383
"ms": "^2.1.3",
8484
"node-fetch": "^3.3.0",
@@ -88,7 +88,7 @@
8888
"typescript": "^4.5.5",
8989
"vinyl": "latest",
9090
"vinyl-sourcemaps-apply": "latest",
91-
"xml2js": "^0.4.19"
91+
"xml2js": "^0.5.0"
9292
},
9393
"scripts": {
9494
"prepare": "gulp build-eslint-rules",

0 commit comments

Comments
 (0)