Skip to content

Commit 63790c5

Browse files
Bump sinon from 15.1.0 to 15.2.0
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.0 to 15.2.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.0...v15.2.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 672bbab commit 63790c5

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
@@ -316,7 +316,7 @@
316316
"sass-loader": "^13.3.1",
317317
"semver": "^7.5.4",
318318
"shelljs": "^0.8.0",
319-
"sinon": "^15.1.0",
319+
"sinon": "^15.2.0",
320320
"style-loader": "^3.3.3",
321321
"stylelint": "^15.10.1",
322322
"stylelint-config-standard-scss": "^6.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,10 +1632,10 @@
16321632
dependencies:
16331633
type-detect "4.0.8"
16341634

1635-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
1636-
version "10.2.0"
1637-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1638-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1635+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1636+
version "10.3.0"
1637+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1638+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
16391639
dependencies:
16401640
"@sinonjs/commons" "^3.0.0"
16411641

@@ -9278,13 +9278,13 @@ simple-update-notifier@^1.0.7:
92789278
dependencies:
92799279
semver "~7.0.0"
92809280

9281-
sinon@^15.1.0:
9282-
version "15.1.0"
9283-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
9284-
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
9281+
sinon@^15.2.0:
9282+
version "15.2.0"
9283+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.2.0.tgz#5e44d4bc5a9b5d993871137fd3560bebfac27565"
9284+
integrity sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==
92859285
dependencies:
92869286
"@sinonjs/commons" "^3.0.0"
9287-
"@sinonjs/fake-timers" "^10.2.0"
9287+
"@sinonjs/fake-timers" "^10.3.0"
92889288
"@sinonjs/samsam" "^8.0.0"
92899289
diff "^5.1.0"
92909290
nise "^5.1.4"

0 commit comments

Comments
 (0)