diff --git a/package-lock.json b/package-lock.json index 8a2d09b..a1c9a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "lodash": "^4.17.21", "mobx": "^6.10.2", "mobx-react-lite": "^4.0.5", - "openapi-fetch": "^0.9.7", + "openapi-fetch": "^0.17.0", "react": "^18.2.0", "react-dom": "^18.2.0", "reflect-metadata": "^0.2.2" @@ -9545,12 +9545,12 @@ } }, "node_modules/openapi-fetch": { - "version": "0.9.7", - "resolved": "https://registry.npmmirror.com/openapi-fetch/-/openapi-fetch-0.9.7.tgz", - "integrity": "sha512-NMp/GEmWSGO0b2d731IdGXcMP2PF85Rk1q+oy2Mx/DYMdP3pgTZTRamKxgZpkHhM4iOVsyD1iP5HKL9Fr6CH2Q==", + "version": "0.17.0", + "resolved": "https://registry.npmmirror.com/openapi-fetch/-/openapi-fetch-0.17.0.tgz", + "integrity": "sha512-PsbZR1wAPcG91eEthKhN+Zn92FMHxv+/faECIwjXdxfTODGSGegYv0sc1Olz+HYPvKOuoXfp+0pA2XVt2cI0Ig==", "license": "MIT", "dependencies": { - "openapi-typescript-helpers": "^0.0.8" + "openapi-typescript-helpers": "^0.1.0" } }, "node_modules/openapi-typescript": { @@ -9572,9 +9572,9 @@ } }, "node_modules/openapi-typescript-helpers": { - "version": "0.0.8", - "resolved": "https://registry.npmmirror.com/openapi-typescript-helpers/-/openapi-typescript-helpers-0.0.8.tgz", - "integrity": "sha512-1eNjQtbfNi5Z/kFhagDIaIRj6qqDzhjNJKz8cmMW0CVdGwT6e1GLbAfgI0d28VTJa1A8jz82jm/4dG8qNoNS8g==", + "version": "0.1.0", + "resolved": "https://registry.npmmirror.com/openapi-typescript-helpers/-/openapi-typescript-helpers-0.1.0.tgz", + "integrity": "sha512-OKTGPthhivLw/fHz6c3OPtg72vi86qaMlqbJuVJ23qOvQ+53uw1n7HdmkJFibloF7QEjDrDkzJiOJuockM/ljw==", "license": "MIT" }, "node_modules/openapi-typescript/node_modules/supports-color": { diff --git a/package.json b/package.json index 7fb4b63..e810b5a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lodash": "^4.17.21", "mobx": "^6.10.2", "mobx-react-lite": "^4.0.5", - "openapi-fetch": "^0.9.7", + "openapi-fetch": "^0.17.0", "react": "^18.2.0", "react-dom": "^18.2.0", "reflect-metadata": "^0.2.2"