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

Commit 1bf8479

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

File tree

2 files changed

+2593
-1470
lines changed

2 files changed

+2593
-1470
lines changed

package.json

Lines changed: 14 additions & 14 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": ">= 4.9.1"
3333
},
3434
"license": "MIT",
3535
"bugs": {
@@ -40,26 +40,26 @@
4040
"chai-json-pattern": "^1.1.0"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.10.4",
44-
"@babel/register": "^7.10.4",
43+
"@babel/core": "^7.25.7",
44+
"@babel/register": "^7.25.7",
4545
"babel-eslint": "^10.1.0",
4646
"babel-cli": "^6.26.0",
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",
51-
"chai-like": "^1.1.1",
52-
"cucumber": "^6.0.5",
53-
"eslint": "^7.3.1",
54-
"eslint-config-brainhub": "^1.13.0",
50+
"chai": "^4.5.0",
51+
"chai-like": "^1.1.3",
52+
"cucumber": "^6.0.7",
53+
"eslint": "^7.32.0",
54+
"eslint-config-brainhub": "^1.14.0",
5555
"eslint-plugin-cucumber": "^1.4.0",
5656
"eslint-plugin-mocha": "^7.0.1",
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",
58+
"mocha": "^8.4.0",
59+
"selenium-standalone": "^6.24.0",
60+
"sinon": "^9.2.4",
61+
"sinon-chai": "^3.7.0",
6262
"superagent": "^5.3.1",
63-
"webdriverio": "^6.1.22"
63+
"webdriverio": "^6.12.1"
6464
}
6565
}

0 commit comments

Comments
 (0)