fix(deps): update dependency openapi-fetch to ^0.6.0 (#6)

This commit is contained in:
renovate[bot]
2023-07-01 23:56:00 +03:00
committed by GitHub
parent 1f85b658d0
commit d80c63c791
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.5.0"
"openapi-fetch": "^0.6.0"
},
"devDependencies": {
"husky": "^8.0.3",
@@ -1229,9 +1229,9 @@
}
},
"node_modules/openapi-fetch": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.5.0.tgz",
"integrity": "sha512-C77daacn2TAaLKLbCWCdlFQKhqSalv+Q2r7W1gGexN4Xh6ImkRMAqpPRb06GZitmI4MgvfzTbihnkrXkvUmtoA=="
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/openapi-fetch/-/openapi-fetch-0.6.0.tgz",
"integrity": "sha512-EA9Ic4CvaPXPOXWkQl/S5ZVxD9YeKgIQsYsYhvTZgeXnrN/sllN2jF/xgzXYFqXvB7Jec8XUWv4dT1NQNiiAeg=="
},
"node_modules/openapi-typescript": {
"version": "6.2.4",