Skip to content

Commit 4ea381c

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

File tree

7 files changed

+411
-148
lines changed

7 files changed

+411
-148
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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 # 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@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.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@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 # 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: 9 additions & 9 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",
11+
"inertiajs/inertia-laravel": "^1.3.2",
1212
"laravel/framework": "^11.25.0",
13-
"laravel/sanctum": "^4.0.3",
14-
"laravel/tinker": "^2.10.0",
13+
"laravel/sanctum": "^4.0.8",
14+
"laravel/tinker": "^2.10.1",
1515
"saloonphp/pagination-plugin": "^2.2.0",
16-
"spatie/laravel-permission": "^6.9"
16+
"spatie/laravel-permission": "^6.16.0"
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",
23-
"larastan/larastan": "^3.0.2",
24-
"phpunit/phpunit": "^11.3.6",
25-
"spatie/laravel-ignition": "^2.8.0"
22+
"nunomaduro/collision": "^8.6.1",
23+
"larastan/larastan": "^3.1.0",
24+
"phpunit/phpunit": "^11.5.10",
25+
"spatie/laravel-ignition": "^2.9.1"
2626
},
2727
"autoload": {
2828
"psr-4": {

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
restart: unless-stopped
7171

7272
mailpit:
73-
image: axllent/mailpit:v1.20.5@sha256:cd75e91719cace4e3100eab9f848ecf2ecdd7f4db01e1573a0114769dad4ba2e
73+
image: axllent/mailpit:v1.23.0@sha256:dd3d5b10e82aab5da337f8f1a9d7ae5d65dca5b00c43f75682fa8e8e71c1fb82
7474
container_name: interns2024b-mailpit-dev
7575
labels:
7676
- "traefik.enable=true"

environment/dev/app/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# For other versions check: https://hub.docker.com/_/composer/tags
2-
FROM composer/composer:2.7.9-bin@sha256:16b920d0d55d162e3f624a6c4de2ad444a985318ac38566351d31958cbcf382b AS composer-bin
2+
FROM composer/composer:2.8.6-bin@sha256:989ad47cea06cb9365afda43d7431a238c6abf913d631b9cf043eb0d43f783ae AS composer-bin
33

44
# For other versions check: https://hub.docker.com/_/node/tags?page=1&name=bullseye-slim
5-
FROM node:22.9.0-bullseye-slim@sha256:4a83e32ec60a6a33ec2eef397a0782f144d5114e45ceed717758b92391e852d6 AS node
5+
FROM node:22.14.0-bullseye-slim@sha256:c47d5e7a994ede82082b5775b8ac2df649ce8295b992f1d91d71c532b3404b12 AS node
66

77
# For other versions check: https://hub.docker.com/_/php/tags?page=1&name=fpm-bullseye
8-
FROM php:8.3.12-fpm-bullseye@sha256:b9b5efd7bfe05e65097e8253b038c4b711798d95f49c89e4337c0b330f9fc8ff
8+
FROM php:8.4.4-fpm-bullseye@sha256:03b978a83dbb8a4786bb9c3a78c8a8285747ad7d6c2df222cc6d8d74590a8214
99

1010
COPY --from=composer-bin ./composer /usr/bin/composer
1111

0 commit comments

Comments
 (0)