chore: update dependency sinon to ^16.1.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-05 14:35:11 +00:00 committed by Diana Lau
parent ebc73b5d9b
commit 119f4904d1
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -24,7 +24,7 @@
"mocha": "^10.2.0", "mocha": "^10.2.0",
"rc": "^1.2.8", "rc": "^1.2.8",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^16.0.0" "sinon": "^16.1.0"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=16"
@ -2515,9 +2515,9 @@
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
}, },
"node_modules/sinon": { "node_modules/sinon": {
"version": "16.0.0", "version": "16.1.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-16.0.0.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-16.1.0.tgz",
"integrity": "sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==", "integrity": "sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sinonjs/commons": "^3.0.0", "@sinonjs/commons": "^3.0.0",

View File

@ -35,7 +35,7 @@
"mocha": "^10.2.0", "mocha": "^10.2.0",
"rc": "^1.2.8", "rc": "^1.2.8",
"should": "^13.2.3", "should": "^13.2.3",
"sinon": "^16.0.0" "sinon": "^16.1.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",