Skip to content

Commit

Permalink
chore(deps): update dependency sinon to v9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 6, 2021
1 parent 5cdfc57 commit 27b95f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"rollup-plugin-strip-code": "0.2.7",
"rollup-plugin-uglify": "6.0.4",
"rollup-plugin-vue": "5.1.9",
"sinon": "9.2.2",
"sinon": "9.2.3",
"sinon-chai": "3.5.0",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12"
Expand Down
28 changes: 5 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
estree-walker "^2.0.1"
picomatch "^2.2.2"

"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
version "1.8.1"
resolved "https://registry.npm.taobao.org/@sinonjs/commons/download/@sinonjs/commons-1.8.1.tgz#e7df00f98a203324f6dc7cc606cad9d4a8ab2217"
integrity sha1-598A+YogMyT23HzGBsrZ1KirIhc=
Expand All @@ -363,23 +363,6 @@
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sinonjs/formatio@^5.0.1":
version "5.0.1"
resolved "https://registry.npm.taobao.org/@sinonjs/formatio/download/@sinonjs/formatio-5.0.1.tgz#f13e713cb3313b1ab965901b01b0828ea6b77089"
integrity sha1-8T5xPLMxOxq5ZZAbAbCCjqa3cIk=
dependencies:
"@sinonjs/commons" "^1"
"@sinonjs/samsam" "^5.0.2"

"@sinonjs/samsam@^5.0.2":
version "5.1.0"
resolved "https://registry.npm.taobao.org/@sinonjs/samsam/download/@sinonjs/samsam-5.1.0.tgz#3afe719232b541bb6cf3411a4c399a188de21ec0"
integrity sha1-Ov5xkjK1Qbts80EaTDmaGI3iHsA=
dependencies:
"@sinonjs/commons" "^1.6.0"
lodash.get "^4.4.2"
type-detect "^4.0.8"

"@sinonjs/samsam@^5.3.0":
version "5.3.0"
resolved "https://registry.npm.taobao.org/@sinonjs/samsam/download/@sinonjs/samsam-5.3.0.tgz#1d2f0743dc54bf13fe9d508baefacdffa25d4329"
Expand Down Expand Up @@ -4498,14 +4481,13 @@ sinon-chai@3.5.0:
resolved "https://registry.npm.taobao.org/sinon-chai/download/sinon-chai-3.5.0.tgz#c9a78304b0e15befe57ef68e8a85a00553f5c60e"
integrity sha1-yaeDBLDhW+/lfvaOioWgBVP1xg4=

sinon@9.2.2:
version "9.2.2"
resolved "https://registry.npm.taobao.org/sinon/download/sinon-9.2.2.tgz#b83cf5d43838f99cfa3644453f4c7db23e7bd535"
integrity sha1-uDz11Dg4+Zz6NkRFP0x9sj571TU=
sinon@9.2.3:
version "9.2.3"
resolved "https://registry.npm.taobao.org/sinon/download/sinon-9.2.3.tgz#f68ce414e843e2fd638703043c97f260697caa52"
integrity sha1-9ozkFOhD4v1jhwMEPJfyYGl8qlI=
dependencies:
"@sinonjs/commons" "^1.8.1"
"@sinonjs/fake-timers" "^6.0.1"
"@sinonjs/formatio" "^5.0.1"
"@sinonjs/samsam" "^5.3.0"
diff "^4.0.2"
nise "^4.0.4"
Expand Down

0 comments on commit 27b95f1

Please sign in to comment.