diff --git a/package-lock.json b/package-lock.json index 1a36347..4a58a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@chromatic-com/storybook": "^1.5.0", "@fontsource/inter": "^5.0.5", "@hookform/error-message": "^2.0.1", - "@howso/openapi-client": "^1.0.0", + "@howso/openapi-client": "^2.0.1", "@howso/react-tailwind-flowbite-components": "^5.0.1", "@howso/ui-internationalization-utils": "^1.0.2", "@rollup/plugin-typescript": "^11.1.6", @@ -64,7 +64,7 @@ }, "peerDependencies": { "@hookform/error-message": "^2.0.1", - "@howso/openapi-client": "^1.0.0", + "@howso/openapi-client": "^2.0.1", "@howso/react-tailwind-flowbite-components": "^5.0.1", "jotai": "^2.8.3", "react": "^18.0.0", @@ -3025,9 +3025,9 @@ } }, "node_modules/@howso/openapi-client": { - "version": "1.0.0", - "resolved": "https://dpbuild.jfrog.io/artifactory/api/npm/npm-virtual/@howso/openapi-client/-/@howso/openapi-client-1.0.0.tgz", - "integrity": "sha512-qgKZu0yyUwnrdS0PbGNx3IVFu/1sSUsALIbeM82djLSpLs8K8i1jyvDf6s/Kz/rzFsN7kx8Sa+RKJAiKmiHNlA==", + "version": "2.0.1", + "resolved": "https://dpbuild.jfrog.io/artifactory/api/npm/npm-virtual/@howso/openapi-client/-/@howso/openapi-client-2.0.1.tgz", + "integrity": "sha512-8+M1YFHexhX19zRGS4oA0QJpjyMDrVyJ+SwDczT0vLsq4UM5fa1l82lLCN+zxVfFYXPhKBKgZZ57/yp0DFwsRg==", "dev": true, "engines": { "node": ">=18" diff --git a/package.json b/package.json index a042e2d..3430b7b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "peerDependencies": { "@hookform/error-message": "^2.0.1", - "@howso/openapi-client": "^1.0.0", + "@howso/openapi-client": "^2.0.1", "@howso/react-tailwind-flowbite-components": "^5.0.1", "jotai": "^2.8.3", "react": "^18.0.0", @@ -53,7 +53,7 @@ "@chromatic-com/storybook": "^1.5.0", "@fontsource/inter": "^5.0.5", "@hookform/error-message": "^2.0.1", - "@howso/openapi-client": "^1.0.0", + "@howso/openapi-client": "^2.0.1", "@howso/react-tailwind-flowbite-components": "^5.0.1", "@howso/ui-internationalization-utils": "^1.0.2", "@rollup/plugin-typescript": "^11.1.6",