Skip to content

Commit b191fca

Browse files
build(deps-dev): bump chai and @types/chai
Bumps [chai](https://github.com/chaijs/chai) and [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). These dependencies needed to be updated together. Updates `chai` from 4.2.0 to 4.3.7 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](chaijs/chai@4.2.0...v4.3.7) Updates `@types/chai` from 4.2.14 to 4.3.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: "@types/chai" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d572368 commit b191fca

File tree

2 files changed

+24
-21
lines changed

2 files changed

+24
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@commitlint/cli": "11.0.0",
3838
"@commitlint/config-conventional": "11.0.0",
39-
"@types/chai": "4.2.14",
39+
"@types/chai": "4.3.4",
4040
"@types/deep-equal-in-any-order": "1.0.1",
4141
"@types/fs-extra": "9.0.11",
4242
"@types/klaw-sync": "6.0.0",
@@ -47,7 +47,7 @@
4747
"@types/sinon-chai": "3.2.5",
4848
"@typescript-eslint/eslint-plugin": "4.33.0",
4949
"@typescript-eslint/parser": "4.14.0",
50-
"chai": "4.2.0",
50+
"chai": "4.3.7",
5151
"conventional-changelog-cli": "2.1.1",
5252
"coveralls": "3.1.0",
5353
"cz-conventional-changelog": "3.3.0",

yarn.lock

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1641,16 +1641,11 @@
16411641
resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz"
16421642
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
16431643

1644-
"@types/chai@*":
1644+
"@types/chai@*", "@types/chai@4.3.4":
16451645
version "4.3.4"
1646-
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.4.tgz"
1646+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.4.tgz#e913e8175db8307d78b4e8fa690408ba6b65dee4"
16471647
integrity sha512-KnRanxnpfpjUTqTCXslZSEdLfXExwgNxYPdiO2WGUj8+HDjFi8R3k5RVKPeSCzLjCcshCAtVO2QBbVuAV4kTnw==
16481648

1649-
"@types/chai@4.2.14":
1650-
version "4.2.14"
1651-
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.14.tgz"
1652-
integrity sha512-G+ITQPXkwTrslfG5L/BksmbLUA0M1iybEsmCWPqzSxsRRhJZimBKJkoMi8fr/CPygPTj4zO5pJH7I2/cm9M7SQ==
1653-
16541649
"@types/deep-equal-in-any-order@1.0.1":
16551650
version "1.0.1"
16561651
resolved "https://registry.npmjs.org/@types/deep-equal-in-any-order/-/deep-equal-in-any-order-1.0.1.tgz"
@@ -2740,16 +2735,17 @@ caseless@~0.12.0:
27402735
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz"
27412736
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
27422737

2743-
chai@4.2.0:
2744-
version "4.2.0"
2745-
resolved "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz"
2746-
integrity sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==
2738+
chai@4.3.7:
2739+
version "4.3.7"
2740+
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.7.tgz#ec63f6df01829088e8bf55fca839bcd464a8ec51"
2741+
integrity sha512-HLnAzZ2iupm25PlN0xFreAlBA5zaBSv3og0DdeGA4Ar6h6rJ3A0rolRUKJhSF2V10GZKDgWF/VmAEsNWjCRB+A==
27472742
dependencies:
27482743
assertion-error "^1.1.0"
27492744
check-error "^1.0.2"
2750-
deep-eql "^3.0.1"
2745+
deep-eql "^4.1.2"
27512746
get-func-name "^2.0.0"
2752-
pathval "^1.1.0"
2747+
loupe "^2.3.1"
2748+
pathval "^1.1.1"
27532749
type-detect "^4.0.5"
27542750

27552751
chainsaw@~0.1.0:
@@ -3481,10 +3477,10 @@ dedent@0.7.0, dedent@^0.7.0:
34813477
resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz"
34823478
integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==
34833479

3484-
deep-eql@^3.0.1:
3485-
version "3.0.1"
3486-
resolved "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz"
3487-
integrity sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==
3480+
deep-eql@^4.1.2:
3481+
version "4.1.3"
3482+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.3.tgz#7c7775513092f7df98d8df9996dd085eb668cc6d"
3483+
integrity sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==
34883484
dependencies:
34893485
type-detect "^4.0.0"
34903486

@@ -5896,6 +5892,13 @@ longest@^2.0.1:
58965892
resolved "https://registry.npmjs.org/longest/-/longest-2.0.1.tgz"
58975893
integrity sha512-Ajzxb8CM6WAnFjgiloPsI3bF+WCxcvhdIG3KNA2KN962+tdBsHcuQ4k4qX/EcS/2CRkcc0iAkR956Nib6aXU/Q==
58985894

5895+
loupe@^2.3.1:
5896+
version "2.3.6"
5897+
resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.6.tgz#76e4af498103c532d1ecc9be102036a21f787b53"
5898+
integrity sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==
5899+
dependencies:
5900+
get-func-name "^2.0.0"
5901+
58995902
lru-cache@^6.0.0:
59005903
version "6.0.0"
59015904
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz"
@@ -7037,9 +7040,9 @@ path-type@^4.0.0:
70377040
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
70387041
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
70397042

7040-
pathval@^1.1.0:
7043+
pathval@^1.1.1:
70417044
version "1.1.1"
7042-
resolved "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz"
7045+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
70437046
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
70447047

70457048
pend@~1.2.0:

0 commit comments

Comments
 (0)