Skip to content

Commit

Permalink
build(deps): update openapi-fetch requirement from ^0.9.4 to ^0.9.5 (#23
Browse files Browse the repository at this point in the history
)

Updates the requirements on [openapi-fetch](https://github.com/drwpow/openapi-typescript/tree/HEAD/packages/openapi-fetch) to permit the latest version.
- [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/openapi-fetch@0.9.5/packages/openapi-fetch)

---
updated-dependencies:
- dependency-name: openapi-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent a3d80f4 commit 9d3a7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"build": "npm run download && tsc && esbuild main.ts --bundle --minify --format=esm --outfile=build/main.mjs && esbuild main.ts --bundle --minify --format=cjs --outfile=build/main.cjs"
},
"dependencies": {
"openapi-fetch": "^0.9.4"
"openapi-fetch": "^0.9.5"
},
"devDependencies": {
"@types/node": "^20.12.7",
Expand Down

0 comments on commit 9d3a7b8

Please sign in to comment.