build(deps-dev): bump @types/sinon from 10.0.0 to 10.0.1
This commit is contained in:
parent
7469991d2e
commit
abb422910f
2 changed files with 10 additions and 10 deletions
|
@ -58,7 +58,7 @@
|
|||
"@types/inquirer": "^7.3.1",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/node": "^15.6.0",
|
||||
"@types/sinon": "^10.0.0",
|
||||
"@types/sinon": "^10.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.24.0",
|
||||
"@typescript-eslint/parser": "^4.24.0",
|
||||
"ava": "^3.15.0",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -1030,10 +1030,10 @@
|
|||
dependencies:
|
||||
"@sinonjs/commons" "^1.7.0"
|
||||
|
||||
"@sinonjs/fake-timers@^7.0.4":
|
||||
version "7.0.5"
|
||||
resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.0.5.tgz#558a7f8145a01366c44b3dcbdd7172c05c461564"
|
||||
integrity sha512-fUt6b15bjV/VW93UP5opNXJxdwZSbK1EdiwnhN7XrQrcpaOhMJpZ/CjwFpM3THpxwA+YviBUJKSuEqKlCK5alw==
|
||||
"@sinonjs/fake-timers@^7.1.0":
|
||||
version "7.1.2"
|
||||
resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
|
||||
integrity sha512-iQADsW4LBMISqZ6Ci1dupJL9pprqwcVFTcOsEmQOEhW+KLCVn/Y4Jrvg2k19fIHCp+iFprriYPTdRcQR8NbUPg==
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.7.0"
|
||||
|
||||
|
@ -1148,12 +1148,12 @@
|
|||
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
||||
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
||||
|
||||
"@types/sinon@^10.0.0":
|
||||
version "10.0.0"
|
||||
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.0.tgz#eecc3847af03d45ffe53d55aaaaf6ecb28b5e584"
|
||||
integrity sha512-jDZ55oCKxqlDmoTBBbBBEx+N8ZraUVhggMZ9T5t+6/Dh8/4NiOjSUfpLrPiEwxQDlAe3wpAkoXhWvE6LibtsMQ==
|
||||
"@types/sinon@^10.0.1":
|
||||
version "10.0.1"
|
||||
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.1.tgz#97ccb0482b750f5140ffdc661240ebbbe6e28d75"
|
||||
integrity sha512-tZulsvuJwif5ddTBtscflI7gJcd+RpENcNZ7QCp0jKEl0bZY3Pu6PbJs4GR3SfQkGgsUa+FrlKsKQ0XyGNvDuA==
|
||||
dependencies:
|
||||
"@sinonjs/fake-timers" "^7.0.4"
|
||||
"@sinonjs/fake-timers" "^7.1.0"
|
||||
|
||||
"@types/through@*":
|
||||
version "0.0.30"
|
||||
|
|
Loading…
Reference in a new issue