Skip to content

Commit 95ca4c7

Browse files
chore(deps): update dependencies (#679)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: danadajian <danadajian@gmail.com>
1 parent 1f4c581 commit 95ca4c7

File tree

7 files changed

+1104
-231
lines changed

7 files changed

+1104
-231
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.3
1+
FROM oven/bun:1.3.4
22
WORKDIR /app
33

44
RUN useradd -ms /bin/sh admin

action/dist/main.js

Lines changed: 1067 additions & 194 deletions
Large diffs are not rendered by default.

action/dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

action/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"main": "src/main.ts",
44
"private": true,
55
"dependencies": {
6-
"@actions/core": "1.11.1",
7-
"@actions/exec": "1.1.1",
6+
"@actions/core": "2.0.1",
87
"@actions/github": "6.0.1",
98
"bluebird": "3.7.2",
109
"glob": "13.0.0"

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "app",
33
"private": true,
44
"dependencies": {
5-
"@aws-sdk/client-s3": "3.943.0",
6-
"@aws-sdk/s3-request-presigner": "3.943.0",
5+
"@aws-sdk/client-s3": "3.946.0",
6+
"@aws-sdk/s3-request-presigner": "3.946.0",
77
"@headlessui/react": "2.2.9",
88
"@octokit/rest": "22.0.1",
99
"@tanstack/react-query": "5.90.12",

bun.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@testing-library/cypress": "10.1.0",
77
"@total-typescript/ts-reset": "0.6.1",
8-
"@types/bun": "1.3.3",
8+
"@types/bun": "1.3.4",
99
"cypress": "15.7.1",
1010
"eslint": "9.39.1",
1111
"eslint-plugin-react": "7.37.5",

0 commit comments

Comments
 (0)