build(deps-dev): bump sinon from 16.1.0 to 16.1.1 in /src

Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.0 to 16.1.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-18 15:27:53 +00:00 committed by GitHub
parent 7e1ccd3f4e
commit 6e0e8afd0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -7402,9 +7402,9 @@
} }
}, },
"sinon": { "sinon": {
"version": "16.1.0", "version": "16.1.1",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.1.tgz",
"integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==", "integrity": "sha512-tu0DS1g4Rm2xHT9mWK5g5aTogTXWwGGz3fQK/L5fnECPkcAQ3YcbAbJ4XxOkpDDnV4EV5n+lee5neq5QyVxoSg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sinonjs/commons": "^3.0.0", "@sinonjs/commons": "^3.0.0",

View file

@ -87,7 +87,7 @@
"openapi-schema-validation": "^0.4.2", "openapi-schema-validation": "^0.4.2",
"selenium-webdriver": "^4.14.0", "selenium-webdriver": "^4.14.0",
"set-cookie-parser": "^2.6.0", "set-cookie-parser": "^2.6.0",
"sinon": "^16.1.0", "sinon": "^16.1.1",
"split-grid": "^1.0.11", "split-grid": "^1.0.11",
"supertest": "^6.3.3", "supertest": "^6.3.3",
"typescript": "^4.9.5" "typescript": "^4.9.5"