fix(deps): update dependency openapi-fetch to ^0.4.0 (#4)

This commit is contained in:
renovate[bot]
2023-06-24 15:51:49 +03:00
committed by GitHub
parent 5c97550e99
commit 5e353be968
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"openapi-fetch": "^0.3.0"
"openapi-fetch": "^0.4.0"
},
"devDependencies": {
"husky": "^8.0.3",
@@ -1229,9 +1229,9 @@
}
},
"node_modules/openapi-fetch": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.3.0.tgz",
"integrity": "sha512-vB3OGyDNDZ+tRSUqsdEDcHeq+nKBn2At4dijht3V8W1HPLd/qvJJ4nmjarJaweuztZEniwi5RbzSlMAEvSYcTA=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.4.0.tgz",
"integrity": "sha512-4lzZtH5J1ZH9EXfmpcmKi0gOgjy0hc6BAcucAdCmLHY6jZopMeGP51vD3Cd4rE1nTFMfJzmYDc8ar0+364gBVw=="
},
"node_modules/openapi-typescript": {
"version": "6.2.4",

View File

@@ -13,7 +13,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"openapi-fetch": "^0.3.0"
"openapi-fetch": "^0.4.0"
},
"devDependencies": {
"husky": "^8.0.3",