diff --git a/.github/workflows/test-and-lint-js.yml b/.github/workflows/test-and-lint-js.yml index e6a05d3a..1b169b91 100644 --- a/.github/workflows/test-and-lint-js.yml +++ b/.github/workflows/test-and-lint-js.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: node_modules key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }} diff --git a/.github/workflows/test-and-lint-php.yml b/.github/workflows/test-and-lint-php.yml index da9a53b9..b6bc485b 100644 --- a/.github/workflows/test-and-lint-php.yml +++ b/.github/workflows/test-and-lint-php.yml @@ -40,7 +40,7 @@ jobs: run: composer validate - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }} diff --git a/environment/dev/app/Dockerfile b/environment/dev/app/Dockerfile index 9cc0bc88..7c5b71a7 100644 --- a/environment/dev/app/Dockerfile +++ b/environment/dev/app/Dockerfile @@ -1,4 +1,4 @@ -FROM composer/composer:2.5.8-bin as composer-bin +FROM composer/composer:2.6.6-bin as composer-bin FROM node:21.4.0-bullseye-slim as node diff --git a/environment/staging/app/Dockerfile b/environment/staging/app/Dockerfile index 78859e08..08b7cde5 100644 --- a/environment/staging/app/Dockerfile +++ b/environment/staging/app/Dockerfile @@ -1,4 +1,4 @@ -FROM composer/composer:2.5.8-bin as composer-bin +FROM composer/composer:2.6.6-bin as composer-bin FROM node:20.4.0-bullseye-slim as node diff --git a/package-lock.json b/package-lock.json index a64436ef..f08f293c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@inertiajs/inertia-vue3": "^0.6.0", "@inertiajs/progress": "^0.2.7", "@inertiajs/vue3": "^1.0.9", - "@tailwindcss/forms": "^0.5.4", + "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.3.0", "axios": "^1.6.2", @@ -659,9 +659,9 @@ } }, "node_modules/@tailwindcss/forms": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.6.tgz", - "integrity": "sha512-Fw+2BJ0tmAwK/w01tEFL5TiaJBX1NLT1/YbWgvm7ws3Qcn11kiXxzNTEQDMs5V3mQemhB56l3u0i9dwdzSQldA==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.7.tgz", + "integrity": "sha512-QE7X69iQI+ZXwldE+rzasvbJiyV/ju1FGHH0Qn2W3FKbuYtqp8LKcy6iSw79fVUT5/Vvf+0XgLCeYVG+UV6hOw==", "dependencies": { "mini-svg-data-uri": "^1.2.3" }, diff --git a/package.json b/package.json index 31d4bcaa..d79f56b2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@inertiajs/inertia-vue3": "^0.6.0", "@inertiajs/progress": "^0.2.7", "@inertiajs/vue3": "^1.0.9", - "@tailwindcss/forms": "^0.5.4", + "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.9", "@vueuse/core": "^10.3.0", "axios": "^1.6.2",