From 0dc74ed08d8edff2da3fa141e360f3f0cc481cad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 01:34:04 +0000 Subject: [PATCH] Pin dependencies | datasource | package | from | to | | ---------- | ----------------------- | ------ | ------ | | npm | @vue/compiler-sfc | 3.5.35 | 3.5.35 | | npm | form-backend-validation | 2.4.0 | 2.4.0 | | npm | laravel-mix | 6.0.49 | 6.0.49 | | npm | lodash | 4.18.1 | 4.18.1 | | npm | postcss | 8.5.15 | 8.5.15 | | npm | vue-loader | 16.8.3 | 16.8.3 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/psalm.yml | 6 +++--- .github/workflows/run-tests.yml | 8 ++++---- package.json | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index cc238a6..d4f1ba5 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -11,16 +11,16 @@ jobs: name: psalm runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2 with: php-version: '8.4' coverage: none - name: Cache composer dependencies - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: vendor key: composer-${{ hashFiles('composer.json') }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f75e69e..980f981 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -22,10 +22,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # v2 with: php-version: ${{ matrix.php }} coverage: none @@ -48,12 +48,12 @@ jobs: # NPM part (test whether assets can be compiled) - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: node-version: 24 - name: Cache yarn dependencies - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 id: npm-node_modules-cache with: path: node_modules diff --git a/package.json b/package.json index 27c73bc..be516e0 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "nova:install": "npm --prefix='./vendor/laravel/nova' ci" }, "devDependencies": { - "@vue/compiler-sfc": "^3.2.33", - "form-backend-validation": "^2.3.8", - "laravel-mix": "^6.0.43", - "lodash": "^4.17.21", - "postcss": "^8.4.14", - "vue-loader": "^16.8.3" + "@vue/compiler-sfc": "3.5.35", + "form-backend-validation": "2.4.0", + "laravel-mix": "6.0.49", + "lodash": "4.18.1", + "postcss": "8.5.15", + "vue-loader": "16.8.3" }, "dependencies": {} }