|
1 | 1 | {
|
2 | 2 | "name": "screwdriver-api",
|
3 |
| - "version": "7.0.0", |
| 3 | + "version": "8.0.0", |
4 | 4 | "description": "API server for the Screwdriver.cd service",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
|
29 | 29 | "url": "git@github.com:screwdriver-cd/screwdriver.git"
|
30 | 30 | },
|
31 | 31 | "engines": {
|
32 |
| - "node": ">=18.0.0" |
| 32 | + "node": ">=22.0.0" |
33 | 33 | },
|
34 | 34 | "greenkeeper": {
|
35 | 35 | "ignore": [
|
|
104 | 104 | "node-env-file": "^0.1.8",
|
105 | 105 | "prom-client": "^12.0.0",
|
106 | 106 | "redlock": "^4.2.0",
|
107 |
| - "screwdriver-artifact-bookend": "^2.0.0", |
108 |
| - "screwdriver-build-bookend": "^4.0.0", |
109 |
| - "screwdriver-cache-bookend": "^3.0.0", |
110 |
| - "screwdriver-command-validator": "^4.0.0", |
111 |
| - "screwdriver-config-parser": "^11.0.0", |
112 |
| - "screwdriver-coverage-bookend": "^2.0.0", |
113 |
| - "screwdriver-coverage-sonar": "^4.1.1", |
114 |
| - "screwdriver-data-schema": "^24.2.0", |
115 |
| - "screwdriver-datastore-sequelize": "^9.0.0", |
116 |
| - "screwdriver-executor-base": "^10.0.0", |
117 |
| - "screwdriver-executor-docker": "^7.0.0", |
118 |
| - "screwdriver-executor-k8s": "^16.0.0", |
| 107 | + "screwdriver-artifact-bookend": "^3.0.0", |
| 108 | + "screwdriver-build-bookend": "^5.0.0", |
| 109 | + "screwdriver-cache-bookend": "^4.0.0", |
| 110 | + "screwdriver-command-validator": "^5.0.0", |
| 111 | + "screwdriver-config-parser": "^12.0.0", |
| 112 | + "screwdriver-coverage-bookend": "^3.0.0", |
| 113 | + "screwdriver-coverage-sonar": "^5.0.0", |
| 114 | + "screwdriver-data-schema": "^25.0.0", |
| 115 | + "screwdriver-datastore-sequelize": "^10.0.0", |
| 116 | + "screwdriver-executor-base": "^11.0.0", |
| 117 | + "screwdriver-executor-docker": "^8.0.1", |
| 118 | + "screwdriver-executor-k8s": "^17.1.0", |
119 | 119 | "screwdriver-executor-k8s-vm": "^5.0.0",
|
120 |
| - "screwdriver-executor-queue": "^5.0.0", |
121 |
| - "screwdriver-executor-router": "^4.0.0", |
122 |
| - "screwdriver-logger": "^2.0.0", |
123 |
| - "screwdriver-models": "^31.1.0", |
124 |
| - "screwdriver-notifications-email": "^4.0.0", |
125 |
| - "screwdriver-notifications-slack": "^6.0.0", |
126 |
| - "screwdriver-request": "^2.0.1", |
127 |
| - "screwdriver-scm-base": "^9.0.0", |
128 |
| - "screwdriver-scm-bitbucket": "^6.0.0", |
129 |
| - "screwdriver-scm-github": "^13.0.0", |
130 |
| - "screwdriver-scm-gitlab": "^4.0.0", |
131 |
| - "screwdriver-scm-router": "^8.0.0", |
132 |
| - "screwdriver-template-validator": "^9.0.0", |
133 |
| - "screwdriver-workflow-parser": "^5.0.0", |
| 120 | + "screwdriver-executor-queue": "^6.0.0", |
| 121 | + "screwdriver-executor-router": "^5.0.0", |
| 122 | + "screwdriver-logger": "^3.0.0", |
| 123 | + "screwdriver-models": "^32.0.0", |
| 124 | + "screwdriver-notifications-email": "^5.0.0", |
| 125 | + "screwdriver-notifications-slack": "^7.0.0", |
| 126 | + "screwdriver-request": "^3.0.0", |
| 127 | + "screwdriver-scm-base": "^10.0.0", |
| 128 | + "screwdriver-scm-bitbucket": "^7.0.1", |
| 129 | + "screwdriver-scm-github": "^14.1.0", |
| 130 | + "screwdriver-scm-gitlab": "^5.0.1", |
| 131 | + "screwdriver-scm-router": "^9.0.0", |
| 132 | + "screwdriver-template-validator": "^10.0.0", |
| 133 | + "screwdriver-workflow-parser": "^6.0.0", |
134 | 134 | "sqlite3": "^5.1.4",
|
135 | 135 | "stream": "0.0.3",
|
136 | 136 | "tinytim": "^0.1.1",
|
|
150 | 150 | "chai-as-promised": "^7.1.1",
|
151 | 151 | "chai-jwt": "^2.0.0",
|
152 | 152 | "coveralls": "^3.1.1",
|
153 |
| - "eslint": "^8.28.0", |
154 |
| - "eslint-config-screwdriver": "^7.0.0", |
| 153 | + "eslint": "^8.57.0", |
| 154 | + "eslint-config-screwdriver": "^8.0.0", |
155 | 155 | "form-data": "^4.0.0",
|
156 | 156 | "import-fresh": "^3.3.0",
|
157 | 157 | "mocha": "^10.1.0",
|
|
0 commit comments