Skip to content

Commit 3e2c30d

Browse files
Bump dependencies (#198)
* Bump commander from 4.1.1 to 5.0.0 Bumps [commander](https://github.com/tj/commander.js) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](tj/commander.js@v4.1.1...v5.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Bump sinon from 8.1.1 to 9.0.2 Bumps [sinon](https://github.com/sinonjs/sinon) from 8.1.1 to 9.0.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 56e4786 commit 3e2c30d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
},
3838
"dependencies": {
3939
"aws-sdk": "^2.488.0",
40-
"commander": "^4.1.0",
40+
"commander": "^5.0.0",
4141
"dotenv": "^8.0.0",
4242
"winston": "^3.2.1"
4343
},
4444
"devDependencies": {
4545
"@types/node": "^13.1.7",
4646
"chai": "^4.2.0",
4747
"mocha": "^7.0.0",
48-
"sinon": "^8.1.0",
48+
"sinon": "^9.0.2",
4949
"typescript": "^3.7.5"
5050
},
5151
"preferGlobal": true,

0 commit comments

Comments
 (0)