Skip to content

Commit

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

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

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 9, 2023
1 parent c6c8b0b commit 7b41eee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"jest-environment-jsdom": "^29.7.0",
"lodash-webpack-plugin": "^0.11.6",
"react-test-renderer": "16.14.0",
"sinon": "16.0.0",
"sinon": "16.1.0",
"sinon-stub-promise": "4.0.0",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions web/app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8073,10 +8073,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/sinon-stub-promise/-/sinon-stub-promise-4.0.0.tgz#6d498ba1198557cd01e3466af92dc7df725192c2"
integrity sha1-bUmLoRmFV80B40Zq+S3H33JRksI=

sinon@16.0.0:
version "16.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.0.0.tgz#06da4e63624b946c9d7e67cce21c2f67f40f23a9"
integrity sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==
sinon@16.1.0:
version "16.1.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
dependencies:
"@sinonjs/commons" "^3.0.0"
"@sinonjs/fake-timers" "^10.3.0"
Expand Down

0 comments on commit 7b41eee

Please sign in to comment.