mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Update dependency sinon to v7.2.2
This commit is contained in:
parent
6eb2af1bd8
commit
5cd82b1a40
2 changed files with 16 additions and 8 deletions
|
@ -99,7 +99,7 @@
|
|||
"npm-run-all": "4.1.5",
|
||||
"nyc": "13.1.0",
|
||||
"primer-tooltips": "1.5.9",
|
||||
"sinon": "7.2.0",
|
||||
"sinon": "7.2.2",
|
||||
"socket.io-client": "2.2.0",
|
||||
"stylelint": "9.9.0",
|
||||
"stylelint-config-standard": "18.2.0",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -664,7 +664,7 @@
|
|||
dependencies:
|
||||
type-detect "4.0.8"
|
||||
|
||||
"@sinonjs/commons@^1.2.0":
|
||||
"@sinonjs/commons@^1.0.2", "@sinonjs/commons@^1.2.0":
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.3.0.tgz#50a2754016b6f30a994ceda6d9a0a8c36adda849"
|
||||
dependencies:
|
||||
|
@ -676,7 +676,7 @@
|
|||
dependencies:
|
||||
"@sinonjs/samsam" "^2 || ^3"
|
||||
|
||||
"@sinonjs/samsam@^2 || ^3", "@sinonjs/samsam@^3.0.1":
|
||||
"@sinonjs/samsam@^2 || ^3":
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.0.1.tgz#1302682a71ad74308ba614582ad1768618347e1d"
|
||||
dependencies:
|
||||
|
@ -684,6 +684,14 @@
|
|||
array-from "^2.1.1"
|
||||
lodash.get "4.4.2"
|
||||
|
||||
"@sinonjs/samsam@^3.0.2":
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-3.0.2.tgz#304fb33bd5585a0b2df8a4c801fcb47fa84d8e43"
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.0.2"
|
||||
array-from "^2.1.1"
|
||||
lodash.get "^4.4.2"
|
||||
|
||||
"@webassemblyjs/ast@1.7.11":
|
||||
version "1.7.11"
|
||||
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"
|
||||
|
@ -4390,7 +4398,7 @@ lodash.foreach@^4.3.0:
|
|||
version "4.5.0"
|
||||
resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
|
||||
|
||||
lodash.get@4.4.2:
|
||||
lodash.get@4.4.2, lodash.get@^4.4.2:
|
||||
version "4.4.2"
|
||||
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
|
||||
|
||||
|
@ -6577,13 +6585,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
|
|||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
|
||||
|
||||
sinon@7.2.0:
|
||||
version "7.2.0"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.2.0.tgz#929472d3a85cb7e9ad7eec42b41e17bfa40fb165"
|
||||
sinon@7.2.2:
|
||||
version "7.2.2"
|
||||
resolved "https://registry.yarnpkg.com/sinon/-/sinon-7.2.2.tgz#388ecabd42fa93c592bfc71d35a70894d5a0ca07"
|
||||
dependencies:
|
||||
"@sinonjs/commons" "^1.2.0"
|
||||
"@sinonjs/formatio" "^3.1.0"
|
||||
"@sinonjs/samsam" "^3.0.1"
|
||||
"@sinonjs/samsam" "^3.0.2"
|
||||
diff "^3.5.0"
|
||||
lolex "^3.0.0"
|
||||
nise "^1.4.7"
|
||||
|
|
Loading…
Reference in a new issue