mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
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:
committed by
GitHub
parent
a19001c864
commit
d4ee2164bb
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user