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

Commit 9724f34

Browse files
[renovate] Update NPM dependencies
1 parent 9d3c572 commit 9724f34

File tree

3 files changed

+1982
-1254
lines changed

3 files changed

+1982
-1254
lines changed

.nvmrc

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

package.json

Lines changed: 10 additions & 10 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": ">= v18.16.0"
3333
},
3434
"license": "MIT",
3535
"bugs": {
@@ -50,16 +50,16 @@
5050
"chai": "^4.2.0",
5151
"chai-like": "^1.1.1",
5252
"cucumber": "^6.0.5",
53-
"eslint": "^7.3.1",
53+
"eslint": "^8.42.0",
5454
"eslint-config-brainhub": "^1.13.0",
55-
"eslint-plugin-cucumber": "^1.4.0",
56-
"eslint-plugin-mocha": "^7.0.1",
55+
"eslint-plugin-cucumber": "^2.0.0",
56+
"eslint-plugin-mocha": "^10.1.0",
5757
"express": "^4.17.1",
58-
"mocha": "^8.0.1",
59-
"selenium-standalone": "^6.17.0",
60-
"sinon": "^9.0.2",
58+
"mocha": "^10.2.0",
59+
"selenium-standalone": "^8.3.0",
60+
"sinon": "^15.1.2",
6161
"sinon-chai": "^3.5.0",
62-
"superagent": "^5.3.1",
63-
"webdriverio": "^6.1.22"
62+
"superagent": "^8.0.9",
63+
"webdriverio": "^8.11.2"
6464
}
6565
}

0 commit comments

Comments
 (0)