diff --git a/@vates/async-each/package.json b/@vates/async-each/package.json index 28da0a442..439baf02e 100644 --- a/@vates/async-each/package.json +++ b/@vates/async-each/package.json @@ -33,7 +33,7 @@ "test": "node--test" }, "devDependencies": { - "sinon": "^14.0.1", + "sinon": "^15.0.1", "tap": "^16.3.0", "test": "^3.2.1" } diff --git a/@vates/disposable/package.json b/@vates/disposable/package.json index 099a05877..71cda0f07 100644 --- a/@vates/disposable/package.json +++ b/@vates/disposable/package.json @@ -29,7 +29,7 @@ "ensure-array": "^1.0.0" }, "devDependencies": { - "sinon": "^14.0.1", + "sinon": "^15.0.1", "test": "^3.2.1" } } diff --git a/@xen-orchestra/async-map/package.json b/@xen-orchestra/async-map/package.json index 2a2782af4..bdb3a0d4d 100644 --- a/@xen-orchestra/async-map/package.json +++ b/@xen-orchestra/async-map/package.json @@ -35,7 +35,7 @@ "test": "node--test" }, "devDependencies": { - "sinon": "^14.0.1", + "sinon": "^15.0.1", "test": "^3.2.1" } } diff --git a/@xen-orchestra/backups/package.json b/@xen-orchestra/backups/package.json index 1623b9ad4..7c14a3d0a 100644 --- a/@xen-orchestra/backups/package.json +++ b/@xen-orchestra/backups/package.json @@ -47,7 +47,7 @@ }, "devDependencies": { "rimraf": "^3.0.2", - "sinon": "^14.0.1", + "sinon": "^15.0.1", "test": "^3.2.1", "tmp": "^0.2.1" }, diff --git a/@xen-orchestra/cron/package.json b/@xen-orchestra/cron/package.json index 3642be62c..9a43653ac 100644 --- a/@xen-orchestra/cron/package.json +++ b/@xen-orchestra/cron/package.json @@ -42,7 +42,7 @@ "test": "node--test" }, "devDependencies": { - "sinon": "^14.0.1", + "sinon": "^15.0.1", "test": "^3.2.1" } } diff --git a/yarn.lock b/yarn.lock index e18648597..df097b3d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2722,7 +2722,7 @@ dependencies: type-detect "4.0.8" -"@sinonjs/fake-timers@^10.0.2": +"@sinonjs/fake-timers@10.0.2", "@sinonjs/fake-timers@^10.0.2": version "10.0.2" resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.0.2.tgz#d10549ed1f423d80639c528b6c7f5a1017747d0c" integrity sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw== @@ -17599,13 +17599,13 @@ sink-transform@^2.0.0: concat-stream "^1.4.8" readable-stream "^2.0.0" -sinon@^14.0.1: - version "14.0.2" - resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.2.tgz#585a81a3c7b22cf950762ac4e7c28eb8b151c46f" - integrity sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w== +sinon@^15.0.1: + version "15.0.1" + resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.0.1.tgz#ce062611a0b131892e2c18f03055b8eb6e8dc234" + integrity sha512-PZXKc08f/wcA/BMRGBze2Wmw50CWPiAH3E21EOi4B49vJ616vW4DQh4fQrqsYox2aNR/N3kCqLuB0PwwOucQrg== dependencies: "@sinonjs/commons" "^2.0.0" - "@sinonjs/fake-timers" "^9.1.2" + "@sinonjs/fake-timers" "10.0.2" "@sinonjs/samsam" "^7.0.1" diff "^5.0.0" nise "^5.1.2"