Fixed Joi version to 17.4.2 due to issue with latest version's (17.5.0) types (see https://github.com/sideway/joi/issues/2717)

This commit is contained in:
Alexander Cerutti
2022-01-16 00:42:30 +01:00
parent 37a35dd76f
commit eb76d2d261
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"do-not-zip": "^1.0.0",
"joi": "^17.4.2",
"joi": "17.4.2",
"node-forge": "^1.2.1",
"tslib": "^2.3.1"
},

View File

@@ -23,7 +23,7 @@
],
"dependencies": {
"do-not-zip": "^1.0.0",
"joi": "^17.4.2",
"joi": "17.4.2",
"node-forge": "^1.2.1",
"tslib": "^2.3.1"
},