Skip to content

Commit

Permalink
chore(deps): bump openapi-fetch from 0.6.1 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [openapi-fetch](https://github.com/drwpow/openapi-typescript/tree/HEAD/packages/openapi-fetch) from 0.6.1 to 0.8.1.
- [Release notes](https://github.com/drwpow/openapi-typescript/releases)
- [Changelog](https://github.com/drwpow/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md)
- [Commits](https://github.com/drwpow/openapi-typescript/commits/[email protected]/packages/openapi-fetch)

---
updated-dependencies:
- dependency-name: openapi-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 21c53e4 commit a3218d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"axios": "^1.4.0",
"node-fetch": "^3.3.1",
"openapi-fetch": "^0.6.1"
"openapi-fetch": "^0.8.1"
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3793,10 +3793,19 @@ __metadata:
languageName: node
linkType: hard

"openapi-fetch@npm:^0.6.1":
version: 0.6.1
resolution: "openapi-fetch@npm:0.6.1"
checksum: 7da3d4092f7f544e63577d098745b570d550ec63932db6e4fd38ddf52f38efd25150ed65d7952a1842d89a0f548ff61c6f8bad45d277e8a044a56735e4a71b27
"openapi-fetch@npm:^0.8.1":
version: 0.8.1
resolution: "openapi-fetch@npm:0.8.1"
dependencies:
openapi-typescript-helpers: ^0.0.4
checksum: 9bdc37b21bc662af2826c51165ea1e1b0fa5ac05076852870457800d85b0a9bbf3466f905919fba014badd7143946e86640f748dd5720d49445d32d16429ccab
languageName: node
linkType: hard

"openapi-typescript-helpers@npm:^0.0.4":
version: 0.0.4
resolution: "openapi-typescript-helpers@npm:0.0.4"
checksum: d06d62f9669db5110f32ef36a70f9f2698dd7ad03ba41968baf13e1091caaf23c4af6f8a79103cfd68f65046da4284dcc2f75e9950e9170115189b545e3030fc
languageName: node
linkType: hard

Expand Down Expand Up @@ -3835,7 +3844,7 @@ __metadata:
mocha: ^9.2.2
mockery: ^2.1.0
node-fetch: ^3.3.1
openapi-fetch: ^0.6.1
openapi-fetch: ^0.8.1
openapi-typescript: ^6.2.4
standard: ^17.0.0
typedoc: ^0.24.7
Expand Down

0 comments on commit a3218d7

Please sign in to comment.