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

Commit 31c3122

Browse files
committed
[renovate] Update NPM dependencies
1 parent 9d3c572 commit 31c3122

File tree

2 files changed

+310
-212
lines changed

2 files changed

+310
-212
lines changed

package.json

Lines changed: 7 additions & 7 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": {
@@ -40,8 +40,8 @@
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.11.1",
44+
"@babel/register": "^7.10.5",
4545
"babel-eslint": "^10.1.0",
4646
"babel-cli": "^6.26.0",
4747
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
@@ -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": "^7.6.0",
5454
"eslint-config-brainhub": "^1.13.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",
58+
"mocha": "^8.1.1",
59+
"selenium-standalone": "^6.18.0",
6060
"sinon": "^9.0.2",
6161
"sinon-chai": "^3.5.0",
6262
"superagent": "^5.3.1",
63-
"webdriverio": "^6.1.22"
63+
"webdriverio": "^6.4.0"
6464
}
6565
}

0 commit comments

Comments
 (0)