Skip to content

Commit 6c5c2f3

Browse files
chore(deps): update all non-major dependencies (updated)
1 parent 93056d9 commit 6c5c2f3

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/buddy-bot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ jobs:
126126
persist-credentials: true
127127

128128
- name: Setup Bun
129-
uses: oven-sh/setup-bun@v2
129+
uses: oven-sh/setup-bun@v2.0.2
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.3
134134
with:
135135
php-version: '8.4'
136136
tools: composer
@@ -163,7 +163,7 @@ jobs:
163163
persist-credentials: true
164164

165165
- name: Setup Bun
166-
uses: oven-sh/setup-bun@v2
166+
uses: oven-sh/setup-bun@v2.0.2
167167

168168
- name: Install dependencies
169169
run: bun install
@@ -241,11 +241,11 @@ jobs:
241241
persist-credentials: true
242242

243243
- name: Setup Bun
244-
uses: oven-sh/setup-bun@v2
244+
uses: oven-sh/setup-bun@v2.0.2
245245

246246
- name: Setup PHP and Composer (if needed)
247247
if: ${{ hashFiles('composer.json') != '' }}
248-
uses: shivammathur/setup-php@v2
248+
uses: shivammathur/setup-php@2.35.3
249249
with:
250250
php-version: '8.4'
251251
tools: composer
@@ -348,7 +348,7 @@ jobs:
348348
token: ${{ secrets.BUDDY_BOT_TOKEN || secrets.GITHUB_TOKEN }}
349349

350350
- name: Setup Bun
351-
uses: oven-sh/setup-bun@v2
351+
uses: oven-sh/setup-bun@v2.0.2
352352

353353
- name: Install dependencies
354354
run: bun install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: oven-sh/setup-bun@v2
2626

2727
- name: Use Cached node_modules
28-
uses: actions/cache@v4
28+
uses: actions/cache@v4.2.4
2929
with:
3030
path: node_modules
3131
key: node-modules-${{ hashFiles('**/bun.lock') }}

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
],
1212
"require": {
1313
"php": "^8.1",
14-
"laravel/framework": "^10.0",
14+
"laravel/framework": "^v10.0.3",
1515
"guzzlehttp/guzzle": "^7.0",
16-
"symfony/console": "^6.0",
16+
"symfony/console": "^v6.0.19",
1717
"monolog/monolog": "^3.0",
18-
"doctrine/dbal": "^3.0"
18+
"doctrine/dbal": "^3.10.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10.0",
21+
"phpunit/phpunit": "^10.0.19",
2222
"mockery/mockery": "^1.5",
2323
"fakerphp/faker": "^1.20",
2424
"laravel/pint": "^1.0",
25-
"nunomaduro/collision": "^7.0"
25+
"nunomaduro/collision": "^v7.0.5"
2626
},
2727
"autoload": {
2828
"psr-4": {

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.16
2+
bun.sh: ^1.2.20

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"bunfig": "^0.10.1",
5656
"cac": "6.7.14",
5757
"prompts": "^2.4.2",
58-
"ts-pkgx": "0.4.38"
58+
"ts-pkgx": "0.4.42"
5959
},
6060
"devDependencies": {
6161
"@stacksjs/docs": "^0.70.23",

0 commit comments

Comments
 (0)