Skip to content

Commit 55ee6a4

Browse files
Update dependency mocha to v10
1 parent b8dfcb9 commit 55ee6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"url": "https://github.com/e2e-boilerplate/protractor-typescript-ts-node-mocha-assert/issues"
55
},
66
"dependencies": {
7-
"mocha": "8.4.0",
7+
"mocha": "10.2.0",
88
"protractor": "7.0.0",
99
"ts-node": "9.1.1",
1010
"typescript": "4.3.5"
1111
},
1212
"description": "Protractor end-to-end test automation boilerplate. Using TypeScript, ts-node, Mocha and Assert.",
1313
"devDependencies": {
1414
"@types/jasminewd2": "2.0.10",
15-
"@types/mocha": "8.2.3",
15+
"@types/mocha": "10.0.1",
1616
"@types/node": "13.13.52",
1717
"husky": "6.0.0",
1818
"lint-staged": "10.5.4",

0 commit comments

Comments
 (0)