From 54716c5d7f4d9020f7629e5d9e84cc56e4f5e004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 18:38:46 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/main.yaml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 59f257b..5483400 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -6,7 +6,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Use Node.js 20 uses: actions/setup-node@v6 with: @@ -21,7 +21,7 @@ jobs: needs: test if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: persist-credentials: false - name: Use Node.js 20 diff --git a/package.json b/package.json index c097520..8b24bc6 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ }, "homepage": "https://github.com/adobe/aem-lib#readme", "devDependencies": { - "@babel/core": "7.29.7", - "@babel/eslint-parser": "7.29.7", + "@babel/core": "8.0.1", + "@babel/eslint-parser": "8.0.1", "@esm-bundle/chai": "4.3.4-fix.0", "@rollup/plugin-node-resolve": "16.0.3", "@rollup/plugin-replace": "6.0.3",