Skip to content

Commit fd5096a

Browse files
chore(deps): update dependency @types/chai to v5
1 parent f063aad commit fd5096a

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
@@ -66,7 +66,7 @@
6666
"@babel/register": "7.25.9",
6767
"@changesets/changelog-github": "0.5.0",
6868
"@changesets/cli": "2.27.12",
69-
"@types/chai": "4.3.20",
69+
"@types/chai": "5.2.3",
7070
"@types/chai-as-promised": "7.1.8",
7171
"@types/child-process-promise": "2.2.6",
7272
"@types/clone": "2.1.4",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3417,10 +3417,13 @@
34173417
dependencies:
34183418
"@types/deep-eql" "*"
34193419

3420-
"@types/chai@4.3.20":
3421-
version "4.3.20"
3422-
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.20.tgz#cb291577ed342ca92600430841a00329ba05cecc"
3423-
integrity sha512-/pC9HAB5I/xMlc5FP77qjCnI16ChlJfW0tGa0IUcFn38VJrTV6DeZ60NU5KZBtaOZqjdpwTWohz5HU1RrhiYxQ==
3420+
"@types/chai@5.2.3":
3421+
version "5.2.3"
3422+
resolved "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz#8e9cd9e1c3581fa6b341a5aed5588eb285be0b4a"
3423+
integrity sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==
3424+
dependencies:
3425+
"@types/deep-eql" "*"
3426+
assertion-error "^2.0.1"
34243427

34253428
"@types/child-process-promise@2.2.6":
34263429
version "2.2.6"
@@ -4710,6 +4713,11 @@ assertion-error@^1.1.0:
47104713
resolved "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
47114714
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
47124715

4716+
assertion-error@^2.0.1:
4717+
version "2.0.1"
4718+
resolved "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
4719+
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
4720+
47134721
assign-symbols@^1.0.0:
47144722
version "1.0.0"
47154723
resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"

0 commit comments

Comments
 (0)