Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 92abb7a commit 4d427d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/gateway/bun.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# IMPORTANT: make sure bundle is ready with `yarn bundle`

FROM oven/bun:1.1.42 AS install
FROM oven/bun:1.1.43 AS install

WORKDIR /install

RUN bun i graphql@^16.9.0

#

FROM oven/bun:1.1.42
FROM oven/bun:1.1.43

RUN apt-get update && apt-get install -y \
# for healthchecks
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11223,11 +11223,11 @@ __metadata:
linkType: hard

"graphql-ws@npm:^5.14.0, graphql-ws@npm:^5.16.0":
version: 5.16.0
resolution: "graphql-ws@npm:5.16.0"
version: 5.16.1
resolution: "graphql-ws@npm:5.16.1"
peerDependencies:
graphql: ">=0.11 <=16"
checksum: 10c0/5e538c3460ca997a1634bd0f64236d8d7aa6ac75c58aba549b49953faf0dd2497f4fa43eedb0bc82cfff50426c7ce47682a670d2571fd7f3af5dcf00911c9e1b
checksum: 10c0/317ed1df0d1e9288c2333dbd35e7f59f086fac645d202e3d65946c175788aa616d06bf0b5b13bbd8bb7d1c4a7cbbb5a32b25de82101c2bb31a9c1887162a763e
languageName: node
linkType: hard

Expand Down

0 comments on commit 4d427d5

Please sign in to comment.