|
1 | 1 | { |
2 | 2 | "name": "@brainhubeu/cucumber-steps", |
3 | | - "version": "1.8.7", |
| 3 | + "version": "1.8.8", |
4 | 4 | "description": "Quick start for testing with cucumber", |
5 | 5 | "main": "dist/main.js", |
6 | 6 | "scripts": { |
|
29 | 29 | "selenium" |
30 | 30 | ], |
31 | 31 | "engines": { |
32 | | - "node": ">= 4" |
| 32 | + "node": ">= 4.9.1" |
33 | 33 | }, |
34 | 34 | "license": "MIT", |
35 | 35 | "bugs": { |
|
40 | 40 | "chai-json-pattern": "^1.1.0" |
41 | 41 | }, |
42 | 42 | "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", |
45 | 45 | "babel-eslint": "^10.1.0", |
46 | 46 | "babel-cli": "^6.26.0", |
47 | 47 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
48 | 48 | "babel-register": "^6.26.0", |
49 | 49 | "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", |
55 | 55 | "eslint-plugin-cucumber": "^1.4.0", |
56 | 56 | "eslint-plugin-mocha": "^7.0.1", |
57 | 57 | "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", |
62 | 62 | "superagent": "^5.3.1", |
63 | | - "webdriverio": "^6.1.22" |
| 63 | + "webdriverio": "^6.12.1" |
64 | 64 | } |
65 | 65 | } |
0 commit comments