Skip to content

Commit 22d72a8

Browse files
chore(deps): update dependency @types/chai to v5
1 parent 4990732 commit 22d72a8

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@babel/register": "7.25.9",
6969
"@changesets/changelog-github": "0.5.0",
7070
"@changesets/cli": "2.27.12",
71-
"@types/chai": "4.3.20",
71+
"@types/chai": "5.2.3",
7272
"@types/chai-as-promised": "7.1.8",
7373
"@types/child-process-promise": "2.2.6",
7474
"@types/clone": "2.1.4",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,10 +3432,13 @@
34323432
dependencies:
34333433
"@types/deep-eql" "*"
34343434

3435-
"@types/chai@4.3.20":
3436-
version "4.3.20"
3437-
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz#cb291577ed342ca92600430841a00329ba05cecc"
3438-
integrity sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==
3435+
"@types/chai@5.2.3":
3436+
version "5.2.3"
3437+
resolved "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz#8e9cd9e1c3581fa6b341a5aed5588eb285be0b4a"
3438+
integrity sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==
3439+
dependencies:
3440+
"@types/deep-eql" "*"
3441+
assertion-error "^2.0.1"
34393442

34403443
"@types/child-process-promise@2.2.6":
34413444
version "2.2.6"
@@ -4725,6 +4728,11 @@ assertion-error@^1.1.0:
47254728
resolved "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
47264729
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
47274730

4731+
assertion-error@^2.0.1:
4732+
version "2.0.1"
4733+
resolved "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
4734+
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
4735+
47284736
assign-symbols@^1.0.0:
47294737
version "1.0.0"
47304738
resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"

0 commit comments

Comments
 (0)