screwdriver-data-schema 21.28.3 → 21.28.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/models/stage.js +0 -2
  2. package/package.json +4 -4
package/models/stage.js CHANGED
@@ -28,8 +28,6 @@ const MODEL = {
28
28
  .positive()
29
29
  .description('Identifier for this job')
30
30
  .example(123345)
31
- .optional()
32
- .allow(null)
33
31
  )
34
32
  .description('Job IDs in this Stage'),
35
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-data-schema",
3
- "version": "21.28.3",
3
+ "version": "21.28.4",
4
4
  "description": "Internal Data Schema of Screwdriver",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -50,12 +50,12 @@
50
50
  "npx": "^10.2.2",
51
51
  "nyc": "^15.0.0",
52
52
  "pg": "^7.18.2",
53
- "sequelize": "^6.21.3",
54
- "sequelize-cli": "^6.4.1",
53
+ "sequelize": "^6.24.0",
54
+ "sequelize-cli": "^6.5.1",
55
55
  "sqlite3": "^4.2.0"
56
56
  },
57
57
  "dependencies": {
58
58
  "cron-parser": "^4.5.0",
59
- "joi": "^17.6.0"
59
+ "joi": "^17.6.2"
60
60
  }
61
61
  }