Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit a1b7f94

Browse files
committed
chore(deps): update dependency sinon to ^7.5.0
1 parent 9c78b52 commit a1b7f94

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@
6060
"@types/lodash": "4.14.149",
6161
"@types/mocha": "5.2.7",
6262
"@types/mock-require": "2.0.0",
63-
"@types/sinon": "7.0.13",
63+
"@types/sinon": "7.5.1",
6464
"@types/uuid": "3.4.5",
6565
"husky": "^1.3.1",
6666
"mocha": "^6.0.0",
6767
"mock-require": "^3.0.3",
6868
"nyc": "^13.1.0",
6969
"prettier": "^1.19.1",
7070
"semantic-release": "^16.0.0-beta.46",
71-
"sinon": "^7.4.1",
71+
"sinon": "^7.5.0",
7272
"ts-node": "^8.0.2",
7373
"tslint": "^5.20.1",
7474
"typescript": "^3.7.4"

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,6 @@
543543
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
544544
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
545545

546-
"@types/sinon@7.0.13":
547-
version "7.0.13"
548-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.0.13.tgz#ca039c23a9e27ebea53e0901ef928ea2a1a6d313"
549-
integrity sha512-d7c/C/+H/knZ3L8/cxhicHUiTDxdgap0b/aNJfsmLwFu/iOP17mdgbQsbHA3SJmrzsjD0l3UEE5SN4xxuz5ung==
550-
551546
"@types/sinon@7.5.1":
552547
version "7.5.1"
553548
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-7.5.1.tgz#d27b81af0d1cfe1f9b24eebe7a24f74ae40f5b7c"
@@ -5422,7 +5417,7 @@ signale@^1.2.1:
54225417
figures "^2.0.0"
54235418
pkg-conf "^2.1.0"
54245419

5425-
sinon@^7.4.1, sinon@^7.5.0:
5420+
sinon@^7.5.0:
54265421
version "7.5.0"
54275422
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.5.0.tgz#e9488ea466070ea908fd44a3d6478fd4923c67ec"
54285423
integrity sha512-AoD0oJWerp0/rY9czP/D6hDTTUYGpObhZjMpd7Cl/A6+j0xBE+ayL/ldfggkBXUs0IkvIiM1ljM8+WkOc5k78Q==

0 commit comments

Comments
 (0)