Skip to content

Commit 68ef25a

Browse files
build(deps-dev): bump sinon from 15.1.2 to 16.0.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.2 to 16.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.1.2...v16.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>
1 parent 613e20f commit 68ef25a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"rollup-plugin-sass": "^1.12.20",
6767
"rollup-plugin-terser": "^7.0.2",
6868
"rollup-plugin-visualizer": "^5.9.0",
69-
"sinon": "^15.1.2",
69+
"sinon": "^16.0.0",
7070
"start-server-and-test": "^2.0.0"
7171
},
7272
"publishConfig": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,10 +1799,10 @@
17991799
dependencies:
18001800
type-detect "4.0.8"
18011801

1802-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.1.0":
1803-
version "10.2.0"
1804-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1805-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1802+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1803+
version "10.3.0"
1804+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1805+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
18061806
dependencies:
18071807
"@sinonjs/commons" "^3.0.0"
18081808

@@ -9493,13 +9493,13 @@ sigstore@^1.0.0:
94939493
make-fetch-happen "^11.0.1"
94949494
tuf-js "^1.0.0"
94959495

9496-
sinon@^15.1.2:
9497-
version "15.1.2"
9498-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.2.tgz#09b5f3abfbd9df6b257d0f05bbb9d1b78a31ae51"
9499-
integrity sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==
9496+
sinon@^16.0.0:
9497+
version "16.0.0"
9498+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.0.0.tgz#06da4e63624b946c9d7e67cce21c2f67f40f23a9"
9499+
integrity sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==
95009500
dependencies:
95019501
"@sinonjs/commons" "^3.0.0"
9502-
"@sinonjs/fake-timers" "^10.1.0"
9502+
"@sinonjs/fake-timers" "^10.3.0"
95039503
"@sinonjs/samsam" "^8.0.0"
95049504
diff "^5.1.0"
95059505
nise "^5.1.4"

0 commit comments

Comments
 (0)