Skip to content

Commit 6ca0b30

Browse files
chore(deps): update all non-major dependencies (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 68b909f commit 6ca0b30

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
- name: Setup PHP and Composer (if needed)
132132
if: ${{ hashFiles('composer.json') != '' }}
133-
uses: shivammathur/setup-php@v2
133+
uses: shivammathur/setup-php@2.35.5
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -248,7 +248,7 @@ jobs:
248248

249249
- name: Setup PHP and Composer (if needed)
250250
if: ${{ hashFiles('composer.json') != '' }}
251-
uses: shivammathur/setup-php@v2
251+
uses: shivammathur/setup-php@2.35.5
252252
with:
253253
php-version: '8.4'
254254
tools: composer

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: actions/checkout@v5.0.0
2222

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

2626
- name: Use cached node_modules
27-
uses: actions/cache@v4
27+
uses: actions/cache@v4.3.0
2828
with:
2929
path: node_modules
3030
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -44,10 +44,10 @@ jobs:
4444
- uses: actions/checkout@v5.0.0
4545

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

4949
- name: Use cached node_modules
50-
uses: actions/cache@v4
50+
uses: actions/cache@v4.3.0
5151
with:
5252
path: node_modules
5353
key: node-modules-${{ hashFiles('**/bun.lock') }}
@@ -67,10 +67,10 @@ jobs:
6767
- uses: actions/checkout@v5.0.0
6868

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

7272
- name: Use cached node_modules
73-
uses: actions/cache@v4
73+
uses: actions/cache@v4.3.0
7474
with:
7575
path: node_modules
7676
key: node-modules-${{ hashFiles('**/bun.lock') }}

deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
bun.sh: ^1.2.20
2+
bun.sh: ^1.2.21

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@
5252
"typecheck": "bun --bun tsc --noEmit"
5353
},
5454
"dependencies": {
55-
"dompurify": "^3.2.7"
55+
"dompurify": "^3.3.0"
5656
},
5757
"devDependencies": {
58-
"@stacksjs/bumpx": "^0.1.84",
59-
"@stacksjs/clarity": "^0.3.23",
58+
"@stacksjs/bumpx": "^0.2.2",
59+
"@stacksjs/clarity": "^0.3.24",
6060
"@stacksjs/docs": "^0.70.23",
6161
"@stacksjs/eslint-config": "^4.14.0-beta.3",
6262
"@stacksjs/gitlint": "^0.1.5",
63-
"@stacksjs/logsmith": "^0.1.18",
64-
"@types/bun": "^1.2.23",
65-
"buddy-bot": "^0.9.7",
66-
"bun-git-hooks": "^0.2.19",
63+
"@stacksjs/logsmith": "^0.2.0",
64+
"@types/bun": "^1.3.0",
65+
"buddy-bot": "^0.9.9",
66+
"bun-git-hooks": "^0.3.1",
6767
"bun-plugin-dtsx": "^0.21.12",
6868
"bunfig": "^0.15.0",
6969
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)