Skip to content

Commit d42bfb4

Browse files
Update dependencies (#693)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a785cbb commit d42bfb4

File tree

5 files changed

+111
-409
lines changed

5 files changed

+111
-409
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM oven/bun:1.3.5
1+
FROM oven/bun:1.3.6
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.968.0",
6-
"@aws-sdk/s3-request-presigner": "3.968.0",
5+
"@aws-sdk/client-s3": "3.972.0",
6+
"@aws-sdk/s3-request-presigner": "3.972.0",
77
"@headlessui/react": "2.2.9",
88
"@octokit/rest": "22.0.1",
9-
"@tanstack/react-query": "5.90.17",
9+
"@tanstack/react-query": "5.90.19",
1010
"@trpc/client": "11.8.1",
1111
"@trpc/react-query": "11.8.1",
1212
"@trpc/server": "11.8.1",
1313
"@types/bun": "1.3.6",
1414
"@types/lodash": "4.17.23",
15-
"@types/react": "19.2.8",
15+
"@types/react": "19.2.9",
1616
"@types/react-dom": "19.2.3",
1717
"bun-plugin-tailwind": "0.1.2",
1818
"lodash": "4.17.21",

0 commit comments

Comments
 (0)