Skip to content

Commit c7cbb95

Browse files
- Update all non-major dependencies with digest and pinDigest
1 parent d4d757e commit c7cbb95

File tree

8 files changed

+26
-26
lines changed

8 files changed

+26
-26
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 # 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 # https://github.com/actions/cache
25+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 # https://github.com/actions/cache
2626
with:
2727
path: vendor
2828
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}
2929
restore-keys: ${{ runner.os }}-composer-dependencies
3030

3131
- name: Setup PHP
32-
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1 # https://github.com/shivammathur/setup-php
32+
uses: shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32.0 # https://github.com/shivammathur/setup-php
3333
with:
3434
php-version: 8.3
3535
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 # 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
run: composer validate
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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

src/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"php": "^8.3.4",
99
"ext-pdo": "*",
1010
"guzzlehttp/guzzle": "^7.9.2",
11-
"inertiajs/inertia-laravel": "^1.3.1",
12-
"laravel/framework": "^11.34.2",
13-
"laravel/sanctum": "^4.0.5",
14-
"laravel/tinker": "^2.10.0"
11+
"inertiajs/inertia-laravel": "^1.3.2",
12+
"laravel/framework": "^11.41.3",
13+
"laravel/sanctum": "^4.0.8",
14+
"laravel/tinker": "^2.10.1"
1515
},
1616
"require-dev": {
1717
"blumilksoftware/codestyle": "^v3.3.0",
1818
"fakerphp/faker": "^1.24.1",
1919
"mockery/mockery": "^1.6.12",
20-
"nunomaduro/collision": "^8.5.0",
20+
"nunomaduro/collision": "^8.6.1",
2121
"nunomaduro/larastan": "^2.9.12",
22-
"phpunit/phpunit": "^11.4.4",
22+
"phpunit/phpunit": "^11.5.6",
2323
"spatie/laravel-ignition": "^2.9.0"
2424
},
2525
"autoload": {

src/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.21.5@sha256:67143952f5f123692b922bced8ab2cea8947292576011a6b22d2cb2649dbcf78
73+
image: axllent/mailpit:v1.22.0@sha256:1ebd4123a99eb6b74799d13d4811f9fc5c3b70df26e1ae536af82987022fcb48
7474
container_name: example-app-mailpit-dev
7575
labels:
7676
- "traefik.enable=true"

src/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.8.3-bin@sha256:9f83907ae037ada989775f462a19932cdd388fefcbf3b697780363bba1767f94 AS composer-bin
2+
FROM composer/composer:2.8.5-bin@sha256:f39305913df47b4de56c64f4719d35eedbd65d7d96ff554110b9e9bd0c7a18c0 AS composer-bin
33

44
# For other versions check: https://hub.docker.com/_/node/tags?page=1&name=bullseye-slim
5-
FROM node:22.12.0-bullseye-slim@sha256:9f385b101f66ecdf9ed9218d000cd5a35600722f0aab8112632371765109c065 AS node
5+
FROM node:22.13.0-bullseye-slim@sha256:325ce775e38a3960fb5492eed4fc60bd86d48ec026e62ce73828081738de8e6b 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.3-fpm-bullseye@sha256:659e76cd9d0f03bbd4bad364c0d29ed736c5ea9035a1251b823a121ca4f6b1fd
99

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

src/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"tsc": "vue-tsc"
1111
},
1212
"dependencies": {
13-
"@inertiajs/vue3": "^1.2.0",
14-
"@tailwindcss/forms": "^0.5.9",
15-
"@tailwindcss/typography": "^0.5.15",
16-
"laravel-vite-plugin": "^1.1.1",
13+
"@inertiajs/vue3": "^1.3.0",
14+
"@tailwindcss/forms": "^0.5.10",
15+
"@tailwindcss/typography": "^0.5.16",
16+
"laravel-vite-plugin": "^1.2.0",
1717
"lodash": "^4.17.21",
18-
"tailwindcss": "^3.4.16",
18+
"tailwindcss": "^3.4.17",
1919
"vue": "^3.5.13"
2020
},
2121
"devDependencies": {
@@ -25,10 +25,10 @@
2525
"autoprefixer": "^10.4.20",
2626
"eslint": "^8.57.1",
2727
"eslint-config-prettier": "^9.1.0",
28-
"eslint-plugin-tailwindcss": "^3.17.5",
28+
"eslint-plugin-tailwindcss": "^3.18.0",
2929
"eslint-plugin-vue": "^9.32.0",
30-
"postcss": "^8.4.49",
30+
"postcss": "^8.5.1",
3131
"vite": "^5.4.11",
32-
"vue-tsc": "^2.1.10"
32+
"vue-tsc": "^2.2.0"
3333
}
3434
}

0 commit comments

Comments
 (0)