From 801c55bcf5354b12cffbe93b491b09948594d6e1 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 30 Nov 2024 02:01:33 +0000
Subject: [PATCH] chore(deps): update external

---
 .github/workflows/main.yaml |  2 +-
 package.json                | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index d6c4f1fc..b0173442 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -20,7 +20,7 @@ jobs:
       - run: npm ci
       - run: npm run lint
       - run: npm test
-      - uses: codecov/codecov-action@v4
+      - uses: codecov/codecov-action@v5
         with:
           token: ${{ secrets.CODECOV_TOKEN }}
       - name: Semantic Release (Dry Run)
diff --git a/package.json b/package.json
index 53e76323..8ccb6cec 100644
--- a/package.json
+++ b/package.json
@@ -48,18 +48,18 @@
     "@adobe/eslint-config-helix": "2.0.8",
     "@semantic-release/changelog": "6.0.3",
     "@semantic-release/git": "10.0.1",
-    "c8": "9.1.0",
+    "c8": "10.1.2",
     "commitizen": "4.3.0",
     "cz-conventional-changelog": "3.3.0",
     "dotenv": "16.4.5",
-    "eslint": "8.57.0",
+    "eslint": "9.16.0",
     "eslint-plugin-header": "3.1.1",
     "eslint-plugin-import": "2.29.1",
-    "eslint-plugin-jsdoc": "48.11.0",
+    "eslint-plugin-jsdoc": "50.6.0",
     "expect": "29.7.0",
     "husky": "9.1.5",
-    "jsdoc-to-markdown": "8.0.3",
-    "junit-report-builder": "3.2.1",
+    "jsdoc-to-markdown": "9.1.1",
+    "junit-report-builder": "5.1.1",
     "lint-staged": "15.2.10",
     "lodash": "4.17.21",
     "mocha": "10.7.3",