diff --git a/.circleci/config.yml b/.circleci/config.yml index be124d9..afc1409 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - coveralls: coveralls/coveralls@1.0.6 + coveralls: coveralls/coveralls@1.0.7 defaults: &defaults working_directory: ~/repo diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index 8781ad2..c268956 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -64,7 +64,7 @@ jobs: token: ${{ secrets.ORG_NPM_TOKEN }} - name: Push changes - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} tags: true diff --git a/package.json b/package.json index 11553d5..2cb1dee 100644 --- a/package.json +++ b/package.json @@ -33,24 +33,24 @@ }, "homepage": "https://github.com/GoodwayGroup/lib-tradedesk#readme", "devDependencies": { - "@types/jest": "29.5.0", - "@types/node-fetch": "2.5.12", - "@typescript-eslint/eslint-plugin": "5.58.0", - "@typescript-eslint/parser": "5.58.0", - "eslint": "8.38.0", - "eslint-plugin-jest": "27.2.1", - "eslint-plugin-tsdoc": "0.2.17", + "@types/jest": "29.5.14", + "@types/node-fetch": "2.6.12", + "@typescript-eslint/eslint-plugin": "5.62.0", + "@typescript-eslint/parser": "5.62.0", + "eslint": "8.57.1", + "eslint-plugin-jest": "27.9.0", + "eslint-plugin-tsdoc": "0.4.0", "husky": "8.0.3", - "jest": "29.5.0", - "nock": "13.3.0", - "ts-jest": "29.1.0", + "jest": "29.7.0", + "nock": "13.5.6", + "ts-jest": "29.2.5", "typedoc": "0.24.1", - "typedoc-plugin-markdown": "3.15.1", - "typescript": "5.0.4", - "@commitlint/cli": "17.6.0", - "@commitlint/config-conventional": "17.6.0", - "@digitalroute/cz-conventional-changelog-for-jira": "8.0.0", - "commitizen": "4.3.0" + "typedoc-plugin-markdown": "3.17.1", + "typescript": "5.7.3", + "@commitlint/cli": "17.8.1", + "@commitlint/config-conventional": "17.8.1", + "@digitalroute/cz-conventional-changelog-for-jira": "8.0.1", + "commitizen": "4.3.1" }, "engines": { "node": ">=14.21.0" @@ -94,7 +94,7 @@ ] }, "dependencies": { - "node-fetch": "2.6.9" + "node-fetch": "2.7.0" }, "config": { "commitizen": {