Skip to content

Commit fcfab80

Browse files
fix(deps): update dependency openapi-backend to v5 (#212)
1 parent 2088187 commit fcfab80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.openapi/connector_mgmt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
description: Connector Service Fleet Manager is a Rest API to manage connectors.
77
servers:
88
- url: https://api.openshift.com
9-
description: Main (production) server
9+
description: Production server
1010
- url: https://api.stage.openshift.com
1111
description: Staging server
1212
- url: http://localhost:8000

packages/api-mock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cors": "2.8.5",
2929
"express": "4.17.1",
3030
"nanoid": "3.1.30",
31-
"openapi-backend": "4.2.0",
31+
"openapi-backend": "5.0.0",
3232
"yargs": "17.2.1"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)