Skip to content

Commit

Permalink
fix(deps): update dependency sinon to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent 424a858 commit 3ca5d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/cli/package.json
Expand Up @@ -31,7 +31,7 @@
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"import-cwd": "3.0.0",
"sinon": "9.0.3",
"sinon": "15.1.0",
"sinon-chai": "3.5.0",
"source-map-support": "0.5.19",
"yargs": "16.0.3"
Expand Down
2 changes: 1 addition & 1 deletion plugins/preset-plugin/package.json
Expand Up @@ -28,7 +28,7 @@
"chai-as-promised": "7.1.1",
"chai-subset": "1.6.0",
"import-cwd": "3.0.0",
"sinon": "9.0.3",
"sinon": "15.1.0",
"sinon-chai": "3.5.0"
},
"files": [
Expand Down

0 comments on commit 3ca5d20

Please sign in to comment.