Skip to content

Commit 5a69a32

Browse files
chore(deps): update dependency chai to v5
1 parent d0af753 commit 5a69a32

File tree

2 files changed

+34
-35
lines changed

2 files changed

+34
-35
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"yarn": "1.22.19"
9393
},
9494
"devDependencies": {
95-
"chai": "4.5.0",
95+
"chai": "5.1.2",
9696
"chai-as-promised": "7.1.2",
9797
"eslint": "7.30.0",
9898
"eslint-plugin-ghost": "2.5.0",

yarn.lock

+33-34
Original file line numberDiff line numberDiff line change
@@ -1483,10 +1483,10 @@ arrify@^2.0.1:
14831483
resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa"
14841484
integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==
14851485

1486-
assertion-error@^1.1.0:
1487-
version "1.1.0"
1488-
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.1.0.tgz#e60b6b0e8f301bd97e5375215bda406c85118c0b"
1489-
integrity sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==
1486+
assertion-error@^2.0.1:
1487+
version "2.0.1"
1488+
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-2.0.1.tgz#f641a196b335690b1070bf00b6e7593fec190bf7"
1489+
integrity sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==
14901490

14911491
astral-regex@^1.0.0:
14921492
version "1.0.0"
@@ -1752,18 +1752,16 @@ [email protected]:
17521752
dependencies:
17531753
check-error "^1.0.2"
17541754

1755-
chai@4.5.0:
1756-
version "4.5.0"
1757-
resolved "https://registry.yarnpkg.com/chai/-/chai-4.5.0.tgz#707e49923afdd9b13a8b0b47d33d732d13812fd8"
1758-
integrity sha512-RITGBfijLkBddZvnn8jdqoTypxvqbOLYQkGGxXzeFjVHvudaPw0HNFD9x928/eUwYWd2dPCugVqspGALTZZQKw==
1755+
chai@5.1.2:
1756+
version "5.1.2"
1757+
resolved "https://registry.yarnpkg.com/chai/-/chai-5.1.2.tgz#3afbc340b994ae3610ca519a6c70ace77ad4378d"
1758+
integrity sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==
17591759
dependencies:
1760-
assertion-error "^1.1.0"
1761-
check-error "^1.0.3"
1762-
deep-eql "^4.1.3"
1763-
get-func-name "^2.0.2"
1764-
loupe "^2.3.6"
1765-
pathval "^1.1.1"
1766-
type-detect "^4.1.0"
1760+
assertion-error "^2.0.1"
1761+
check-error "^2.1.1"
1762+
deep-eql "^5.0.1"
1763+
loupe "^3.1.0"
1764+
pathval "^2.0.0"
17671765

17681766
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
17691767
version "4.1.2"
@@ -1798,13 +1796,18 @@ chardet@^0.7.0:
17981796
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
17991797
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
18001798

1801-
check-error@^1.0.2, check-error@^1.0.3:
1799+
check-error@^1.0.2:
18021800
version "1.0.3"
18031801
resolved "https://registry.yarnpkg.com/check-error/-/check-error-1.0.3.tgz#a6502e4312a7ee969f646e83bb3ddd56281bd694"
18041802
integrity sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==
18051803
dependencies:
18061804
get-func-name "^2.0.2"
18071805

1806+
check-error@^2.1.1:
1807+
version "2.1.1"
1808+
resolved "https://registry.yarnpkg.com/check-error/-/check-error-2.1.1.tgz#87eb876ae71ee388fa0471fe423f494be1d96ccc"
1809+
integrity sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==
1810+
18081811
chokidar@^3.5.3:
18091812
version "3.6.0"
18101813
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
@@ -2398,12 +2401,10 @@ [email protected], decompress@^4.2.1:
23982401
pify "^2.3.0"
23992402
strip-dirs "^2.0.0"
24002403

2401-
deep-eql@^4.1.3:
2402-
version "4.1.4"
2403-
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-4.1.4.tgz#d0d3912865911bb8fac5afb4e3acfa6a28dc72b7"
2404-
integrity sha512-SUwdGfqdKOwxCPeVYjwSyRpJ7Z+fhpwIAtmCUdZIWZ/YP5R9WAsyuSgpLVDi9bjWoN2LXHNss/dk3urXtdQxGg==
2405-
dependencies:
2406-
type-detect "^4.0.0"
2404+
deep-eql@^5.0.1:
2405+
version "5.0.2"
2406+
resolved "https://registry.yarnpkg.com/deep-eql/-/deep-eql-5.0.2.tgz#4b756d8d770a9257300825d52a2c2cff99c3a341"
2407+
integrity sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==
24072408

24082409
deep-extend@^0.6.0:
24092410
version "0.6.0"
@@ -3271,7 +3272,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
32713272
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
32723273
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
32733274

3274-
get-func-name@^2.0.1, get-func-name@^2.0.2:
3275+
get-func-name@^2.0.2:
32753276
version "2.0.2"
32763277
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
32773278
integrity sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==
@@ -4356,12 +4357,10 @@ loud-rejection@^1.0.0:
43564357
currently-unhandled "^0.4.1"
43574358
signal-exit "^3.0.0"
43584359

4359-
loupe@^2.3.6:
4360-
version "2.3.7"
4361-
resolved "https://registry.yarnpkg.com/loupe/-/loupe-2.3.7.tgz#6e69b7d4db7d3ab436328013d37d1c8c3540c697"
4362-
integrity sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==
4363-
dependencies:
4364-
get-func-name "^2.0.1"
4360+
loupe@^3.1.0:
4361+
version "3.1.3"
4362+
resolved "https://registry.yarnpkg.com/loupe/-/loupe-3.1.3.tgz#042a8f7986d77f3d0f98ef7990a2b2fef18b0fd2"
4363+
integrity sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==
43654364

43664365
lower-case@^2.0.2:
43674366
version "2.0.2"
@@ -5169,10 +5168,10 @@ path-type@^3.0.0:
51695168
dependencies:
51705169
pify "^3.0.0"
51715170

5172-
pathval@^1.1.1:
5173-
version "1.1.1"
5174-
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
5175-
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
5171+
pathval@^2.0.0:
5172+
version "2.0.0"
5173+
resolved "https://registry.yarnpkg.com/pathval/-/pathval-2.0.0.tgz#7e2550b422601d4f6b8e26f1301bc8f15a741a25"
5174+
integrity sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==
51765175

51775176
pend@~1.2.0:
51785177
version "1.2.0"
@@ -6408,7 +6407,7 @@ [email protected]:
64086407
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
64096408
integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==
64106409

6411-
type-detect@^4.0.0, type-detect@^4.1.0:
6410+
type-detect@^4.1.0:
64126411
version "4.1.0"
64136412
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c"
64146413
integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==

0 commit comments

Comments
 (0)