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.9.0 (#24)
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.8.0"
|
||||
"openapi-fetch": "^0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/prettier-config": "^0.2.0",
|
||||
@@ -1073,11 +1073,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/openapi-fetch": {
|
||||
"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==",
|
||||
"version": "0.9.1",
|
||||
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.9.1.tgz",
|
||||
"integrity": "sha512-5Ctb4L2v9X4Kc21zYtEufFNuLhUN6hO/3MZC89am7lnWXGXDUEnPOYC8a5wK9rtySCbJjq2QrDJo3CY6vWqbNw==",
|
||||
"dependencies": {
|
||||
"openapi-typescript-helpers": "^0.0.4"
|
||||
"openapi-typescript-helpers": "^0.0.7"
|
||||
}
|
||||
},
|
||||
"node_modules/openapi-typescript": {
|
||||
@@ -1098,9 +1098,9 @@
|
||||
}
|
||||
},
|
||||
"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=="
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.7.tgz",
|
||||
"integrity": "sha512-7nwlAtdA1fULipibFRBWE/rnF114q6ejRYzNvhdA/x+qTWAZhXGLc/368dlwMlyJDvCQMCnADjpzb5BS5ZmNSA=="
|
||||
},
|
||||
"node_modules/parseurl": {
|
||||
"version": "1.3.3",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"openapi-fetch": "^0.8.0"
|
||||
"openapi-fetch": "^0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/prettier-config": "^0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user