fix(deps): update openapi-fetch to 0.11.0 (#38)

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-08-14 22:49:58 +03:00
committed by GitHub
parent cd61a16edf
commit a04c3bc465
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.18.2", "express": "^4.18.2",
"openapi-fetch": "^0.10.0" "openapi-fetch": "^0.11.0"
}, },
"devDependencies": { "devDependencies": {
"@ivuorinen/prettier-config": "^0.2.0", "@ivuorinen/prettier-config": "^0.2.0",
@@ -1513,12 +1513,12 @@
} }
}, },
"node_modules/openapi-fetch": { "node_modules/openapi-fetch": {
"version": "0.10.2", "version": "0.11.1",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.10.2.tgz", "resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.11.1.tgz",
"integrity": "sha512-GCzgKIZchnxZRnztiOlRTKk9tQT0NHvs5MNXYFtOwG7xaj1iCJOGDsTLbn/2QUP37PjGTT890qERFjvmjxzQMg==", "integrity": "sha512-WtDQsrvxjXuCmo6u6WMQPfUaya8cLfL+ZCaXorPo9MMumqlU/Km/SrCXsEcJH234D4iykOkvJ6Q/iWBzK7+3rA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"openapi-typescript-helpers": "^0.0.9" "openapi-typescript-helpers": "^0.0.12"
} }
}, },
"node_modules/openapi-typescript": { "node_modules/openapi-typescript": {
@@ -1542,9 +1542,9 @@
} }
}, },
"node_modules/openapi-typescript-helpers": { "node_modules/openapi-typescript-helpers": {
"version": "0.0.9", "version": "0.0.12",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.9.tgz", "resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.12.tgz",
"integrity": "sha512-BO2TvIDAO/FPVKz1Nj2gy+pUOHfaoENdK5UP3H0Jbh0VXBf3dwYMs58ZwOjiezrbHA2LamdquoyQgahTPvIxGA==", "integrity": "sha512-FO+5kTWO6KDutigamr2MRwciYkAUYhqdctlyVRrQOe2uxif2/O2+GcS07jNnP36AUK6ubSsGu3GeBiYIc6eQzA==",
"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.18.2", "express": "^4.18.2",
"openapi-fetch": "^0.10.0" "openapi-fetch": "^0.11.0"
}, },
"devDependencies": { "devDependencies": {
"@ivuorinen/prettier-config": "^0.2.0", "@ivuorinen/prettier-config": "^0.2.0",