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

Commit 2478582

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

File tree

3 files changed

+2233
-1591
lines changed

3 files changed

+2233
-1591
lines changed

.nvmrc

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

package.json

Lines changed: 12 additions & 12 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": ">= 22.14.0"
3333
},
3434
"license": "MIT",
3535
"bugs": {
@@ -47,19 +47,19 @@
4747
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
4848
"babel-register": "^6.26.0",
4949
"body-parser": "^1.19.0",
50-
"chai": "^4.2.0",
50+
"chai": "^5.2.0",
5151
"chai-like": "^1.1.1",
5252
"cucumber": "^6.0.5",
53-
"eslint": "^7.3.1",
53+
"eslint": "^9.24.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.5.0",
5757
"express": "^4.17.1",
58-
"mocha": "^8.0.1",
59-
"selenium-standalone": "^6.17.0",
60-
"sinon": "^9.0.2",
61-
"sinon-chai": "^3.5.0",
62-
"superagent": "^5.3.1",
63-
"webdriverio": "^6.1.22"
58+
"mocha": "^11.1.0",
59+
"selenium-standalone": "^10.0.1",
60+
"sinon": "^20.0.0",
61+
"sinon-chai": "^4.0.0",
62+
"superagent": "^10.2.0",
63+
"webdriverio": "^9.12.4"
6464
}
6565
}

0 commit comments

Comments
 (0)