Skip to content

Commit

Permalink
Merge 1c10903 into ec76cea
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 27, 2021
2 parents ec76cea + 1c10903 commit fdf7b3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
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": "11.1.1",
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"vue": "2.6.14",
"vue-template-compiler": "2.6.14"
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Expand Up @@ -382,13 +382,20 @@
dependencies:
type-detect "4.0.8"

"@sinonjs/fake-timers@^7.0.4", "@sinonjs/fake-timers@^7.1.0":
"@sinonjs/fake-timers@^7.0.4":
version "7.1.0"
resolved "https://registry.nlark.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-7.1.0.tgz?cache=0&sync_timestamp=1621603732632&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40sinonjs%2Ffake-timers%2Fdownload%2F%40sinonjs%2Ffake-timers-7.1.0.tgz#8f13af27d842cbf51ad4502e05562fe9391d084e"
integrity sha1-jxOvJ9hCy/Ua1FAuBVYv6TkdCE4=
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sinonjs/fake-timers@^7.1.2":
version "7.1.2"
resolved "https://registry.nlark.com/@sinonjs/fake-timers/download/@sinonjs/fake-timers-7.1.2.tgz?cache=0&sync_timestamp=1622212398199&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40sinonjs%2Ffake-timers%2Fdownload%2F%40sinonjs%2Ffake-timers-7.1.2.tgz#2524eae70c4910edccf99b2f4e6efc5894aff7b5"
integrity sha1-JSTq5wxJEO3M+ZsvTm78WJSv97U=
dependencies:
"@sinonjs/commons" "^1.7.0"

"@sinonjs/samsam@^6.0.2":
version "6.0.2"
resolved "https://registry.nlark.com/@sinonjs/samsam/download/@sinonjs/samsam-6.0.2.tgz#a0117d823260f282c04bff5f8704bdc2ac6910bb"
Expand Down Expand Up @@ -4595,13 +4602,13 @@ sinon-chai@3.7.0:
resolved "https://registry.nlark.com/sinon-chai/download/sinon-chai-3.7.0.tgz?cache=0&sync_timestamp=1621944385975&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsinon-chai%2Fdownload%2Fsinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
integrity sha1-z7fewcUJkO0YwVPxhAchzxMTl4M=

sinon@11.1.1:
version "11.1.1"
resolved "https://registry.nlark.com/sinon/download/sinon-11.1.1.tgz?cache=0&sync_timestamp=1622042192268&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fsinon%2Fdownload%2Fsinon-11.1.1.tgz#99a295a8b6f0fadbbb7e004076f3ae54fc6eab91"
integrity sha1-maKVqLbw+tu7fgBAdvOuVPxuq5E=
sinon@11.1.2:
version "11.1.2"
resolved "https://registry.nlark.com/sinon/download/sinon-11.1.2.tgz#9e78850c747241d5c59d1614d8f9cbe8840e8674"
integrity sha1-nniFDHRyQdXFnRYU2PnL6IQOhnQ=
dependencies:
"@sinonjs/commons" "^1.8.3"
"@sinonjs/fake-timers" "^7.1.0"
"@sinonjs/fake-timers" "^7.1.2"
"@sinonjs/samsam" "^6.0.2"
diff "^5.0.0"
nise "^5.1.0"
Expand Down

0 comments on commit fdf7b3b

Please sign in to comment.