Skip to content

Commit

Permalink
Bump sinon from 13.0.2 to 14.0.0 (#3116)
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v13.0.2...v14.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2022
1 parent 400283a commit ea85166
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 @@ -71,7 +71,7 @@
"jsdom": "~19.0.0",
"mocha": "~10.0.0",
"proxyquire": "~2.1.0",
"sinon": "~13.0.1",
"sinon": "~14.0.0",
"sinon-chai": "~3.7.0"
},
"engines": {
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 @@ -91,7 +91,7 @@
"jsdom": "~19.0.0",
"mocha": "~10.0.0",
"nock": "~13.2.1",
"sinon": "~13.0.1",
"sinon": "~14.0.0",
"sinon-chai": "~3.7.0",
"storybook-react-i18next": "~1.0.16"
},
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 @@ -103,7 +103,7 @@
"react": "~17.0.2",
"react-dom": "~17.0.2",
"rosie": "~2.1.0",
"sinon": "~13.0.1",
"sinon": "~14.0.0",
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0",
"storybook-react-i18next": "~1.0.16",
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 @@ -24,7 +24,7 @@
"mocha": "~10.0.0",
"mock-local-storage": "~1.1.19",
"nock": "~13.2.1",
"sinon": "~13.0.1",
"sinon": "~14.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 @@ -83,7 +83,7 @@
"polished": "~4.2.2",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"sinon": "~13.0.1",
"sinon": "~14.0.0",
"sinon-chai": "~3.7.0",
"snazzy": "~9.0.0",
"storybook-react-i18next": "~1.0.17",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15191,10 +15191,10 @@ sinon-chai@~3.7.0:
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==

sinon@~13.0.1:
version "13.0.2"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-13.0.2.tgz#c6a8ddd655dc1415bbdc5ebf0e5b287806850c3a"
integrity sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==
sinon@~14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.0.tgz#203731c116d3a2d58dc4e3cbe1f443ba9382a031"
integrity sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==
dependencies:
"@sinonjs/commons" "^1.8.3"
"@sinonjs/fake-timers" "^9.1.2"
Expand Down

0 comments on commit ea85166

Please sign in to comment.