Skip to content

Commit a3287bc

Browse files
fix(deps): bump openapi-fetch from 0.14.1 to 0.15.0 (#355)
Bumps [openapi-fetch](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-fetch) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/openapi-ts/openapi-typescript/releases) - [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-fetch/CHANGELOG.md) - [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-fetch@0.15.0/packages/openapi-fetch) --- updated-dependencies: - dependency-name: openapi-fetch dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82888f3 commit a3287bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"node": ">=20.0.0"
4949
},
5050
"dependencies": {
51-
"openapi-fetch": "^0.14.0"
51+
"openapi-fetch": "^0.15.0"
5252
}
5353
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4598,10 +4598,10 @@ onetime@^6.0.0:
45984598
dependencies:
45994599
mimic-fn "^4.0.0"
46004600

4601-
openapi-fetch@^0.14.0:
4602-
version "0.14.1"
4603-
resolved "https://registry.yarnpkg.com/openapi-fetch/-/openapi-fetch-0.14.1.tgz#6ae3e8a6f6398f457e22fec4197c7fa402e6ba06"
4604-
integrity sha512-l7RarRHxlEZYjMLd/PR0slfMVse2/vvIAGm75/F7J6MlQ8/b9uUQmUF2kCPrQhJqMXSxmYWObVgeYXbFYzZR+A==
4601+
openapi-fetch@^0.15.0:
4602+
version "0.15.0"
4603+
resolved "https://registry.yarnpkg.com/openapi-fetch/-/openapi-fetch-0.15.0.tgz#4ec17389d3ea159f9d3761eab06a401c813704f5"
4604+
integrity sha512-OjQUdi61WO4HYhr9+byCPMj0+bgste/LtSBEcV6FzDdONTs7x0fWn8/ndoYwzqCsKWIxEZwo4FN/TG1c1rI8IQ==
46054605
dependencies:
46064606
openapi-typescript-helpers "^0.0.15"
46074607

0 commit comments

Comments
 (0)