fix(deps): update openapi-fetch to 0.12.0 (#40)

This commit is contained in:
renovate[bot]
2024-09-03 02:08:04 +03:00
committed by GitHub
parent a1dcfff4ac
commit 5fae81187b
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.11.0"
"openapi-fetch": "^0.12.0"
},
"devDependencies": {
"@ivuorinen/prettier-config": "^0.3.0",
@@ -1513,12 +1513,12 @@
}
},
"node_modules/openapi-fetch": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.11.1.tgz",
"integrity": "sha512-WtDQsrvxjXuCmo6u6WMQPfUaya8cLfL+ZCaXorPo9MMumqlU/Km/SrCXsEcJH234D4iykOkvJ6Q/iWBzK7+3rA==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.12.0.tgz",
"integrity": "sha512-D/g5BUGiOAKqivR5s02veJ2+cMHzrkFJKberKP4Z8Vl2VhE6MMirI6wWOgpp8wlsYCRRK7CX0NCGVL/mt6l1fA==",
"license": "MIT",
"dependencies": {
"openapi-typescript-helpers": "^0.0.12"
"openapi-typescript-helpers": "^0.0.13"
}
},
"node_modules/openapi-typescript": {
@@ -1542,9 +1542,9 @@
}
},
"node_modules/openapi-typescript-helpers": {
"version": "0.0.12",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.12.tgz",
"integrity": "sha512-FO+5kTWO6KDutigamr2MRwciYkAUYhqdctlyVRrQOe2uxif2/O2+GcS07jNnP36AUK6ubSsGu3GeBiYIc6eQzA==",
"version": "0.0.13",
"resolved": "https://registry.npmjs.org/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.13.tgz",
"integrity": "sha512-z44WK2e7ygW3aUtAtiurfEACohf/Qt9g6BsejmIYgEoY4REHeRzgFJmO3ium0libsuzPc145I+8lE9aiiZrQvQ==",
"license": "MIT"
},
"node_modules/parse-json": {

View File

@@ -15,7 +15,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"openapi-fetch": "^0.11.0"
"openapi-fetch": "^0.12.0"
},
"devDependencies": {
"@ivuorinen/prettier-config": "^0.3.0",