Skip to content

Commit 38c4afd

Browse files
committed
Revert mocha move: CVE already mitigated by serialize-javascript override; mocha bundling load-bearing for reporter/index.js:12 require
1 parent 4015286 commit 38c4afd

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.36.9",
44
"description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.",
55
"main": "index.js",
6-
"files": [
7-
"bin/",
8-
"README.md",
9-
"LICENSE.md"
10-
],
116
"scripts": {
127
"test": "nyc mocha 'test/**/*.js' --recursive --timeout 60000 --exit"
138
},
@@ -35,6 +30,7 @@
3530
"glob": "^7.2.0",
3631
"https-proxy-agent": "^5.0.1",
3732
"mkdirp": "1.0.4",
33+
"mocha": "^10.2.0",
3834
"node-ipc": "9.1.1",
3935
"table": "5.4.6",
4036
"tsc-alias": "^1.8.16",

0 commit comments

Comments
 (0)