Skip to content

Commit 28a7af0

Browse files
build(deps-dev): bump sinon from 15.1.2 to 16.1.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.2 to 16.1.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.1.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 aefb1e1 commit 28a7af0

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.21",
6767
"rollup-plugin-terser": "^7.0.2",
6868
"rollup-plugin-visualizer": "^5.9.0",
69-
"sinon": "^15.1.2",
69+
"sinon": "^16.1.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
@@ -1798,10 +1798,10 @@
17981798
dependencies:
17991799
type-detect "4.0.8"
18001800

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

@@ -9438,13 +9438,13 @@ sigstore@^1.0.0:
94389438
make-fetch-happen "^11.0.1"
94399439
tuf-js "^1.0.0"
94409440

9441-
sinon@^15.1.2:
9442-
version "15.1.2"
9443-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.2.tgz#09b5f3abfbd9df6b257d0f05bbb9d1b78a31ae51"
9444-
integrity sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==
9441+
sinon@^16.1.0:
9442+
version "16.1.0"
9443+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.0.tgz#645b836563c9bedb21defdbe48831cb2afb687f2"
9444+
integrity sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==
94459445
dependencies:
94469446
"@sinonjs/commons" "^3.0.0"
9447-
"@sinonjs/fake-timers" "^10.1.0"
9447+
"@sinonjs/fake-timers" "^10.3.0"
94489448
"@sinonjs/samsam" "^8.0.0"
94499449
diff "^5.1.0"
94509450
nise "^5.1.4"

0 commit comments

Comments
 (0)