fix(deps): update openapi-fetch to 0.13.0 (#44)

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]
2024-10-29 13:28:12 +02:00
committed by GitHub
parent aff1061ff4
commit d70da1772c
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.21.1", "express": "^4.21.1",
"openapi-fetch": "^0.12.0" "openapi-fetch": "^0.13.0"
}, },
"devDependencies": { "devDependencies": {
"@ivuorinen/prettier-config": "^0.3.0", "@ivuorinen/prettier-config": "^0.3.0",
@@ -1485,12 +1485,12 @@
} }
}, },
"node_modules/openapi-fetch": { "node_modules/openapi-fetch": {
"version": "0.12.0", "version": "0.13.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.12.0.tgz", "resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.13.0.tgz",
"integrity": "sha512-D/g5BUGiOAKqivR5s02veJ2+cMHzrkFJKberKP4Z8Vl2VhE6MMirI6wWOgpp8wlsYCRRK7CX0NCGVL/mt6l1fA==", "integrity": "sha512-6Nlf/BDbtyHwHdNrLPUiyt4CZMzL3ZyAt55yWH8W7+Z+8aYWnvca4uZHQHXViy8KcnCMqAhLM/bifh2Yjjkf6w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"openapi-typescript-helpers": "^0.0.13" "openapi-typescript-helpers": "^0.0.15"
} }
}, },
"node_modules/openapi-typescript": { "node_modules/openapi-typescript": {
@@ -1514,9 +1514,9 @@
} }
}, },
"node_modules/openapi-typescript-helpers": { "node_modules/openapi-typescript-helpers": {
"version": "0.0.13", "version": "0.0.15",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.13.tgz", "resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.15.tgz",
"integrity": "sha512-z44WK2e7ygW3aUtAtiurfEACohf/Qt9g6BsejmIYgEoY4REHeRzgFJmO3ium0libsuzPc145I+8lE9aiiZrQvQ==", "integrity": "sha512-opyTPaunsklCBpTK8JGef6mfPhLSnyy5a0IN9vKtx3+4aExf+KxEqYwIy3hqkedXIB97u357uLMJsOnm3GVjsw==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/parse-json": { "node_modules/parse-json": {

View File

@@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.21.1", "express": "^4.21.1",
"openapi-fetch": "^0.12.0" "openapi-fetch": "^0.13.0"
}, },
"devDependencies": { "devDependencies": {
"@ivuorinen/prettier-config": "^0.3.0", "@ivuorinen/prettier-config": "^0.3.0",