Skip to content

Commit cd088fa

Browse files
renovate[bot]dargmuesli
authored andcommitted
fix(deps): update all non-major dependencies
1 parent adf69c2 commit cd088fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"license": "GPL-3.0-only",
1616
"name": "@maevsi/stack",
17-
"packageManager": "pnpm@10.13.1",
17+
"packageManager": "pnpm@10.14.0",
1818
"private": true,
1919
"repository": "https://github.com/maevsi/stack.git",
2020
"scripts": {

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ services:
311311
POSTGRAPHILE_JWT_PUBLIC_KEY_FILE: /run/config/postgraphile_jwt-public-key
312312
POSTGRAPHILE_JWT_SECRET_KEY_FILE: /run/secrets/postgraphile_jwt-secret
313313
POSTGRAPHILE_OWNER_CONNECTION_FILE: /run/secrets/postgraphile_owner-connection
314-
image: ghcr.io/maevsi/postgraphile:1.0.1
314+
image: ghcr.io/maevsi/postgraphile:1.0.2
315315
secrets:
316316
- postgraphile_connection
317317
- postgraphile_jwt-secret

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ services:
6565
- traefik.http.routers.prometheus_secure.tls.certresolver=default
6666
reccoom:
6767
deploy: (( prune ))
68-
image: ghcr.io/maevsi/reccoom:0.5.0
68+
image: ghcr.io/maevsi/reccoom:0.6.0
6969
redpanda-console:
7070
deploy:
7171
labels:
@@ -118,7 +118,7 @@ services:
118118
- (( append ))
119119
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
120120
- traefik.http.routers.vibetype_secure.tls.certresolver=default
121-
image: ghcr.io/maevsi/vibetype:12.23.1
121+
image: ghcr.io/maevsi/vibetype:12.25.0
122122
user: (( prune ))
123123
# vibetype_beta:
124124
# # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).

0 commit comments

Comments
 (0)