Skip to content

Commit 5c2641e

Browse files
Update sinon requirement in /packages/generator/app/templates
Updates the requirements on [sinon](https://github.com/sinonjs/sinon) to permit the latest version. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](sinonjs/sinon@v7.3.2...v7.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 468ead2 commit 5c2641e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator/app/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"karma-webpack": "^4.0.2",
6767
"mocha": "^6.2.0",
6868
"react-test-renderer": "^16.8.6",
69-
"sinon": "^7.3.2",
69+
"sinon": "^7.4.1",
7070
"sinon-chai": "^3.3.0",
7171
"stylelint": "^10.1.0",
7272
"xvfb-maybe": "^0.2.1",

0 commit comments

Comments
 (0)