Skip to content

Commit

Permalink
chore: Bump sinon and @types/sinon
Browse files Browse the repository at this point in the history
Bumps [sinon](https://github.com/sinonjs/sinon) and [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon). These dependencies needed to be updated together.

Updates `sinon` from 15.0.4 to 17.0.1
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](sinonjs/sinon@v15.0.4...v17.0.1)

Updates `@types/sinon` from 10.0.14 to 17.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/sinon"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 7a962c6 commit 1dcab58
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 54 deletions.
120 changes: 68 additions & 52 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions tools/pfe-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@types/koa-send": "^4.1.4",
"@types/mocha": "10.0.1",
"@types/nunjucks": "^3.2.4",
"@types/sinon": "^10.0.17",
"@types/sinon": "^17.0.2",
"@types/uglifycss": "^0.0.8",
"@types/yargs": "^17.0.25",
"@web/dev-server": "^0.1.38",
Expand Down Expand Up @@ -114,7 +114,7 @@
"playwright-lighthouse": "^2.2.2",
"pwa-helpers": "^0.9.1",
"rollup-plugin-lit-css": "^4.0.1",
"sinon": "^15.0.3",
"sinon": "^17.0.1",
"ts-lit-plugin": "^1.2.1",
"ts-node": "^10.9.1",
"ts-patch": "3.0.2",
Expand Down

0 comments on commit 1dcab58

Please sign in to comment.