diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c0fb91a7..45c629b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: jobs: ci: - uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v2 + uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v3 with: service-name: task-processor vpc-enabled: true diff --git a/package.json b/package.json index b19bd4ab..73017b08 100755 --- a/package.json +++ b/package.json @@ -113,13 +113,13 @@ "@adobe/semantic-release-skms-cmr": "1.1.5", "@eslint/config-helpers": "0.7.0", "@redocly/cli": "2.52.1", - "@semantic-release/changelog": "6.0.3", + "@semantic-release/changelog": "7.0.0", "@semantic-release/exec": "7.1.0", - "@semantic-release/git": "10.0.1", + "@semantic-release/git": "11.0.1", "@semantic-release/npm": "13.1.5", "@typescript-eslint/eslint-plugin": "8.70.0", "@typescript-eslint/parser": "8.70.0", - "c8": "11.0.0", + "c8": "12.0.0", "chai": "6.2.2", "chai-as-promised": "8.0.2", "chokidar": "5.0.0", @@ -129,7 +129,7 @@ "husky": "9.1.7", "junit-report-builder": "5.1.2", "lint-staged": "17.5.1", - "mocha": "11.8.0", + "mocha": "12.0.1", "mocha-multi-reporters": "1.5.2", "mocha-suppress-logs": "0.6.0", "nock": "14.0.17", @@ -137,7 +137,7 @@ "semantic-release": "25.0.9", "sinon": "22.1.0", "sinon-chai": "4.0.1", - "typescript": "6.0.3", + "typescript": "7.0.2", "yaml": "2.9.1" }, "overrides": {