Skip to content

Commit

Permalink
[renovate] Update NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 26, 2021
1 parent 9d3c572 commit 2de12ba
Show file tree
Hide file tree
Showing 3 changed files with 406 additions and 229 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.17.0
14.16.1
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brainhubeu/cucumber-steps",
"version": "1.8.7",
"version": "1.8.8",
"description": "Quick start for testing with cucumber",
"main": "dist/main.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"selenium"
],
"engines": {
"node": ">= 4"
"node": ">= v14.16.1"
},
"license": "MIT",
"bugs": {
Expand All @@ -53,13 +53,13 @@
"eslint": "^7.3.1",
"eslint-config-brainhub": "^1.13.0",
"eslint-plugin-cucumber": "^1.4.0",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-mocha": "^8.1.0",
"express": "^4.17.1",
"mocha": "^8.0.1",
"selenium-standalone": "^6.17.0",
"sinon": "^9.0.2",
"sinon": "^10.0.0",
"sinon-chai": "^3.5.0",
"superagent": "^5.3.1",
"webdriverio": "^6.1.22"
"superagent": "^6.1.0",
"webdriverio": "^7.5.2"
}
}
Loading

0 comments on commit 2de12ba

Please sign in to comment.