Skip to content

Commit 4c406bf

Browse files
Bump sinon from 11.1.1 to 11.1.2 (#94)
Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.1 to 11.1.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/commits) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9931d18 commit 4c406bf

2 files changed

Lines changed: 10 additions & 10 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.3.2",
2020
"proxyquire": "^2.1.3",
21-
"sinon": "^11.1.1"
21+
"sinon": "^11.1.2"
2222
},
2323
"scripts": {
2424
"build": "ncc build src/index.js --license licenses.txt",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@
378378
dependencies:
379379
type-detect "4.0.8"
380380

381-
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.0":
382-
version "7.1.0"
383-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
384-
integrity sha512-hAEzXi6Wbvlb67NnGMGSNOeAflLVnMa4yliPU/ty1qjgW/vAletH15/v/esJwASSIA0YlIyjnloenFbEZc9q9A==
381+
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.2":
382+
version "7.1.2"
383+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
384+
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
385385
dependencies:
386386
"@sinonjs/commons" "^1.7.0"
387387

@@ -2348,13 +2348,13 @@ signal-exit@^3.0.2:
23482348
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
23492349
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
23502350

2351-
sinon@^11.1.1:
2352-
version "11.1.1"
2353-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.1.tgz#99a295a8b6f0fadbbb7e004076f3ae54fc6eab91"
2354-
integrity sha512-ZSSmlkSyhUWbkF01Z9tEbxZLF/5tRC9eojCdFh33gtQaP7ITQVaMWQHGuFM7Cuf/KEfihuh1tTl3/ABju3AQMg==
2351+
sinon@^11.1.2:
2352+
version "11.1.2"
2353+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
2354+
integrity sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==
23552355
dependencies:
23562356
"@sinonjs/commons" "^1.8.3"
2357-
"@sinonjs/fake-timers" "^7.1.0"
2357+
"@sinonjs/fake-timers" "^7.1.2"
23582358
"@sinonjs/samsam" "^6.0.2"
23592359
diff "^5.0.0"
23602360
nise "^5.1.0"

0 commit comments

Comments
 (0)