Skip to content

Commit dab093d

Browse files
chore(deps): update all non-major dependencies
1 parent 107d15d commit dab093d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@commitlint/config-conventional": "19.8.0",
2020
"conventional-changelog-conventionalcommits": "8.0.0",
2121
"dargstack": "2.5.1",
22-
"dargstack_rgen": "0.9.59",
22+
"dargstack_rgen": "0.9.60",
2323
"husky": "9.1.7"
2424
}
2525
}

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/development/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ services:
9898
- traefik.http.routers.adminer_secure.rule=Host(`adminer.${STACK_DOMAIN}`)
9999
- traefik.http.routers.adminer_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
100100
- traefik.http.services.adminer.loadbalancer.server.port=8080
101-
image: adminer:5.1.0-standalone
101+
image: adminer:5.2.1-standalone
102102
volumes:
103103
- ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro
104104
debezium:

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- (( append ))
128128
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
129129
- traefik.http.routers.vibetype_secure.tls.certresolver=default
130-
image: ghcr.io/maevsi/vibetype:10.3.0
130+
image: ghcr.io/maevsi/vibetype:10.5.0
131131
user: (( prune ))
132132
vibetype_beta:
133133
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -151,7 +151,7 @@ services:
151151
NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H: ${VIBETYPE_NUXT_PUBLIC_VIBETYPE_EMAIL_LIMIT24H}
152152
NUXT_PUBLIC_VIO_ENVIRONMENT: beta
153153
PGHOST: ${VIBETYPE_PGHOST}
154-
image: ghcr.io/maevsi/vibetype:10.3.0
154+
image: ghcr.io/maevsi/vibetype:10.5.0
155155
secrets:
156156
- source: vibetype_api-notification-secret
157157
target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)