Skip to content

Commit 91ec10a

Browse files
fix(deps): update all non-major dependencies (#425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b25858f commit 91ec10a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gateway/bun.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# IMPORTANT: make sure bundle is ready with `yarn bundle`
22

3-
FROM oven/bun:1.1.42 AS install
3+
FROM oven/bun:1.1.43 AS install
44

55
WORKDIR /install
66

77
RUN bun i graphql@^16.9.0
88

99
#
1010

11-
FROM oven/bun:1.1.42
11+
FROM oven/bun:1.1.43
1212

1313
RUN apt-get update && apt-get install -y \
1414
# for healthchecks

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11223,11 +11223,11 @@ __metadata:
1122311223
linkType: hard
1122411224

1122511225
"graphql-ws@npm:^5.14.0, graphql-ws@npm:^5.16.0":
11226-
version: 5.16.0
11227-
resolution: "graphql-ws@npm:5.16.0"
11226+
version: 5.16.1
11227+
resolution: "graphql-ws@npm:5.16.1"
1122811228
peerDependencies:
1122911229
graphql: ">=0.11 <=16"
11230-
checksum: 10c0/5e538c3460ca997a1634bd0f64236d8d7aa6ac75c58aba549b49953faf0dd2497f4fa43eedb0bc82cfff50426c7ce47682a670d2571fd7f3af5dcf00911c9e1b
11230+
checksum: 10c0/317ed1df0d1e9288c2333dbd35e7f59f086fac645d202e3d65946c175788aa616d06bf0b5b13bbd8bb7d1c4a7cbbb5a32b25de82101c2bb31a9c1887162a763e
1123111231
languageName: node
1123211232
linkType: hard
1123311233

0 commit comments

Comments
 (0)