Skip to content

Commit 38d3841

Browse files
- Update all non-major dependencies with digest and pinDigest
1 parent 64d7784 commit 38d3841

File tree

8 files changed

+528
-261
lines changed

8 files changed

+528
-261
lines changed

.github/workflows/test-and-lint-js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # https://github.com/actions/checkout
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 # https://github.com/actions/cache
25+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 # https://github.com/actions/cache
2626
with:
2727
path: node_modules
2828
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}
2929
restore-keys: ${{ runner.os }}-npm-dependencies
3030

3131
- name: Set up node
32-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 # https://github.com/actions/setup-node
32+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 # https://github.com/actions/setup-node
3333
with:
3434
node-version: 21
3535

.github/workflows/test-and-lint-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ jobs:
3434
- 5432:5432
3535

3636
steps:
37-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # https://github.com/actions/checkout
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout
3838

3939
- name: Validate composer.json and composer.lock
4040
run: composer validate
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 # https://github.com/actions/cache
43+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 # https://github.com/actions/cache
4444
with:
4545
path: vendor
4646
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}
4747
restore-keys: ${{ runner.os }}-composer-dependencies
4848

4949
- name: Setup PHP
50-
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1 # https://github.com/shivammathur/setup-php
50+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0 # https://github.com/shivammathur/setup-php
5151
with:
5252
php-version: 8.3
5353
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
"php": "^8.3.4",
99
"ext-pdo": "*",
1010
"guzzlehttp/guzzle": "^7.9.2",
11-
"inertiajs/inertia-laravel": "^1.3.0",
12-
"laravel/framework": "^11.25.0",
13-
"laravel/sanctum": "^4.0.3",
11+
"inertiajs/inertia-laravel": "^1.3.2",
12+
"laravel/framework": "^11.39.0",
13+
"laravel/sanctum": "^4.0.7",
1414
"laravel/tinker": "^2.10.0",
1515
"saloonphp/pagination-plugin": "^2.2.0",
16-
"spatie/laravel-permission": "^6.9"
16+
"spatie/laravel-permission": "^6.10.1"
1717
},
1818
"require-dev": {
1919
"blumilksoftware/codestyle": "^v3.3.0",
20-
"fakerphp/faker": "^1.23.1",
20+
"fakerphp/faker": "^1.24.1",
2121
"mockery/mockery": "^1.6.12",
22-
"nunomaduro/collision": "^8.4.0",
22+
"nunomaduro/collision": "^8.5.0",
2323
"larastan/larastan": "^3.0.2",
24-
"phpunit/phpunit": "^11.3.6",
25-
"spatie/laravel-ignition": "^2.8.0"
24+
"phpunit/phpunit": "^11.5.3",
25+
"spatie/laravel-ignition": "^2.9.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)