diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a542d8d0..90d0bce3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,7 @@ jobs: - run: npm install - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: npm test - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/package-lock.json b/package-lock.json index b9a94fe9..57148750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "lint-staged": "16.4.0", "mocha": "11.7.5", "semantic-release": "25.0.3", - "typescript": "5.9.3", + "typescript": "6.0.2", "unist-util-select": "5.1.0" }, "engines": { @@ -12694,9 +12694,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 061318d5..185ff060 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lint-staged": "16.4.0", "mocha": "11.7.5", "semantic-release": "25.0.3", - "typescript": "5.9.3", + "typescript": "6.0.2", "unist-util-select": "5.1.0" }, "engines": {