|
1 | 1 | { |
2 | 2 | "name": "screwdriver-config-parser", |
3 | | - "version": "10.0.0", |
| 3 | + "version": "11.0.0", |
4 | 4 | "description": "Node module for parsing screwdriver.yaml configurations", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
42 | 42 | "engine-strict": true, |
43 | 43 | "devDependencies": { |
44 | 44 | "chai": "^4.3.7", |
45 | | - "eslint": "^8.27.0", |
46 | | - "eslint-config-screwdriver": "^7.0.0", |
| 45 | + "eslint": "^8.57.0", |
| 46 | + "eslint-config-screwdriver": "^8.0.0", |
47 | 47 | "mocha": "^10.1.0", |
48 | 48 | "mocha-multi-reporters": "^1.5.1", |
49 | 49 | "mocha-sonarqube-reporter": "^1.0.2", |
50 | 50 | "nyc": "^15.1.0", |
51 | 51 | "sinon": "^14.0.2" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "@hapi/hoek": "^10.0.1", |
| 54 | + "@hapi/hoek": "^11.0.7", |
55 | 55 | "clone": "^2.1.2", |
56 | | - "joi": "^17.7.0", |
| 56 | + "joi": "^17.13.3", |
57 | 57 | "js-yaml": "^4.1.0", |
58 | 58 | "keymbinatorial": "^2.0.0", |
59 | | - "screwdriver-data-schema": "^24.0.0", |
60 | | - "screwdriver-notifications-email": "^4.0.0", |
61 | | - "screwdriver-notifications-slack": "^6.0.0", |
62 | | - "screwdriver-workflow-parser": "^5.0.0", |
| 59 | + "screwdriver-data-schema": "^25.0.0", |
| 60 | + "screwdriver-notifications-email": "^5.0.0", |
| 61 | + "screwdriver-notifications-slack": "^7.0.0", |
| 62 | + "screwdriver-workflow-parser": "^6.0.0", |
63 | 63 | "shell-escape": "^0.2.0", |
64 | 64 | "tinytim": "^0.1.1" |
65 | 65 | } |
|
0 commit comments