chore(deps): update dependency sinon to v6.3.4
This commit is contained in:
parent
c1f53dc0fc
commit
e67c3372c5
2 changed files with 6 additions and 6 deletions
|
|
@ -65,7 +65,7 @@
|
|||
"prettier": "1.14.3",
|
||||
"pretty-bytes-cli": "2.0.0",
|
||||
"semver": "5.5.1",
|
||||
"sinon": "6.3.3",
|
||||
"sinon": "6.3.4",
|
||||
"uglify-js": "3.4.9",
|
||||
"webpack": "3.12.0",
|
||||
"webpack-cli": "3.1.0"
|
||||
|
|
|
|||
10
yarn.lock
10
yarn.lock
|
|
@ -121,7 +121,7 @@
|
|||
dependencies:
|
||||
array-from "^2.1.1"
|
||||
|
||||
"@sinonjs/samsam@^2.1.0":
|
||||
"@sinonjs/samsam@^2.1.1":
|
||||
version "2.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-2.1.1.tgz#f352621c24c9e9ab2ed293a7655e8d46bfd64c16"
|
||||
dependencies:
|
||||
|
|
@ -6718,13 +6718,13 @@ simple-swizzle@^0.2.2:
|
|||
dependencies:
|
||||
is-arrayish "^0.3.1"
|
||||
|
||||
sinon@6.3.3:
|
||||
version "6.3.3"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.3.tgz#c3a55b7046174c139e87a3c94c922cbf4323a4e7"
|
||||
sinon@6.3.4:
|
||||
version "6.3.4"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-6.3.4.tgz#6f076d7ddcf381af6c16468ac83d30333a756ec8"
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.0.2"
|
||||
"@sinonjs/formatio" "^3.0.0"
|
||||
"@sinonjs/samsam" "^2.1.0"
|
||||
"@sinonjs/samsam" "^2.1.1"
|
||||
diff "^3.5.0"
|
||||
lodash.get "^4.4.2"
|
||||
lolex "^2.7.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue