Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d1d143

Browse files
chore(deps): update all non-major dependencies (#19)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2cdfc1 commit 5d1d143

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/buddy-bot-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Setup Bun
46-
uses: oven-sh/setup-bun@v2
46+
uses: oven-sh/setup-bun@v2.0.2
4747
with:
4848
bun-version: latest
4949

.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: oven-sh/setup-bun@v2
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') }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: oven-sh/setup-bun@v2
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') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: oven-sh/setup-bun@v2
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') }}
@@ -93,7 +93,7 @@ jobs:
9393
uses: oven-sh/setup-bun@v2
9494

9595
- name: Use cached node_modules
96-
uses: actions/cache@v4
96+
uses: actions/cache@v4.3.0
9797
with:
9898
path: node_modules
9999
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.19
2+
bun.sh: ^1.2.20

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,20 @@
6868
},
6969
"dependencies": {
7070
"mri": "^1.2.0",
71-
"wrap-ansi": "^9.0.0"
71+
"wrap-ansi": "^9.0.2"
7272
},
7373
"devDependencies": {
74-
"@stacksjs/bumpx": "^0.1.38",
74+
"@stacksjs/bumpx": "^0.1.86",
7575
"@stacksjs/docs": "^0.70.23",
7676
"@stacksjs/eslint-config": "^4.14.0-beta.3",
7777
"@stacksjs/gitit": "^0.2.2",
7878
"@stacksjs/gitlint": "^0.1.5",
79-
"@stacksjs/logsmith": "^0.1.15",
80-
"@types/bun": "^1.2.19",
79+
"@stacksjs/logsmith": "^0.1.18",
80+
"@types/bun": "^1.2.23",
8181
"buddy-bot": "^0.8.9",
8282
"bun-git-hooks": "^0.2.19",
8383
"bun-plugin-dtsx": "0.9.5",
84-
"typescript": "^5.9.2"
84+
"typescript": "^5.9.3"
8585
},
8686
"overrides": {
8787
"unconfig": "0.3.10"

0 commit comments

Comments
 (0)