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 34a978b0..6420d0f0 100644 --- a/package.json +++ b/package.json @@ -48,21 +48,21 @@ "@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.3", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "dotenv": "16.4.5", - "eslint": "8.57.0", + "eslint": "9.17.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsdoc": "48.11.0", + "eslint-plugin-jsdoc": "50.6.1", "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", + "mocha": "11.0.1", "nock": "13.5.5", "semantic-release": "24.1.0" },