Skip to content

Commit 6d59a6f

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 8b514b8 commit 6d59a6f

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.3",
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
@@ -1583,10 +1583,10 @@
15831583
dependencies:
15841584
type-detect "4.0.8"
15851585

1586-
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.2.0":
1587-
version "10.2.0"
1588-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.2.0.tgz#b3e322a34c5f26e3184e7f6115695f299c1b1194"
1589-
integrity sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==
1586+
"@sinonjs/fake-timers@^10.0.2", "@sinonjs/fake-timers@^10.3.0":
1587+
version "10.3.0"
1588+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz#55fdff1ecab9f354019129daf4df0dd4d923ea66"
1589+
integrity sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==
15901590
dependencies:
15911591
"@sinonjs/commons" "^3.0.0"
15921592

@@ -9118,13 +9118,13 @@ simple-update-notifier@^1.0.7:
91189118
dependencies:
91199119
semver "~7.0.0"
91209120

9121-
sinon@^15.1.0:
9122-
version "15.1.0"
9123-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.1.0.tgz#87656841545f7c63bd1e291df409fafd0e9aec09"
9124-
integrity sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==
9121+
sinon@^15.2.0:
9122+
version "15.2.0"
9123+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-15.2.0.tgz#5e44d4bc5a9b5d993871137fd3560bebfac27565"
9124+
integrity sha512-nPS85arNqwBXaIsFCkolHjGIkFo+Oxu9vbgmBJizLAhqe6P2o3Qmj3KCUoRkfhHtvgDhZdWD3risLHAUJ8npjw==
91259125
dependencies:
91269126
"@sinonjs/commons" "^3.0.0"
9127-
"@sinonjs/fake-timers" "^10.2.0"
9127+
"@sinonjs/fake-timers" "^10.3.0"
91289128
"@sinonjs/samsam" "^8.0.0"
91299129
diff "^5.1.0"
91309130
nise "^5.1.4"

0 commit comments

Comments
 (0)