Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit bd651f3

Browse files
chore: update dependency vitest to ^2.1.8
1 parent d8dfe44 commit bd651f3

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"eslint-plugin-smarthr": "1.0.0",
5858
"globals": "^15.12.0",
5959
"typescript-eslint": "^8.15.0",
60-
"vitest": "^2.1.5"
60+
"vitest": "^2.1.8"
6161
}
6262
}

yarn.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,62 +1137,62 @@
11371137
"@typescript-eslint/types" "8.17.0"
11381138
eslint-visitor-keys "^4.2.0"
11391139

1140-
"@vitest/[email protected].5":
1141-
version "2.1.5"
1142-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.5.tgz#5a6afa6314cae7a61847927bb5bc038212ca7381"
1143-
integrity sha512-nZSBTW1XIdpZvEJyoP/Sy8fUg0b8od7ZpGDkTUcfJ7wz/VoZAFzFfLyxVxGFhUjJzhYqSbIpfMtl/+k/dpWa3Q==
1140+
"@vitest/[email protected].8":
1141+
version "2.1.8"
1142+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.8.tgz#13fad0e8d5a0bf0feb675dcf1d1f1a36a1773bc1"
1143+
integrity sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==
11441144
dependencies:
1145-
"@vitest/spy" "2.1.5"
1146-
"@vitest/utils" "2.1.5"
1145+
"@vitest/spy" "2.1.8"
1146+
"@vitest/utils" "2.1.8"
11471147
chai "^5.1.2"
11481148
tinyrainbow "^1.2.0"
11491149

1150-
"@vitest/[email protected].5":
1151-
version "2.1.5"
1152-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.5.tgz#54ee50648bc0bb606dfc58e13edfacb8b9208324"
1153-
integrity sha512-XYW6l3UuBmitWqSUXTNXcVBUCRytDogBsWuNXQijc00dtnU/9OqpXWp4OJroVrad/gLIomAq9aW8yWDBtMthhQ==
1150+
"@vitest/[email protected].8":
1151+
version "2.1.8"
1152+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.8.tgz#51dec42ac244e949d20009249e033e274e323f73"
1153+
integrity sha512-7guJ/47I6uqfttp33mgo6ga5Gr1VnL58rcqYKyShoRK9ebu8T5Rs6HN3s1NABiBeVTdWNrwUMcHH54uXZBN4zA==
11541154
dependencies:
1155-
"@vitest/spy" "2.1.5"
1155+
"@vitest/spy" "2.1.8"
11561156
estree-walker "^3.0.3"
11571157
magic-string "^0.30.12"
11581158

1159-
"@vitest/[email protected].5", "@vitest/pretty-format@^2.1.5":
1160-
version "2.1.5"
1161-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.5.tgz#bc79b8826d4a63dc04f2a75d2944694039fa50aa"
1162-
integrity sha512-4ZOwtk2bqG5Y6xRGHcveZVr+6txkH7M2e+nPFd6guSoN638v/1XQ0K06eOpi0ptVU/2tW/pIU4IoPotY/GZ9fw==
1159+
"@vitest/[email protected].8", "@vitest/pretty-format@^2.1.8":
1160+
version "2.1.8"
1161+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.8.tgz#88f47726e5d0cf4ba873d50c135b02e4395e2bca"
1162+
integrity sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==
11631163
dependencies:
11641164
tinyrainbow "^1.2.0"
11651165

1166-
"@vitest/[email protected].5":
1167-
version "2.1.5"
1168-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.5.tgz#4d5e2ba2dfc0af74e4b0f9f3f8be020559b26ea9"
1169-
integrity sha512-pKHKy3uaUdh7X6p1pxOkgkVAFW7r2I818vHDthYLvUyjRfkKOU6P45PztOch4DZarWQne+VOaIMwA/erSSpB9g==
1166+
"@vitest/[email protected].8":
1167+
version "2.1.8"
1168+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.8.tgz#b0e2dd29ca49c25e9323ea2a45a5125d8729759f"
1169+
integrity sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==
11701170
dependencies:
1171-
"@vitest/utils" "2.1.5"
1171+
"@vitest/utils" "2.1.8"
11721172
pathe "^1.1.2"
11731173

1174-
"@vitest/[email protected].5":
1175-
version "2.1.5"
1176-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.5.tgz#a09a8712547452a84e08b3ec97b270d9cc156b4f"
1177-
integrity sha512-zmYw47mhfdfnYbuhkQvkkzYroXUumrwWDGlMjpdUr4jBd3HZiV2w7CQHj+z7AAS4VOtWxI4Zt4bWt4/sKcoIjg==
1174+
"@vitest/[email protected].8":
1175+
version "2.1.8"
1176+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.8.tgz#d5dc204f4b95dc8b5e468b455dfc99000047d2de"
1177+
integrity sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==
11781178
dependencies:
1179-
"@vitest/pretty-format" "2.1.5"
1179+
"@vitest/pretty-format" "2.1.8"
11801180
magic-string "^0.30.12"
11811181
pathe "^1.1.2"
11821182

1183-
"@vitest/[email protected].5":
1184-
version "2.1.5"
1185-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.5.tgz#f790d1394a5030644217ce73562e92465e83147e"
1186-
integrity sha512-aWZF3P0r3w6DiYTVskOYuhBc7EMc3jvn1TkBg8ttylFFRqNN2XGD7V5a4aQdk6QiUzZQ4klNBSpCLJgWNdIiNw==
1183+
"@vitest/[email protected].8":
1184+
version "2.1.8"
1185+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.8.tgz#bc41af3e1e6a41ae3b67e51f09724136b88fa447"
1186+
integrity sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==
11871187
dependencies:
11881188
tinyspy "^3.0.2"
11891189

1190-
"@vitest/[email protected].5":
1191-
version "2.1.5"
1192-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.5.tgz#0e19ce677c870830a1573d33ee86b0d6109e9546"
1193-
integrity sha512-yfj6Yrp0Vesw2cwJbP+cl04OC+IHFsuQsrsJBL9pyGeQXE56v1UAOQco+SR55Vf1nQzfV0QJg1Qum7AaWUwwYg==
1190+
"@vitest/[email protected].8":
1191+
version "2.1.8"
1192+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.8.tgz#f8ef85525f3362ebd37fd25d268745108d6ae388"
1193+
integrity sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==
11941194
dependencies:
1195-
"@vitest/pretty-format" "2.1.5"
1195+
"@vitest/pretty-format" "2.1.8"
11961196
loupe "^3.1.2"
11971197
tinyrainbow "^1.2.0"
11981198

@@ -5067,10 +5067,10 @@ validate-npm-package-license@^3.0.1:
50675067
spdx-correct "^3.0.0"
50685068
spdx-expression-parse "^3.0.0"
50695069

5070-
5071-
version "2.1.5"
5072-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.5.tgz#cf28c637b2ebe65921f3118a165b7cf00a1cdf19"
5073-
integrity sha512-rd0QIgx74q4S1Rd56XIiL2cYEdyWn13cunYBIuqh9mpmQr7gGS0IxXoP8R6OaZtNQQLyXSWbd4rXKYUbhFpK5w==
5070+
5071+
version "2.1.8"
5072+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.8.tgz#9495ca17652f6f7f95ca7c4b568a235e0c8dbac5"
5073+
integrity sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==
50745074
dependencies:
50755075
cac "^6.7.14"
50765076
debug "^4.3.7"
@@ -5089,18 +5089,18 @@ vite@^5.0.0:
50895089
optionalDependencies:
50905090
fsevents "~2.3.3"
50915091

5092-
vitest@^2.1.5:
5093-
version "2.1.5"
5094-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.5.tgz#a93b7b84a84650130727baae441354e6df118148"
5095-
integrity sha512-P4ljsdpuzRTPI/kbND2sDZ4VmieerR2c9szEZpjc+98Z9ebvnXmM5+0tHEKqYZumXqlvnmfWsjeFOjXVriDG7A==
5096-
dependencies:
5097-
"@vitest/expect" "2.1.5"
5098-
"@vitest/mocker" "2.1.5"
5099-
"@vitest/pretty-format" "^2.1.5"
5100-
"@vitest/runner" "2.1.5"
5101-
"@vitest/snapshot" "2.1.5"
5102-
"@vitest/spy" "2.1.5"
5103-
"@vitest/utils" "2.1.5"
5092+
vitest@^2.1.8:
5093+
version "2.1.8"
5094+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.8.tgz#2e6a00bc24833574d535c96d6602fb64163092fa"
5095+
integrity sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==
5096+
dependencies:
5097+
"@vitest/expect" "2.1.8"
5098+
"@vitest/mocker" "2.1.8"
5099+
"@vitest/pretty-format" "^2.1.8"
5100+
"@vitest/runner" "2.1.8"
5101+
"@vitest/snapshot" "2.1.8"
5102+
"@vitest/spy" "2.1.8"
5103+
"@vitest/utils" "2.1.8"
51045104
chai "^5.1.2"
51055105
debug "^4.3.7"
51065106
expect-type "^1.1.0"
@@ -5112,7 +5112,7 @@ vitest@^2.1.5:
51125112
tinypool "^1.0.1"
51135113
tinyrainbow "^1.2.0"
51145114
vite "^5.0.0"
5115-
vite-node "2.1.5"
5115+
vite-node "2.1.8"
51165116
why-is-node-running "^2.3.0"
51175117

51185118
walker@^1.0.8:

0 commit comments

Comments
 (0)