fix(deps): update openapi-fetch to 0.14.0 (#52)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-14 09:42:55 +03:00
committed by GitHub
parent c27aee074e
commit 9f4d340c40
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^5.0.0",
"openapi-fetch": "^0.13.0"
"openapi-fetch": "^0.14.0"
},
"devDependencies": {
"@ivuorinen/prettier-config": "^0.3.0",
@@ -1386,9 +1386,9 @@
}
},
"node_modules/openapi-fetch": {
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.13.0.tgz",
"integrity": "sha512-6Nlf/BDbtyHwHdNrLPUiyt4CZMzL3ZyAt55yWH8W7+Z+8aYWnvca4uZHQHXViy8KcnCMqAhLM/bifh2Yjjkf6w==",
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.14.0.tgz",
"integrity": "sha512-PshIdm1NgdLvb05zp8LqRQMNSKzIlPkyMxYFxwyHR+UlKD4t2nUjkDhNxeRbhRSEd3x5EUNh2w5sJYwkhOH4fg==",
"license": "MIT",
"dependencies": {
"openapi-typescript-helpers": "^0.0.15"