mirror of
https://github.com/ivuorinen/cinode-api.git
synced 2026-01-26 03:04:03 +00:00
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:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"openapi-fetch": "^0.7.0"
|
||||
"openapi-fetch": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/prettier-config": "^0.1.1",
|
||||
@@ -1068,9 +1068,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/openapi-fetch": {
|
||||
"version": "0.7.1",
|
||||
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.7.1.tgz",
|
||||
"integrity": "sha512-yU2xMcPqk4mpgY03yXPsxbobDTTw0AGPzhv1i4dfELBrLonYMfLzQx2eGgdlY4b51GmnnAgWZE9FAnBbM9/NtA=="
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.8.0.tgz",
|
||||
"integrity": "sha512-4zDTZQIdT3zuKPjjOwrqYEIaEGqT+f+DDKAOaOh17+dUSQ+9ddivuRMdOVOCVCSy9xOC2/F3k6ag+61dAQi9cg==",
|
||||
"dependencies": {
|
||||
"openapi-typescript-helpers": "^0.0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/openapi-typescript": {
|
||||
"version": "6.4.0",
|
||||
@@ -1089,6 +1092,11 @@
|
||||
"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": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"openapi-fetch": "^0.7.0"
|
||||
"openapi-fetch": "^0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/prettier-config": "^0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user