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] committed Feb 19, 2024
1 parent 2c4313e commit f3948d2
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
- name: 🚀 Deploy and start container
uses: appleboy/ssh-action@v1.0.1
uses: appleboy/ssh-action@v1.0.3

with:
host: ${{ secrets.HOSTNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.10.0
nodejs 20.11.1
2 changes: 1 addition & 1 deletion apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "^20.10.0",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"esbuild": "^0.19.10",
"esbuild": "^0.20.0",
"esbuild-plugin-pino": "^2.1.0",
"pino-pretty": "^10.3.1",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ufabc-next-backend",
"private": false,
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.15.3",
"type": "module",
"scripts": {
"populate": "turbo run populate -- ",
Expand Down

0 comments on commit f3948d2

Please sign in to comment.