Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcooper committed Feb 24, 2025
1 parent 630386f commit 7712a16
Show file tree
Hide file tree
Showing 7 changed files with 146 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/checkout@v4
-
name: Deploy containers
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
with:
host: ${{ secrets.SSH_HOST }}
port: ${{ secrets.SSH_PORT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4
-
name: Deploy containers
uses: appleboy/[email protected].0
uses: appleboy/[email protected].1
env:
TOMATO_TAG: ${{ github.ref_name }}
with:
Expand Down
248 changes: 124 additions & 124 deletions client/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"electron-forge-maker-appimage": "github:duzda/electron-forge-maker-appimage",
"electron-squirrel-startup": "^1.0.1",
"electron-window-state": "^5.0.3",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"esbuild-style-plugin": "^1.6.3",
"esbuild-svelte": "^0.9.0",
"eslint": "^8.57.1",
Expand All @@ -64,7 +64,7 @@
"material-ui-colors": "^1.0.0",
"md5-file": "^5.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.5.1",
"prettier": "^3.5.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
Expand Down
2 changes: 1 addition & 1 deletion server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:

logs:
restart: always
image: amir20/dozzle:v8.11.5
image: amir20/dozzle:v8.11.7
volumes:
- "${DOCKER_SOCKET:-/var/run/docker.sock}:/var/run/docker.sock"
environment:
Expand Down
30 changes: 15 additions & 15 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ django-pgtrigger = "^4.13.3"
django-user-messages = "^1.1.0"
gunicorn = "^23.0.0"
huey = "^2.5.2"
psycopg = "^3.2.4"
psycopg = "^3.2.5"
python-dotenv = "^1.0.1"
schema = "^0.7.7"
starlette = "^0.45.3"
starlette = "^0.46.0"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
wait-for-it = "^2.3.0"

Expand Down

0 comments on commit 7712a16

Please sign in to comment.