Skip to content

Commit 4daba87

Browse files
chore(deps): update all non-major dependencies
1 parent be40acb commit 4daba87

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v6.0.2
2222

2323
- name: Install Bun
24-
uses: oven-sh/setup-bun@v2.1.2
24+
uses: oven-sh/setup-bun@v2.1.3
2525

2626
- name: Use cached node_modules
2727
uses: actions/cache@v5.0.3
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v6.0.2
4545

4646
- name: Install Bun
47-
uses: oven-sh/setup-bun@v2.1.2
47+
uses: oven-sh/setup-bun@v2.1.3
4848

4949
- name: Use cached node_modules
5050
uses: actions/cache@v5.0.3
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v6.0.2
6868

6969
- name: Install Bun
70-
uses: oven-sh/setup-bun@v2.1.2
70+
uses: oven-sh/setup-bun@v2.1.3
7171

7272
- name: Use cached node_modules
7373
uses: actions/cache@v5.0.3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Set Node.js
22-
uses: actions/setup-node@v6.2.0
22+
uses: actions/setup-node@v6.3.0
2323
with:
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install Bun
27-
uses: oven-sh/setup-bun@v2.1.2
27+
uses: oven-sh/setup-bun@v2.1.3
2828

2929
- name: Setup Pantry
3030
uses: home-lang/pantry-setup@v1

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
"@stacksjs/logging": "^0.70.23",
6363
"@stacksjs/logsmith": "^0.2.1",
6464
"@stacksjs/storage": "^0.70.23",
65-
"@types/bun": "^1.3.9",
65+
"@types/bun": "^1.3.10",
6666
"@types/tar": "^6.1.13",
67-
"buddy-bot": "^0.9.15",
67+
"buddy-bot": "^0.9.17",
6868
"bun-git-hooks": "^0.3.1",
6969
"bun-plugin-dtsx": "^0.21.17",
7070
"bunfig": "^0.15.6",
7171
"debug": "^4.4.3",
7272
"dynamodb-toolbox": "^2.8.0",
73-
"tar": "^7.5.9",
73+
"tar": "^7.5.10",
7474
"typescript": "^5.9.3"
7575
},
7676
"git-hooks": {

0 commit comments

Comments
 (0)