Skip to content

Commit

Permalink
fix(deps): update dependency openapi-types to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 11, 2021
1 parent a9032e1 commit c9aeabf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jsonpointer": "^4.1.0",
"ngrok": "^4.0.0",
"oas-resolver": "^2.5.3",
"openapi-types": "^8.0.0",
"openapi-types": "^9.0.0",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"pg": "^8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@veramo/core": "^1.2.0",
"cross-fetch": "^3.1.4",
"debug": "^4.1.1",
"openapi-types": "^8.0.0"
"openapi-types": "^9.0.0"
},
"devDependencies": {
"@types/debug": "4.1.6",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9429,16 +9429,11 @@ onetime@^5.1.0, onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"

[email protected]:
[email protected], openapi-types@^9.0.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/openapi-types/-/openapi-types-9.1.0.tgz#a2ab0acc5198c1725f83d7cbe063efd1bcd0479e"
integrity sha512-mhXh8QN8sbErlxfxBeZ/pzgvmDn443p8CXlxwGSi2bWANZAFvjLPI0PoGjqHW+JdBbXg6uvmvM81WXaweh/SVA==

openapi-types@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/openapi-types/-/openapi-types-8.0.0.tgz#7e1979538798d31a3c3bfed667e5e9295402f9bc"
integrity sha512-dcHYyCDOAy4QQTrur5Sn1L3lPVspB7rd04Rw/Q7AsMvfV797IiWgmKziFCbq8VhnBoREU/SPPSBDxtK9Biwa1g==

opener@^1.5.1:
version "1.5.2"
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
Expand Down

0 comments on commit c9aeabf

Please sign in to comment.