Skip to content

Commit ed72abd

Browse files
Bump sinon from 11.1.2 to 12.0.1 (#1377)
Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 to 12.0.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](sinonjs/sinon@v11.1.2...v12.0.1) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e53326 commit ed72abd

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"qunit-dom": "^1.6.0",
238238
"sass": "^1.26.3",
239239
"seedrandom": "^3.0.1",
240-
"sinon": "^11.1.2",
240+
"sinon": "^12.0.1",
241241
"stylelint-config-css-modules": "^1.2.0",
242242
"stylelint-config-sass-guidelines": "^6.0.0",
243243
"toastr": "^2.1.4",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2490,13 +2490,20 @@
24902490
dependencies:
24912491
"@sinonjs/commons" "^1.7.0"
24922492

2493-
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.0", "@sinonjs/fake-timers@^7.1.2":
2493+
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.0":
24942494
version "7.1.2"
24952495
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
24962496
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
24972497
dependencies:
24982498
"@sinonjs/commons" "^1.7.0"
24992499

2500+
"@sinonjs/fake-timers@^8.1.0":
2501+
version "8.1.0"
2502+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7"
2503+
integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==
2504+
dependencies:
2505+
"@sinonjs/commons" "^1.7.0"
2506+
25002507
"@sinonjs/samsam@^5.3.1":
25012508
version "5.3.1"
25022509
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.1.tgz#375a45fe6ed4e92fca2fb920e007c48232a6507f"
@@ -17801,13 +17808,13 @@ simple-html-tokenizer@^0.5.10, simple-html-tokenizer@^0.5.8:
1780117808
resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.5.11.tgz#4c5186083c164ba22a7b477b7687ac056ad6b1d9"
1780217809
integrity sha512-C2WEK/Z3HoSFbYq8tI7ni3eOo/NneSPRoPpcM7WdLjFOArFuyXEjAoCdOC3DgMfRyziZQ1hCNR4mrNdWEvD0og==
1780317810

17804-
sinon@^11.1.2:
17805-
version "11.1.2"
17806-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
17807-
integrity sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==
17811+
sinon@^12.0.1:
17812+
version "12.0.1"
17813+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-12.0.1.tgz#331eef87298752e1b88a662b699f98e403c859e9"
17814+
integrity sha512-iGu29Xhym33ydkAT+aNQFBINakjq69kKO6ByPvTsm3yyIACfyQttRTP03aBP/I8GfhFmLzrnKwNNkr0ORb1udg==
1780817815
dependencies:
1780917816
"@sinonjs/commons" "^1.8.3"
17810-
"@sinonjs/fake-timers" "^7.1.2"
17817+
"@sinonjs/fake-timers" "^8.1.0"
1781117818
"@sinonjs/samsam" "^6.0.2"
1781217819
diff "^5.0.0"
1781317820
nise "^5.1.0"

0 commit comments

Comments
 (0)