Skip to content

Commit

Permalink
Bump sinon from 11.1.1 to 12.0.1 (#411)
Browse files Browse the repository at this point in the history
* Bump sinon from 11.1.1 to 12.0.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 12.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md)
- [Commits](sinonjs/sinon@v11.1.1...v12.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update sinon ref

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark <[email protected]>
  • Loading branch information
dependabot[bot] and markcellus authored Dec 20, 2021
1 parent ebc4c02 commit d9da6ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 12 deletions.
37 changes: 27 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.31.1",
"servor": "^4.0.2",
"sinon": "^11.1.1",
"sinon": "^12.0.1",
"typescript": "^4.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tests/youtube-video-tests.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { YoutubeVideoElement } from '../src/youtube-video';
import sinon from 'sinon/pkg/sinon-esm';
import sinon from 'sinon';
import '../node_modules/chai/chai.js';

declare global {
Expand Down

0 comments on commit d9da6ce

Please sign in to comment.