Skip to content

Commit 6afac3c

Browse files
chore(deps): update all non-major dependencies
1 parent e310f8a commit 6afac3c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

apps/currencia/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@
2626
"@nuxt/fonts": "^0.10.3",
2727
"@nuxt/image": "^1.8.1",
2828
"@nuxt/scripts": "^0.9.5",
29-
"@nuxt/ui": "^2.19.2",
29+
"@nuxt/ui": "^2.20.0",
3030
"@prisma/client": "^5.22.0",
31-
"apexcharts": "^4.1.0",
31+
"apexcharts": "^4.2.0",
3232
"@vueuse/core": "^11.3.0",
3333
"@vueuse/nuxt": "^11.3.0",
3434
"dayjs": "^1.11.13",
3535
"dayjs-nuxt": "^2.1.11",
3636
"eslint": "^9.16.0",
3737
"nuxt": "^3.14.1592",
38-
"nuxt-auth-utils": "^0.5.5",
38+
"nuxt-auth-utils": "^0.5.6",
3939
"nuxt-build-cache": "^0.1.1",
4040
"prisma": "^5.22.0",
4141
"resend": "^4.0.1",
4242
"vue-sonner": "^1.3.0",
4343
"vue3-apexcharts": "^1.8.0",
44-
"zod": "^3.23.8",
44+
"zod": "^3.24.1",
4545
"@shelve/cli": "^2.9.0"
4646
}
4747
}

packages/mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"dotenv": "^16.4.7",
13-
"mongodb": "^6.11.0"
13+
"mongodb": "^6.12.0"
1414
}
1515
}

scripts/coinmarketcap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@currencia/mongo": "workspace:*",
1818
"@currencia/utils": "workspace:*",
1919
"commander": "^12.1.0",
20-
"puppeteer": "^23.10.1"
20+
"puppeteer": "^23.10.3"
2121
}
2222
}

scripts/cryptocompare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@currencia/utils": "workspace:*",
1818
"@currencia/mongo": "workspace:*",
1919
"commander": "^12.1.0",
20-
"puppeteer": "^23.10.1"
20+
"puppeteer": "^23.10.3"
2121
}
2222
}

0 commit comments

Comments
 (0)