Skip to content

Commit 37d854c

Browse files
chore(deps): update dependency vitest to v1.3.1 (#453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41a45f3 commit 37d854c

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"react-dom": "18.2.0",
3232
"rimraf": "5.0.5",
3333
"typescript": "5.3.3",
34-
"vitest": "1.3.0"
34+
"vitest": "1.3.1"
3535
},
3636
"prettier": {
3737
"semi": false

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -427,44 +427,44 @@
427427
dependencies:
428428
"@types/yargs-parser" "*"
429429

430-
"@vitest/[email protected].0":
431-
version "1.3.0"
432-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.3.0.tgz#09b374357b51be44f4fba9336d59024756f902dc"
433-
integrity sha512-7bWt0vBTZj08B+Ikv70AnLRicohYwFgzNjFqo9SxxqHHxSlUJGSXmCRORhOnRMisiUryKMdvsi1n27Bc6jL9DQ==
430+
"@vitest/[email protected].1":
431+
version "1.3.1"
432+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.3.1.tgz#d4c14b89c43a25fd400a6b941f51ba27fe0cb918"
433+
integrity sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==
434434
dependencies:
435-
"@vitest/spy" "1.3.0"
436-
"@vitest/utils" "1.3.0"
435+
"@vitest/spy" "1.3.1"
436+
"@vitest/utils" "1.3.1"
437437
chai "^4.3.10"
438438

439-
"@vitest/[email protected].0":
440-
version "1.3.0"
441-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.3.0.tgz#1fabbe8d13642473e1acc3450b4df67cf40ae9d1"
442-
integrity sha512-1Jb15Vo/Oy7mwZ5bXi7zbgszsdIBNjc4IqP8Jpr/8RdBC4nF1CTzIAn2dxYvpF1nGSseeL39lfLQ2uvs5u1Y9A==
439+
"@vitest/[email protected].1":
440+
version "1.3.1"
441+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.3.1.tgz#e7f96cdf74842934782bfd310eef4b8695bbfa30"
442+
integrity sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg==
443443
dependencies:
444-
"@vitest/utils" "1.3.0"
444+
"@vitest/utils" "1.3.1"
445445
p-limit "^5.0.0"
446446
pathe "^1.1.1"
447447

448-
"@vitest/[email protected].0":
449-
version "1.3.0"
450-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.3.0.tgz#016b34289d87ef0c64f4cdb9173086c2edf1db7b"
451-
integrity sha512-swmktcviVVPYx9U4SEQXLV6AEY51Y6bZ14jA2yo6TgMxQ3h+ZYiO0YhAHGJNp0ohCFbPAis1R9kK0cvN6lDPQA==
448+
"@vitest/[email protected].1":
449+
version "1.3.1"
450+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.3.1.tgz#193a5d7febf6ec5d22b3f8c5a093f9e4322e7a88"
451+
integrity sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ==
452452
dependencies:
453453
magic-string "^0.30.5"
454454
pathe "^1.1.1"
455455
pretty-format "^29.7.0"
456456

457-
"@vitest/[email protected].0":
458-
version "1.3.0"
459-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.3.0.tgz#1faab30e364324e9826887d479e71c03299fe77b"
460-
integrity sha512-AkCU0ThZunMvblDpPKgjIi025UxR8V7MZ/g/EwmAGpjIujLVV2X6rGYGmxE2D4FJbAy0/ijdROHMWa2M/6JVMw==
457+
"@vitest/[email protected].1":
458+
version "1.3.1"
459+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.3.1.tgz#814245d46d011b99edd1c7528f5725c64e85a88b"
460+
integrity sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==
461461
dependencies:
462462
tinyspy "^2.2.0"
463463

464-
"@vitest/[email protected].0":
465-
version "1.3.0"
466-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.3.0.tgz#7d46aa00617c1720b075eaeb4c4979a712d86c8e"
467-
integrity sha512-/LibEY/fkaXQufi4GDlQZhikQsPO2entBKtfuyIpr1jV4DpaeasqkeHjhdOhU24vSHshcSuEyVlWdzvv2XmYCw==
464+
"@vitest/[email protected].1":
465+
version "1.3.1"
466+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.3.1.tgz#7b05838654557544f694a372de767fcc9594d61a"
467+
integrity sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==
468468
dependencies:
469469
diff-sequences "^29.6.3"
470470
estree-walker "^3.0.3"
@@ -1607,10 +1607,10 @@ url-parse@^1.5.3:
16071607
querystringify "^2.1.1"
16081608
requires-port "^1.0.0"
16091609

1610-
1611-
version "1.3.0"
1612-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.3.0.tgz#618cc26d83545cfbd4e2c3014678257496d2bd00"
1613-
integrity sha512-D/oiDVBw75XMnjAXne/4feCkCEwcbr2SU1bjAhCcfI5Bq3VoOHji8/wCPAfUkDIeohJ5nSZ39fNxM3dNZ6OBOA==
1610+
1611+
version "1.3.1"
1612+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.3.1.tgz#a93f7372212f5d5df38e945046b945ac3f4855d2"
1613+
integrity sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==
16141614
dependencies:
16151615
cac "^6.7.14"
16161616
debug "^4.3.4"
@@ -1629,16 +1629,16 @@ vite@^5.0.0:
16291629
optionalDependencies:
16301630
fsevents "~2.3.3"
16311631

1632-
1633-
version "1.3.0"
1634-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.3.0.tgz#3b04e2a8270b2db0929829cb8f03df7bffd1b5a2"
1635-
integrity sha512-V9qb276J1jjSx9xb75T2VoYXdO1UKi+qfflY7V7w93jzX7oA/+RtYE6TcifxksxsZvygSSMwu2Uw6di7yqDMwg==
1636-
dependencies:
1637-
"@vitest/expect" "1.3.0"
1638-
"@vitest/runner" "1.3.0"
1639-
"@vitest/snapshot" "1.3.0"
1640-
"@vitest/spy" "1.3.0"
1641-
"@vitest/utils" "1.3.0"
1632+
1633+
version "1.3.1"
1634+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.3.1.tgz#2d7e9861f030d88a4669392a4aecb40569d90937"
1635+
integrity sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==
1636+
dependencies:
1637+
"@vitest/expect" "1.3.1"
1638+
"@vitest/runner" "1.3.1"
1639+
"@vitest/snapshot" "1.3.1"
1640+
"@vitest/spy" "1.3.1"
1641+
"@vitest/utils" "1.3.1"
16421642
acorn-walk "^8.3.2"
16431643
chai "^4.3.10"
16441644
debug "^4.3.4"
@@ -1652,7 +1652,7 @@ [email protected]:
16521652
tinybench "^2.5.1"
16531653
tinypool "^0.8.2"
16541654
vite "^5.0.0"
1655-
vite-node "1.3.0"
1655+
vite-node "1.3.1"
16561656
why-is-node-running "^2.2.2"
16571657

16581658
w3c-xmlserializer@^5.0.0:

0 commit comments

Comments
 (0)