fix(deps): update dependency openapi-fetch to ^0.8.0 (#15)

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]
2023-10-23 10:34:28 +03:00
committed by GitHub
parent dc20a4a868
commit 5e1da44ee9
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.18.2", "express": "^4.18.2",
"openapi-fetch": "^0.7.0" "openapi-fetch": "^0.8.0"
}, },
"devDependencies": { "devDependencies": {
"@ivuorinen/prettier-config": "^0.1.1", "@ivuorinen/prettier-config": "^0.1.1",
@@ -1068,9 +1068,12 @@
} }
}, },
"node_modules/openapi-fetch": { "node_modules/openapi-fetch": {
"version": "0.7.1", "version": "0.8.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.7.1.tgz", "resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.8.0.tgz",
"integrity": "sha512-yU2xMcPqk4mpgY03yXPsxbobDTTw0AGPzhv1i4dfELBrLonYMfLzQx2eGgdlY4b51GmnnAgWZE9FAnBbM9/NtA==" "integrity": "sha512-4zDTZQIdT3zuKPjjOwrqYEIaEGqT+f+DDKAOaOh17+dUSQ+9ddivuRMdOVOCVCSy9xOC2/F3k6ag+61dAQi9cg==",
"dependencies": {
"openapi-typescript-helpers": "^0.0.4"
}
}, },
"node_modules/openapi-typescript": { "node_modules/openapi-typescript": {
"version": "6.4.0", "version": "6.4.0",
@@ -1089,6 +1092,11 @@
"openapi-typescript": "bin/cli.js" "openapi-typescript": "bin/cli.js"
} }
}, },
"node_modules/openapi-typescript-helpers": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.4.tgz",
"integrity": "sha512-Q0MTapapFAG993+dx8lNw33X6P/6EbFr31yNymJHq56fNc6dODyRm8tWyRnGxuC74lyl1iCRMV6nQCGQsfVNKg=="
},
"node_modules/parseurl": { "node_modules/parseurl": {
"version": "1.3.3", "version": "1.3.3",
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",

View File

@@ -15,7 +15,7 @@
"dependencies": { "dependencies": {
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.18.2", "express": "^4.18.2",
"openapi-fetch": "^0.7.0" "openapi-fetch": "^0.8.0"
}, },
"devDependencies": { "devDependencies": {
"@ivuorinen/prettier-config": "^0.1.1", "@ivuorinen/prettier-config": "^0.1.1",