fix(deps): update openapi-fetch to 0.10.1 (#33)

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-06-26 12:43:08 +03:00
committed by GitHub
parent e431ebb8f8
commit 08eceab6f4
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"openapi-fetch": "^0.9.0"
"openapi-fetch": "^0.10.0"
},
"devDependencies": {
"@ivuorinen/prettier-config": "^0.2.0",
@@ -1299,12 +1299,12 @@
}
},
"node_modules/openapi-fetch": {
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.9.7.tgz",
"integrity": "sha512-NMp/GEmWSGO0b2d731IdGXcMP2PF85Rk1q+oy2Mx/DYMdP3pgTZTRamKxgZpkHhM4iOVsyD1iP5HKL9Fr6CH2Q==",
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.10.2.tgz",
"integrity": "sha512-GCzgKIZchnxZRnztiOlRTKk9tQT0NHvs5MNXYFtOwG7xaj1iCJOGDsTLbn/2QUP37PjGTT890qERFjvmjxzQMg==",
"license": "MIT",
"dependencies": {
"openapi-typescript-helpers": "^0.0.8"
"openapi-typescript-helpers": "^0.0.9"
}
},
"node_modules/openapi-typescript": {
@@ -1326,9 +1326,9 @@
}
},
"node_modules/openapi-typescript-helpers": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.8.tgz",
"integrity": "sha512-1eNjQtbfNi5Z/kFhagDIaIRj6qqDzhjNJKz8cmMW0CVdGwT6e1GLbAfgI0d28VTJa1A8jz82jm/4dG8qNoNS8g==",
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.9.tgz",
"integrity": "sha512-BO2TvIDAO/FPVKz1Nj2gy+pUOHfaoENdK5UP3H0Jbh0VXBf3dwYMs58ZwOjiezrbHA2LamdquoyQgahTPvIxGA==",
"license": "MIT"
},
"node_modules/parseurl": {

View File

@@ -15,7 +15,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"openapi-fetch": "^0.9.0"
"openapi-fetch": "^0.10.0"
},
"devDependencies": {
"@ivuorinen/prettier-config": "^0.2.0",