chore(deps-dev): bump sinon from 16.1.0 to 16.1.3 (#9671)

Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.0 to 16.1.3.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v16.1.0...v16.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-21 19:56:25 +01:00
committed by GitHub
parent 6f2c0a22e9
commit 87790f226f
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -118,7 +118,7 @@
"rimraf": "^5.0.5",
"sazerac": "^2.0.0",
"simple-git-hooks": "^2.9.0",
"sinon": "^16.1.0",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0",
"snap-shot-it": "^7.9.10",
"start-server-and-test": "2.0.1",
@@ -24360,9 +24360,9 @@
}
},
"node_modules/sinon": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz",
"integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==",
"version": "16.1.3",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.3.tgz",
"integrity": "sha512-mjnWWeyxcAf9nC0bXcPmiDut+oE8HYridTNzBbF98AYVLmWwGRp2ISEpyhYflG1ifILT+eNn3BmKUJPxjXUPlA==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^3.0.0",

View File

@@ -205,7 +205,7 @@
"rimraf": "^5.0.5",
"sazerac": "^2.0.0",
"simple-git-hooks": "^2.9.0",
"sinon": "^16.1.0",
"sinon": "^16.1.3",
"sinon-chai": "^3.7.0",
"snap-shot-it": "^7.9.10",
"start-server-and-test": "2.0.1",