diff --git a/apps/currencia/package.json b/apps/currencia/package.json index ef276e2..cf1d53a 100644 --- a/apps/currencia/package.json +++ b/apps/currencia/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@hrcd/eslint-config": "^2.1.1", - "@iconify-json/lucide": "^1.2.10", + "@iconify-json/lucide": "^1.2.11", "@nuxt/fonts": "^0.10.2", "@nuxt/image": "^1.8.1", "@nuxt/scripts": "^0.9.5", @@ -33,13 +33,13 @@ "apexcharts": "^3.54.1", "dayjs": "^1.11.13", "dayjs-nuxt": "^2.1.11", - "eslint": "^9.13.0", + "eslint": "^9.14.0", "nuxt": "^3.13.2", - "nuxt-auth-utils": "^0.5.0", + "nuxt-auth-utils": "^0.5.1", "nuxt-build-cache": "^0.1.1", "prisma": "^5.21.1", "resend": "^2.1.0", - "vue-sonner": "^1.2.3", + "vue-sonner": "^1.2.5", "vue3-apexcharts": "^1.7.0", "zod": "^3.23.8" } diff --git a/bun.lockb b/bun.lockb index 1a268af..69147d0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 32b2d4e..7ad1000 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@hrcd/eslint-config": "^2.1.1", - "eslint": "^9.13.0" + "eslint": "^9.14.0" }, "workspaces": [ "apps/*", diff --git a/scripts/alpha/package.json b/scripts/alpha/package.json index 94f9993..e3e0042 100644 --- a/scripts/alpha/package.json +++ b/scripts/alpha/package.json @@ -15,6 +15,6 @@ "dependencies": { "@currencia/cryptos": "workspace:*", "commander": "^12.1.0", - "puppeteer": "^23.6.0" + "puppeteer": "^23.6.1" } } diff --git a/scripts/beta/package.json b/scripts/beta/package.json index 7150c80..5e25b94 100644 --- a/scripts/beta/package.json +++ b/scripts/beta/package.json @@ -15,6 +15,6 @@ "dependencies": { "@currencia/cryptos": "workspace:*", "commander": "^12.1.0", - "puppeteer": "^23.6.0" + "puppeteer": "^23.6.1" } }