Skip to content

Commit aad37d2

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 661855c commit aad37d2

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.1",
318318
"shelljs": "^0.8.0",
319-
"sinon": "^15.1.0",
319+
"sinon": "^15.2.0",
320320
"style-loader": "^3.3.3",
321321
"stylelint": "^14.16.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
@@ -1686,10 +1686,10 @@
16861686
dependencies:
16871687
type-detect "4.0.8"
16881688

1689-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
1690-
version "10.2.0"
1691-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1692-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1689+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1690+
version "10.3.0"
1691+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1692+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
16931693
dependencies:
16941694
"@sinonjs/commons" "^3.0.0"
16951695

@@ -9222,13 +9222,13 @@ simple-update-notifier@^1.0.7:
92229222
dependencies:
92239223
semver "~7.0.0"
92249224

9225-
sinon@^15.1.0:
9226-
version "15.1.0"
9227-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
9228-
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
9225+
sinon@^15.2.0:
9226+
version "15.2.0"
9227+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.2.0.tgz#5e44d4bc5a9b5d993871137fd3560bebfac27565"
9228+
integrity sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==
92299229
dependencies:
92309230
"@sinonjs/commons" "^3.0.0"
9231-
"@sinonjs/fake-timers" "^10.2.0"
9231+
"@sinonjs/fake-timers" "^10.3.0"
92329232
"@sinonjs/samsam" "^8.0.0"
92339233
diff "^5.1.0"
92349234
nise "^5.1.4"

0 commit comments

Comments
 (0)