Skip to content

Commit 0ae4884

Browse files
build(deps-dev): bump sinon from 11.1.2 to 12.0.1 (#41)
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 829e3aa commit 0ae4884

2 files changed

Lines changed: 14 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"nyc": "^15.1.0",
1919
"prettier": "^2.5.1",
2020
"proxyquire": "^2.1.3",
21-
"sinon": "^11.1.2"
21+
"sinon": "^12.0.1"
2222
},
2323
"scripts": {
2424
"build": "ncc build src/index.js --license licenses.txt",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,20 @@
434434
dependencies:
435435
type-detect "4.0.8"
436436

437-
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.2":
437+
"@sinonjs/fake-timers@^7.0.4":
438438
version "7.1.2"
439439
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
440440
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
441441
dependencies:
442442
"@sinonjs/commons" "^1.7.0"
443443

444+
"@sinonjs/fake-timers@^8.1.0":
445+
version "8.1.0"
446+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz#3fdc2b6cb58935b21bfb8d1625eb1300484316e7"
447+
integrity sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==
448+
dependencies:
449+
"@sinonjs/commons" "^1.7.0"
450+
444451
"@sinonjs/samsam@^6.0.2":
445452
version "6.0.2"
446453
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-6.0.2.tgz#a0117d823260f282c04bff5f8704bdc2ac6910bb"
@@ -2713,13 +2720,13 @@ signal-exit@^3.0.2:
27132720
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
27142721
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
27152722

2716-
sinon@^11.1.2:
2717-
version "11.1.2"
2718-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
2719-
integrity sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==
2723+
sinon@^12.0.1:
2724+
version "12.0.1"
2725+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-12.0.1.tgz#331eef87298752e1b88a662b699f98e403c859e9"
2726+
integrity sha512-iGu29Xhym33ydkAT+aNQFBINakjq69kKO6ByPvTsm3yyIACfyQttRTP03aBP/I8GfhFmLzrnKwNNkr0ORb1udg==
27202727
dependencies:
27212728
"@sinonjs/commons" "^1.8.3"
2722-
"@sinonjs/fake-timers" "^7.1.2"
2729+
"@sinonjs/fake-timers" "^8.1.0"
27232730
"@sinonjs/samsam" "^6.0.2"
27242731
diff "^5.0.0"
27252732
nise "^5.1.0"

0 commit comments

Comments
 (0)