Skip to content

Commit

Permalink
build(deps-dev): bump sinon from 16.1.3 to 17.0.0 (#5509)
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v16.1.3...v17.0.0)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 5752411 commit 3784907
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/app-content-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"mocha": "~10.2.0",
"proxyquire": "~2.1.0",
"selfsigned": "~2.1.1",
"sinon": "~16.1.0",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
"storybook": "~7.5.0",
"storybook-react-i18next": "~2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/app-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"mocha": "~10.2.0",
"nock": "~13.3.0",
"selfsigned": "~2.1.1",
"sinon": "~16.1.0",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
"storybook": "~7.5.0",
"storybook-react-i18next": "~2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-classifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"react": "~18.2.0",
"react-dom": "~18.2.0",
"rosie": "~2.1.0",
"sinon": "~16.1.0",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0",
"storybook": "~7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-panoptes-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"mocha": "~10.2.0",
"mock-local-storage": "~1.1.19",
"nock": "~13.3.0",
"sinon": "~16.1.0",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"react-dom": "~18.2.0",
"rehype-stringify": "~8.0.0",
"remark-rehype": "~8.1.0",
"sinon": "~16.1.0",
"sinon": "~17.0.0",
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0",
"storybook": "~7.5.0",
Expand Down
Loading

0 comments on commit 3784907

Please sign in to comment.