Skip to content

Commit

Permalink
Merge fc12952 into a063e73
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 8, 2020
2 parents a063e73 + fc12952 commit 517ddd4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rollup-plugin-strip-code": "0.2.7",
"rollup-plugin-uglify": "6.0.4",
"rollup-plugin-vue": "5.1.9",
"sinon": "9.1.0",
"sinon": "9.2.0",
"sinon-chai": "3.5.0",
"vue": "2.6.12",
"vue-template-compiler": "2.6.12"
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.7.2":
"@sinonjs/commons@^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 @@ -178,7 +178,7 @@
"@sinonjs/commons" "^1"
"@sinonjs/samsam" "^5.0.2"

"@sinonjs/samsam@^5.0.2", "@sinonjs/samsam@^5.1.0":
"@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=
Expand All @@ -187,6 +187,15 @@
lodash.get "^4.4.2"
type-detect "^4.0.8"

"@sinonjs/samsam@^5.2.0":
version "5.2.0"
resolved "https://registry.npm.taobao.org/@sinonjs/samsam/download/@sinonjs/samsam-5.2.0.tgz#fcff83ab86f83b5498f4a967869c079408d9b5eb"
integrity sha1-/P+Dq4b4O1SY9KlnhpwHlAjZtes=
dependencies:
"@sinonjs/commons" "^1.6.0"
lodash.get "^4.4.2"
type-detect "^4.0.8"

"@sinonjs/text-encoding@^0.7.1":
version "0.7.1"
resolved "https://registry.npm.taobao.org/@sinonjs/text-encoding/download/@sinonjs/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
Expand Down Expand Up @@ -4741,15 +4750,15 @@ 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.1.0:
version "9.1.0"
resolved "https://registry.npm.taobao.org/sinon/download/sinon-9.1.0.tgz?cache=0&sync_timestamp=1602061422940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsinon%2Fdownload%2Fsinon-9.1.0.tgz#4afc90707c8e360fe051398eed2d3b197980ffc3"
integrity sha1-SvyQcHyONg/gUTmO7S07GXmA/8M=
sinon@9.2.0:
version "9.2.0"
resolved "https://registry.npm.taobao.org/sinon/download/sinon-9.2.0.tgz?cache=0&sync_timestamp=1602061422940&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsinon%2Fdownload%2Fsinon-9.2.0.tgz#1d333967e30023609f7347351ebc0dc964c0f3c9"
integrity sha1-HTM5Z+MAI2Cfc0c1HrwNyWTA88k=
dependencies:
"@sinonjs/commons" "^1.7.2"
"@sinonjs/commons" "^1.8.1"
"@sinonjs/fake-timers" "^6.0.1"
"@sinonjs/formatio" "^5.0.1"
"@sinonjs/samsam" "^5.1.0"
"@sinonjs/samsam" "^5.2.0"
diff "^4.0.2"
nise "^4.0.4"
supports-color "^7.1.0"
Expand Down

0 comments on commit 517ddd4

Please sign in to comment.