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

Commit c553c6d

Browse files
committed
chore(deps): update dependency sinon to ^9.2.4
1 parent 5582084 commit c553c6d

File tree

2 files changed

+16
-25
lines changed

2 files changed

+16
-25
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.168",
5050
"@types/mocha": "7.0.2",
5151
"@types/node": "13.13.48",
52-
"@types/sinon": "9.0.9",
52+
"@types/sinon": "9.0.11",
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.4",
7676
"ts-node": "^8.10.1",
7777
"typescript": "^3.8.3",
7878
"webpack": "^4.43.0",

yarn.lock

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
lodash "^4.17.4"
400400
read-pkg-up "^7.0.0"
401401

402-
"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
402+
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
403403
version "1.8.1"
404404
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
405405
integrity sha512-892K+kWUUi3cl+LlqEWIDrhvLgdL79tECi8JZUyq6IviKy/DNhuzCRlbHUjxK89f4ypPMMaFnFuR9Ie6DoIMsw==
@@ -413,18 +413,10 @@
413413
dependencies:
414414
"@sinonjs/commons" "^1.7.0"
415415

416-
"@sinonjs/formatio@^5.0.1":
417-
version "5.0.1"
418-
resolved "https://registry.yarnpkg.com/@sinonjs/formatio/-/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
419-
integrity sha512-KaiQ5pBf1MpS09MuA0kp6KBQt2JUOQycqVG1NZXvzeaXe5LGFqAKueIS0bw4w0P9r7KuBSVdUk5QjXsUdu2CxQ==
420-
dependencies:
421-
"@sinonjs/commons" "^1"
422-
"@sinonjs/samsam" "^5.0.2"
423-
424-
"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.2.0":
425-
version "5.3.0"
426-
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.0.tgz#1d2f0743dc54bf13fe9d508baefacdffa25d4329"
427-
integrity sha512-hXpcfx3aq+ETVBwPlRFICld5EnrkexXuXDwqUNhDdr5L8VjvMeSRwyOa0qL7XFmR+jVWR4rUZtnxlG7RX72sBg==
416+
"@sinonjs/samsam@^5.3.1":
417+
version "5.3.1"
418+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-5.3.1.tgz#375a45fe6ed4e92fca2fb920e007c48232a6507f"
419+
integrity sha512-1Hc0b1TtyfBu8ixF/tpfSHTVWKwCBLY4QJbkgnE7HcwyvT2xArDxb4K7dMgqRm3szI+LJbzmW/s4xxEhv6hwDg==
428420
dependencies:
429421
"@sinonjs/commons" "^1.6.0"
430422
lodash.get "^4.4.2"
@@ -567,10 +559,10 @@
567559
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
568560
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
569561

570-
"@types/sinon@9.0.9":
571-
version "9.0.9"
572-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.9.tgz#115843b491583f924080f684b6d0d7438344f73c"
573-
integrity sha512-z/y8maYOQyYLyqaOB+dYQ6i0pxKLOsfwCmHmn4T7jS/SDHicIslr37oE3Dg8SCqKrKeBy6Lemu7do2yy+unLrw==
562+
"@types/sinon@9.0.11":
563+
version "9.0.11"
564+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-9.0.11.tgz#7af202dda5253a847b511c929d8b6dda170562eb"
565+
integrity sha512-PwP4UY33SeeVKodNE37ZlOsR9cReypbMJOhZ7BVE0lB+Hix3efCOxiJWiE5Ia+yL9Cn2Ch72EjFTRze8RZsNtg==
574566
dependencies:
575567
"@types/sinonjs__fake-timers" "*"
576568

@@ -7903,15 +7895,14 @@ signale@^1.2.1:
79037895
figures "^2.0.0"
79047896
pkg-conf "^2.1.0"
79057897

7906-
sinon@^9.2.1:
7907-
version "9.2.1"
7908-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.1.tgz#64cc88beac718557055bd8caa526b34a2231be6d"
7909-
integrity sha512-naPfsamB5KEE1aiioaoqJ6MEhdUs/2vtI5w1hPAXX/UwvoPjXcwh1m5HiKx0HGgKR8lQSoFIgY5jM6KK8VrS9w==
7898+
sinon@^9.2.4:
7899+
version "9.2.4"
7900+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-9.2.4.tgz#e55af4d3b174a4443a8762fa8421c2976683752b"
7901+
integrity sha512-zljcULZQsJxVra28qIAL6ow1Z9tpattkCTEJR4RBP3TGc00FcttsP5pK284Nas5WjMZU5Yzy3kAIp3B3KRf5Yg==
79107902
dependencies:
79117903
"@sinonjs/commons" "^1.8.1"
79127904
"@sinonjs/fake-timers" "^6.0.1"
7913-
"@sinonjs/formatio" "^5.0.1"
7914-
"@sinonjs/samsam" "^5.2.0"
7905+
"@sinonjs/samsam" "^5.3.1"
79157906
diff "^4.0.2"
79167907
nise "^4.0.4"
79177908
supports-color "^7.1.0"

0 commit comments

Comments
 (0)