Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 7d81e74 commit e91cca3
Show file tree
Hide file tree
Showing 5 changed files with 1,080 additions and 1,979 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
- name: 🚀 Deploy and start container
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@v1.2.0

with:
host: ${{ secrets.HOSTNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.6.0
22.12.0
4 changes: 2 additions & 2 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mongoose": "^8.4.3",
"ms": "^2.1.3",
"ofetch": "^1.3.4",
"pino": "9.3.2",
"pino": "9.6.0",
"string-similarity": "^4.0.4",
"ulidx": "^2.4.1",
"zod": "^3.23.6",
Expand All @@ -50,7 +50,7 @@
},
"devDependencies": {
"@next/tsconfig": "workspace:*",
"@total-typescript/ts-reset": "^0.5.1",
"@total-typescript/ts-reset": "^0.6.0",
"@types/lodash-es": "^4.17.12",
"@types/ms": "^0.7.34",
"@types/node": "^22.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ufabc-next-backend",
"version": "0.0.1",
"private": false,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.15.2",
"type": "module",
"scripts": {
"dev": "turbo run dev --parallel",
Expand Down
Loading

0 comments on commit e91cca3

Please sign in to comment.