0
0
Fork 0

Add @hapi/inert dependency

This commit is contained in:
Oliver Akins 2022-07-31 16:42:30 -06:00
parent 23ae0d3f55
commit d76fc1b9d0
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -13,6 +13,7 @@
"@hapi/basic": "^6.0.0", "@hapi/basic": "^6.0.0",
"@hapi/boom": "^10.0.0", "@hapi/boom": "^10.0.0",
"@hapi/hapi": "^20.2.2", "@hapi/hapi": "^20.2.2",
"@hapi/inert": "^7.0.0",
"glob": "^8.0.3", "glob": "^8.0.3",
"joi": "^17.6.0", "joi": "^17.6.0",
"module-alias": "^2.2.2", "module-alias": "^2.2.2",
@ -23,6 +24,7 @@
"@types/glob": "^7.2.0", "@types/glob": "^7.2.0",
"@types/hapi__basic": "^5.1.2", "@types/hapi__basic": "^5.1.2",
"@types/hapi__hapi": "^20.0.12", "@types/hapi__hapi": "^20.0.12",
"@types/hapi__inert": "^5.2.3",
"@types/node": "^18.0.6", "@types/node": "^18.0.6",
"@types/uuid": "^8.3.4" "@types/uuid": "^8.3.4"
}, },