-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): update actions/checkout action to v4 * chore(deps): update actions/setup-node action to v4 * chore(deps): update stefanzweifel/git-auto-commit-action action to v5 * fix(deps): update axios * chore(deps): replace dependency npm-run-all with npm-run-all2 5.0.0 * chore(deps): update dependency husky to v9 * chore(deps): update all non-major dependencies * chore(deps): update dependency @pliancy/eslint-config-ts to v1.1.1 * chore(deps): XXX-0 renovate/all-minor-patch * chore(deps): XXX-0 renovate/eslint * chore(deps): XXX-0 npm-run-all-replacement --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Justin <[email protected]>
- Loading branch information
1 parent
4cc4585
commit ba494d1
Showing
4 changed files
with
570 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"description": "Duo SDK for Node.js", | ||
"private": false, | ||
"dependencies": { | ||
"axios": "1.4.0", | ||
"axios": "1.6.7", | ||
"tslib": "2.6.2" | ||
}, | ||
"files": [ | ||
|
@@ -18,20 +18,20 @@ | |
}, | ||
"devDependencies": { | ||
"@digitalroute/cz-conventional-changelog-for-jira": "8.0.1", | ||
"@pliancy/eslint-config-ts": "1.0.0", | ||
"@pliancy/eslint-config-ts": "1.1.1", | ||
"@pliancy/semantic-release-config-npm": "2.2.0", | ||
"@types/jest": "29.5.4", | ||
"@types/node": "20.5.6", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.11.25", | ||
"commitizen": "4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "8.0.3", | ||
"jest": "29.6.4", | ||
"jest-mock-axios": "4.7.2", | ||
"npm-run-all": "4.1.5", | ||
"husky": "9.0.11", | ||
"jest": "29.7.0", | ||
"jest-mock-axios": "4.7.3", | ||
"npm-run-all2": "5.0.0", | ||
"pinst": "3.0.0", | ||
"rimraf": "5.0.1", | ||
"ts-jest": "29.1.1", | ||
"typescript": "5.1.6" | ||
"rimraf": "5.0.5", | ||
"ts-jest": "29.1.2", | ||
"typescript": "5.4.2" | ||
}, | ||
"scripts": { | ||
"build": "run-s -l clean test tsc", | ||
|
@@ -54,8 +54,8 @@ | |
"email": "[email protected]" | ||
}, | ||
"volta": { | ||
"node": "20.5.1", | ||
"yarn": "1.22.19" | ||
"node": "20.11.1", | ||
"yarn": "1.22.21" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
|
Oops, something went wrong.