fix(swagger-stats): freeze @hapi/hapi version (#64018)

It looks upstream @hapi/hapi update to 21.2.0 broken broken imports in @hapi/*
ecosystem, impacting e.g. @types/node checks on DT. This change should
be temporary
This commit is contained in:
Piotr Błażejewicz (Peter Blazejewicz)
2023-01-23 15:52:36 +01:00
committed by GitHub
parent a19001c864
commit d4ee2164bb

View File

@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"@hapi/hapi": "^21.1.0",
"@hapi/hapi": "21.1.0",
"fastify": "^3.0.0",
"joi": "^17.7.0",
"prom-client": ">=11.5.3"