Skip to content

Commit b47796b

Browse files
Update dependency @types/chai to v5 (#509)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b240938 commit b47796b

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"license": "MPL-2.0",
2323
"devDependencies": {
2424
"@types/bent": "7.3.8",
25-
"@types/chai": "4.3.20",
25+
"@types/chai": "5.2.2",
2626
"@types/dotenv": "8.2.3",
2727
"@types/mocha": "10.0.10",
2828
"@typescript-eslint/eslint-plugin": "5.62.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1322,16 +1322,23 @@
13221322
dependencies:
13231323
"@types/node" "*"
13241324

1325-
1326-
version "4.3.20"
1327-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.20.tgz#cb291577ed342ca92600430841a00329ba05cecc"
1328-
integrity sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==
1325+
1326+
version "5.2.2"
1327+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.2.tgz#6f14cea18180ffc4416bc0fd12be05fdd73bdd6b"
1328+
integrity sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==
1329+
dependencies:
1330+
"@types/deep-eql" "*"
13291331

13301332
"@types/color-name@^1.1.1":
13311333
version "1.1.1"
13321334
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
13331335
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
13341336

1337+
"@types/deep-eql@*":
1338+
version "4.0.2"
1339+
resolved "https://registry.yarnpkg.com/@types/deep-eql/-/deep-eql-4.0.2.tgz#334311971d3a07121e7eb91b684a605e7eea9cbd"
1340+
integrity sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==
1341+
13351342
13361343
version "8.2.3"
13371344
resolved "https://registry.yarnpkg.com/@types/dotenv/-/dotenv-8.2.3.tgz#c97b3c5b2e97ff3873793a000999e86cd66ff354"

0 commit comments

Comments
 (0)