Skip to content

Commit 89da536

Browse files
chore(deps): update all non-major dependencies
1 parent a476c03 commit 89da536

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"engines": {
1111
"node": "22"
1212
},
13-
"packageManager": "pnpm@10.5.1",
13+
"packageManager": "pnpm@10.5.2",
1414
"scripts": {
1515
"prepare": "husky"
1616
},

src/development/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ services:
270270
constraints:
271271
- node.role == manager
272272
replicas: 1
273-
image: portainer/portainer-ce:2.27.0-alpine
273+
image: portainer/portainer-ce:2.27.1-alpine
274274
secrets:
275275
- portainer_admin-password
276276
volumes:
@@ -284,7 +284,7 @@ services:
284284
- node.platform.os == linux
285285
environment:
286286
AGENT_CLUSTER_ADDR: tasks.portainer-agent
287-
image: portainer/agent:2.27.0
287+
image: portainer/agent:2.27.1
288288
volumes:
289289
- /var/run/docker.sock:/var/run/docker.sock
290290
- /var/lib/docker/volumes:/var/lib/docker/volumes
@@ -374,7 +374,7 @@ services:
374374
# timeout: 10s
375375
# retries: 3
376376
# start_period: 10s
377-
image: redpandadata/redpanda:v24.3.5
377+
image: redpandadata/redpanda:v24.3.6
378378
volumes:
379379
- redpanda_data:/var/lib/redpanda/data
380380
redpanda-console:

0 commit comments

Comments
 (0)