Skip to content

Commit e940ca3

Browse files
chore: yarn (deps-dev): bump @types/chai in the all-dependencies group (#115)
Bumps the all-dependencies group with 1 update: [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai). Updates `@types/chai` from 5.2.2 to 5.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) --- updated-dependencies: - dependency-name: "@types/chai" dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41d22db commit e940ca3

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@parcel/transformer-inline-string": "^2.16.4",
3636
"@testing-library/dom": "^10.4.1",
3737
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
38-
"@types/chai": "^5.2.2",
38+
"@types/chai": "^5.2.3",
3939
"@types/jsdom": "^21.1.7",
4040
"@types/mocha": "^10.0.10",
4141
"@types/sinon": "^17.0.4",

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,12 +1371,13 @@
13711371
dependencies:
13721372
"@types/chai" "*"
13731373

1374-
"@types/chai@*", "@types/chai@^5.2.2":
1375-
version "5.2.2"
1376-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.2.tgz#6f14cea18180ffc4416bc0fd12be05fdd73bdd6b"
1377-
integrity sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==
1374+
"@types/chai@*", "@types/chai@^5.2.3":
1375+
version "5.2.3"
1376+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-5.2.3.tgz#8e9cd9e1c3581fa6b341a5aed5588eb285be0b4a"
1377+
integrity sha512-Mw558oeA9fFbv65/y4mHtXDs9bPnFMZAL/jxdPFUpOHHIXX91mcgEHbS5Lahr+pwZFR8A7GQleRWeI6cGFC2UA==
13781378
dependencies:
13791379
"@types/deep-eql" "*"
1380+
assertion-error "^2.0.1"
13801381

13811382
"@types/chai@^4.2.12", "@types/chai@^4.3.1":
13821383
version "4.3.20"
@@ -1798,6 +1799,11 @@ array-union@^2.1.0:
17981799
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
17991800
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
18001801

1802+
assertion-error@^2.0.1:
1803+
version "2.0.1"
1804+
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
1805+
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
1806+
18011807
astral-regex@^2.0.0:
18021808
version "2.0.0"
18031809
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"

0 commit comments

Comments
 (0)