Bump sinon from 13.0.2 to 14.0.0

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](https://github.com/sinonjs/sinon/compare/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>
This commit is contained in:
dependabot[bot]
2022-05-09 10:01:30 +00:00
committed by GitHub
parent a5c2c8d3d4
commit fff0313950
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -61,7 +61,7 @@
"rollup-plugin-terser": "^7.0.2",
"serve-static": "^1.14.0",
"shx": "^0.3.2",
"sinon": "^13.0.0",
"sinon": "^14.0.0",
"source-map-loader": "^3.0.1",
"threads": "^1.6.5",
"typescript": "4.6.4",
@@ -8743,9 +8743,9 @@
"dev": true
},
"node_modules/sinon": {
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.2.tgz",
"integrity": "sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz",
"integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==",
"dev": true,
"dependencies": {
"@sinonjs/commons": "^1.8.3",
@@ -16961,9 +16961,9 @@
"dev": true
},
"sinon": {
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.2.tgz",
"integrity": "sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==",
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.0.tgz",
"integrity": "sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==",
"dev": true,
"requires": {
"@sinonjs/commons": "^1.8.3",

View File

@@ -97,7 +97,7 @@
"rollup-plugin-terser": "^7.0.2",
"serve-static": "^1.14.0",
"shx": "^0.3.2",
"sinon": "^13.0.0",
"sinon": "^14.0.0",
"source-map-loader": "^3.0.1",
"threads": "^1.6.5",
"typescript": "4.6.4",