diff --git a/package.json b/package.json index 68cf30d..6c17dd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oxyhq/services", - "version": "0.0.65", + "version": "0.0.67", "description": "", "homepage": "https://oxy.so/", "main": "./dist/index.js", @@ -54,6 +54,6 @@ "react-icons": "^5.2.1", "tailwind-merge": "^2.3.0", "zod": "^3.23.8", - "zustand": "^4.5.2" + "zustand": "^4.5.5" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1487364..2755b7f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,7 +48,7 @@ importers: specifier: ^3.23.8 version: 3.23.8 zustand: - specifier: ^4.5.2 + specifier: ^4.5.5 version: 4.5.5(@types/react@18.3.12)(react@18.3.1) devDependencies: '@types/jest':