Skip to content

Commit fb17940

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 c0968ea commit fb17940

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
@@ -1821,10 +1821,10 @@
18211821
dependencies:
18221822
type-detect "4.0.8"
18231823

1824-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.1.0":
1825-
version "10.2.0"
1826-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1827-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1824+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1825+
version "10.3.0"
1826+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1827+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
18281828
dependencies:
18291829
"@sinonjs/commons" "^3.0.0"
18301830

@@ -9560,13 +9560,13 @@ sigstore@^1.0.0:
95609560
make-fetch-happen "^11.0.1"
95619561
tuf-js "^1.0.0"
95629562

9563-
sinon@^15.1.2:
9564-
version "15.1.2"
9565-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.2.tgz#09b5f3abfbd9df6b257d0f05bbb9d1b78a31ae51"
9566-
integrity sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==
9563+
sinon@^16.0.0:
9564+
version "16.0.0"
9565+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.0.0.tgz#06da4e63624b946c9d7e67cce21c2f67f40f23a9"
9566+
integrity sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==
95679567
dependencies:
95689568
"@sinonjs/commons" "^3.0.0"
9569-
"@sinonjs/fake-timers" "^10.1.0"
9569+
"@sinonjs/fake-timers" "^10.3.0"
95709570
"@sinonjs/samsam" "^8.0.0"
95719571
diff "^5.1.0"
95729572
nise "^5.1.4"

0 commit comments

Comments
 (0)