Skip to content

Commit e85c6ec

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency sinon to v11.1.2
1 parent 7677162 commit e85c6ec

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
@@ -40,7 +40,7 @@
4040
"lerna": "4.0.0",
4141
"prettier": "2.3.2",
4242
"semantic-release": "17.4.4",
43-
"sinon": "11.1.1",
43+
"sinon": "11.1.2",
4444
"supertest": "6.1.4",
4545
"ts-jest": "26.5.6",
4646
"ts-loader": "9.2.4",

yarn.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,13 +1798,20 @@
17981798
dependencies:
17991799
"@sinonjs/commons" "^1.7.0"
18001800

1801-
"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.0":
1801+
"@sinonjs/fake-timers@^7.0.4":
18021802
version "7.1.0"
18031803
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
18041804
integrity sha512-hAEzXi6Wbvlb67NnGMGSNOeAflLVnMa4yliPU/ty1qjgW/vAletH15/v/esJwASSIA0YlIyjnloenFbEZc9q9A==
18051805
dependencies:
18061806
"@sinonjs/commons" "^1.7.0"
18071807

1808+
"@sinonjs/fake-timers@^7.1.2":
1809+
version "7.1.2"
1810+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
1811+
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
1812+
dependencies:
1813+
"@sinonjs/commons" "^1.7.0"
1814+
18081815
"@sinonjs/samsam@^6.0.2":
18091816
version "6.0.2"
18101817
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-6.0.2.tgz#a0117d823260f282c04bff5f8704bdc2ac6910bb"
@@ -10344,13 +10351,13 @@ signale@^1.2.1:
1034410351
figures "^2.0.0"
1034510352
pkg-conf "^2.1.0"
1034610353

10347-
sinon@11.1.1:
10348-
version "11.1.1"
10349-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.1.tgz#99a295a8b6f0fadbbb7e004076f3ae54fc6eab91"
10350-
integrity sha512-ZSSmlkSyhUWbkF01Z9tEbxZLF/5tRC9eojCdFh33gtQaP7ITQVaMWQHGuFM7Cuf/KEfihuh1tTl3/ABju3AQMg==
10354+
sinon@11.1.2:
10355+
version "11.1.2"
10356+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
10357+
integrity sha512-59237HChms4kg7/sXhiRcUzdSkKuydDeTiamT/jesUVHshBgL8XAmhgFo0GfK6RruMDM/iRSij1EybmMog9cJw==
1035110358
dependencies:
1035210359
"@sinonjs/commons" "^1.8.3"
10353-
"@sinonjs/fake-timers" "^7.1.0"
10360+
"@sinonjs/fake-timers" "^7.1.2"
1035410361
"@sinonjs/samsam" "^6.0.2"
1035510362
diff "^5.0.0"
1035610363
nise "^5.1.0"

0 commit comments

Comments
 (0)