Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent a500666 commit 7ed37f0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
coveralls: coveralls/[email protected].6
coveralls: coveralls/[email protected].7

defaults: &defaults
working_directory: ~/repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -94,7 +94,7 @@
]
},
"dependencies": {
"node-fetch": "2.6.9"
"node-fetch": "2.7.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 7ed37f0

Please sign in to comment.