Skip to content

Commit 2f525c2

Browse files
removed yauzl. upgraded mocha
1 parent 0dd5303 commit 2f525c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
},
4444
"overrides": {
4545
"glob": "9.3.5",
46-
"bluebird": "3.7.2",
47-
"yauzl": "3.0.0"
46+
"bluebird": "3.7.2"
4847
}
4948
}

src/tests/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"@typescript-eslint/parser": "^5.29.0",
762762
"chai": "4.3.6",
763763
"eslint": "^8.18.0",
764-
"mocha": "10.0.0",
764+
"mocha": "10.1.0",
765765
"typescript": "^4.7.4",
766766
"vsce": "^2.9.2",
767767
"vscode-extension-tester": "4.2.5",

0 commit comments

Comments
 (0)