Skip to content

Commit

Permalink
fix(deps): update dependency openapi-types to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 27, 2022
1 parent aec6bea commit b8401f5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -56,7 +56,7 @@
"json5": "^2.2.0",
"jsonpointer": "^5.0.0",
"oas-resolver": "^2.5.3",
"openapi-types": "11.1.0",
"openapi-types": "12.0.0",
"passport": "^0.6.0",
"passport-http-bearer": "^1.0.1",
"pg": "^8.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-client/package.json
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^3.1.4",
"cross-fetch": "^3.1.4",
"debug": "^4.3.3",
"openapi-types": "11.1.0"
"openapi-types": "12.0.0"
},
"devDependencies": {
"@types/debug": "4.1.7",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -13946,11 +13946,6 @@ open@^8.0.9, open@^8.4.0:
is-docker "^2.1.1"
is-wsl "^2.2.0"

openapi-types@11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/openapi-types/-/openapi-types-11.1.0.tgz#037969f3dfa5999423ee33bf889fb0d12984277e"
integrity sha512-ZW+Jf12flFF6DXSij8DGL3svDA4RtSyHXjC/xB/JAh18gg3uVfVIFLvCfScUMowrpvlkxsMMbErakbth2g3/iQ==

openapi-types@12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/openapi-types/-/openapi-types-12.0.0.tgz#458a99d048f9eae1c067e15d56a8bfb3726041f1"
Expand Down

0 comments on commit b8401f5

Please sign in to comment.