diff --git a/core/package.json b/core/package.json index 678f8c0c9..96d095fc0 100644 --- a/core/package.json +++ b/core/package.json @@ -74,6 +74,7 @@ "@mikro-orm/sqlite": "^6.6.6", "@types/adm-zip": "^0.5.8", "@types/express": "^4.17.25", + "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "openapi-types": "^12.1.3" }, diff --git a/package-lock.json b/package-lock.json index e29a4a190..7d8c0c916 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,6 +78,7 @@ "@mikro-orm/sqlite": "^6.6.6", "@types/adm-zip": "^0.5.8", "@types/express": "^4.17.25", + "@types/js-yaml": "^4.0.9", "@types/lodash-es": "^4.17.12", "openapi-types": "^12.1.3" },