This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
forked from davidyaha/graphql-mqtt-subscriptions
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency chai to v4.3.6
- Loading branch information
1 parent
3da1735
commit 13235b7
Showing
2 changed files
with
23 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -209,10 +209,10 @@ | |
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.0.1.tgz#37fea779617cfec3fd2b19a0247e8bbdd5133bf6" | ||
|
||
"@types/chai@4.2.11": | ||
version "4.2.11" | ||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.11.tgz#d3614d6c5f500142358e6ed24e1bf16657536c50" | ||
integrity sha512-t7uW6eFafjO+qJ3BIV2gGUyZs27egcNRkUdalkud+Qa3+kg//f129iuOFivHDXQ+vnU3fDXuwgv0cqMCbcE8sw== | ||
"@types/chai@4.3.3": | ||
version "4.3.3" | ||
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.3.tgz#3c90752792660c4b562ad73b3fbd68bf3bc7ae07" | ||
integrity sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g== | ||
|
||
"@types/color-name@^1.1.1": | ||
version "1.1.1" | ||
|
@@ -456,16 +456,17 @@ [email protected]: | |
dependencies: | ||
check-error "^1.0.2" | ||
|
||
chai@4.2.0: | ||
version "4.2.0" | ||
resolved "https://registry.yarnpkg.com/chai/-/chai-4.2.0.tgz#760aa72cf20e3795e84b12877ce0e83737aa29e5" | ||
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw== | ||
chai@4.3.6: | ||
version "4.3.6" | ||
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.6.tgz#ffe4ba2d9fa9d6680cc0b370adae709ec9011e9c" | ||
integrity sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q== | ||
dependencies: | ||
assertion-error "^1.1.0" | ||
check-error "^1.0.2" | ||
deep-eql "^3.0.1" | ||
get-func-name "^2.0.0" | ||
pathval "^1.1.0" | ||
loupe "^2.3.1" | ||
pathval "^1.1.1" | ||
type-detect "^4.0.5" | ||
|
||
chalk@^2.0.0, chalk@^2.3.0, chalk@^2.4.2: | ||
|
@@ -1525,6 +1526,13 @@ [email protected]: | |
dependencies: | ||
chalk "^2.4.2" | ||
|
||
loupe@^2.3.1: | ||
version "2.3.4" | ||
resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.4.tgz#7e0b9bffc76f148f9be769cb1321d3dcf3cb25f3" | ||
integrity sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ== | ||
dependencies: | ||
get-func-name "^2.0.0" | ||
|
||
make-dir@^3.0.0, make-dir@^3.0.2: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" | ||
|
@@ -1801,10 +1809,10 @@ path-parse@^1.0.5: | |
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" | ||
|
||
pathval@^1.1.0: | ||
version "1.1.0" | ||
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0" | ||
integrity sha1-uULm1L3mUwBe9rcTYd74cn0GReA= | ||
pathval@^1.1.1: | ||
version "1.1.1" | ||
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d" | ||
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ== | ||
|
||
performance-now@^2.1.0: | ||
version "2.1.0" | ||
|