Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 7f382ce

Browse files
committed
[renovate] Update NPM dependencies
1 parent 9d3c572 commit 7f382ce

File tree

3 files changed

+448
-262
lines changed

3 files changed

+448
-262
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.17.0
1+
14.17.0

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brainhubeu/cucumber-steps",
3-
"version": "1.8.7",
3+
"version": "1.8.8",
44
"description": "Quick start for testing with cucumber",
55
"main": "dist/main.js",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"selenium"
3030
],
3131
"engines": {
32-
"node": ">= 4"
32+
"node": ">= v14.17.0"
3333
},
3434
"license": "MIT",
3535
"bugs": {
@@ -53,13 +53,13 @@
5353
"eslint": "^7.3.1",
5454
"eslint-config-brainhub": "^1.13.0",
5555
"eslint-plugin-cucumber": "^1.4.0",
56-
"eslint-plugin-mocha": "^7.0.1",
56+
"eslint-plugin-mocha": "^9.0.0",
5757
"express": "^4.17.1",
5858
"mocha": "^8.0.1",
5959
"selenium-standalone": "^6.17.0",
60-
"sinon": "^9.0.2",
60+
"sinon": "^11.1.1",
6161
"sinon-chai": "^3.5.0",
62-
"superagent": "^5.3.1",
63-
"webdriverio": "^6.1.22"
62+
"superagent": "^6.1.0",
63+
"webdriverio": "^7.7.3"
6464
}
6565
}

0 commit comments

Comments
 (0)