Skip to content

Commit

Permalink
fix(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 13, 2024
1 parent 2c4313e commit f71120f
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 171 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 2
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
Expand Down
10 changes: 5 additions & 5 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
},
"dependencies": {
"@aws-sdk/client-ses": "^3.481.0",
"@fastify/cors": "^8.4.1",
"@fastify/jwt": "^7.2.4",
"@fastify/cors": "^9.0.0",
"@fastify/jwt": "^8.0.0",
"@fastify/oauth2": "^7.7.0",
"@fastify/redis": "^6.1.1",
"@fastify/swagger": "^8.13.0",
"@fastify/swagger-ui": "^1.10.2",
"@fastify/swagger-ui": "^3.0.0",
"@next/common": "workspace:*",
"@next/constants": "workspace:^",
"bullmq": "^4.14.3",
"bullmq": "^5.0.0",
"close-with-grace": "^1.2.0",
"dotenv": "^16.3.1",
"fastify": "^4.25.2",
"fastify-plugin": "^4.5.1",
"fastify-type-provider-zod": "^1.1.9",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"mongoose": "^7.6.7",
"mongoose": "^8.0.0",
"ofetch": "^1.3.3",
"remeda": "^1.33.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/latinize": "^0.2.18",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.0",
"c8": "^8.0.1",
"c8": "^9.0.0",
"lodash-es": "^4.17.21",
"ofetch": "^1.3.3",
"pino-pretty": "^10.3.1",
Expand Down
Loading

0 comments on commit f71120f

Please sign in to comment.