'@loopback/rest' dependency is causing error #9391
Unanswered
rahultoraskarr
asked this question in
Q&A
Replies: 1 comment
-
Duplicate of openapi-contrib/openapi-schema-to-json-schema#54 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today we got below error on our loopback applications
We found that error is caused due to '@loopback/rest' dependency. '@loopback/rest' has internal dependency on '@openapi-contrib/openapi-schema-to-json-schema"' for which version is upgraded from 3.2.0 to 3.3.0 and this newer version is causing this error.
Please refer below specification from package-lock.json for '@openapi-contrib/openapi-schema-to-json-schema'
Older :
Newer:
Beta Was this translation helpful? Give feedback.
All reactions