Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit c16fee6

Browse files
committed
chore(deps): update dependency sinon to ^9.2.3
1 parent a459624 commit c16fee6

File tree

2 files changed

+13
-22
lines changed

2 files changed

+13
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/lodash": "4.14.167",
5050
"@types/mocha": "7.0.2",
5151
"@types/node": "13.11.1",
52-
"@types/sinon": "9.0.9",
52+
"@types/sinon": "9.0.10",
5353
"@types/webpack": "4.41.20",
5454
"@types/webpack-env": "1.16.0",
5555
"awesome-typescript-loader": "^5.2.1",
@@ -72,7 +72,7 @@
7272
"prettier": "^2.1.2",
7373
"raw-loader": "^4.0.1",
7474
"semantic-release": "^17.0.8",
75-
"sinon": "^9.2.1",
75+
"sinon": "^9.2.3",
7676
"ts-node": "^8.10.1",
7777
"typescript": "^3.8.3",
7878
"webpack": "^4.43.0",

yarn.lock

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
lodash "^4.17.4"
406406
read-pkg-up "^7.0.0"
407407

408-
"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
408+
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
409409
version "1.8.1"
410410
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
411411
integrity sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==
@@ -419,15 +419,7 @@
419419
dependencies:
420420
"@sinonjs/commons" "^1.7.0"
421421

422-
"@sinonjs/formatio@^5.0.1":
423-
version "5.0.1"
424-
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
425-
integrity sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==
426-
dependencies:
427-
"@sinonjs/commons" "^1"
428-
"@sinonjs/samsam" "^5.0.2"
429-
430-
"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.2.0":
422+
"@sinonjs/samsam@^5.3.0":
431423
version "5.3.0"
432424
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.0.tgz#1d2f0743dc54bf13fe9d508baefacdffa25d4329"
433425
integrity sha512-hXpcfx3aq+ETVBwPlRFICld5EnrkexXuXDwqUNhDdr5L8VjvMeSRwyOa0qL7XFmR+jVWR4rUZtnxlG7RX72sBg==
@@ -578,10 +570,10 @@
578570
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
579571
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
580572

581-
"@types/sinon@9.0.9":
582-
version "9.0.9"
583-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.9.tgz#115843b491583f924080f684b6d0d7438344f73c"
584-
integrity sha512-z/y8maYOQyYLyqaOB+dYQ6i0pxKLOsfwCmHmn4T7jS/SDHicIslr37oE3Dg8SCqKrKeBy6Lemu7do2yy+unLrw==
573+
"@types/sinon@9.0.10":
574+
version "9.0.10"
575+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.10.tgz#7fb9bcb6794262482859cab66d59132fca18fcf7"
576+
integrity sha512-/faDC0erR06wMdybwI/uR8wEKV/E83T0k4sepIpB7gXuy2gzx2xiOjmztq6a2Y6rIGJ04D+6UU0VBmWy+4HEMA==
585577
dependencies:
586578
"@types/sinonjs__fake-timers" "*"
587579

@@ -7891,15 +7883,14 @@ signale@^1.2.1:
78917883
figures "^2.0.0"
78927884
pkg-conf "^2.1.0"
78937885

7894-
sinon@^9.2.1:
7895-
version "9.2.1"
7896-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.1.tgz#64cc88beac718557055bd8caa526b34a2231be6d"
7897-
integrity sha512-naPfsamB5KEE1aiioaoqJ6MEhdUs/2vtI5w1hPAXX/UwvoPjXcwh1m5HiKx0HGgKR8lQSoFIgY5jM6KK8VrS9w==
7886+
sinon@^9.2.3:
7887+
version "9.2.3"
7888+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.3.tgz#f68ce414e843e2fd638703043c97f260697caa52"
7889+
integrity sha512-m+DyAWvqVHZtjnjX/nuShasykFeiZ+nPuEfD4G3gpvKGkXRhkF/6NSt2qN2FjZhfrcHXFzUzI+NLnk+42fnLEw==
78987890
dependencies:
78997891
"@sinonjs/commons" "^1.8.1"
79007892
"@sinonjs/fake-timers" "^6.0.1"
7901-
"@sinonjs/formatio" "^5.0.1"
7902-
"@sinonjs/samsam" "^5.2.0"
7893+
"@sinonjs/samsam" "^5.3.0"
79037894
diff "^4.0.2"
79047895
nise "^4.0.4"
79057896
supports-color "^7.1.0"

0 commit comments

Comments
 (0)