Skip to content

Commit 501fd5a

Browse files
chore(deps): update dependency vitest to v1.3.1
1 parent 26ad9fc commit 501fd5a

File tree

2 files changed

+50
-46
lines changed

2 files changed

+50
-46
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"vite-plugin-env-compatible": "2.0.1",
124124
"vite-plugin-svgr": "3.3.0",
125125
"vite-tsconfig-paths": "4.3.1",
126-
"vitest": "1.2.2",
126+
"vitest": "1.3.1",
127127
"whatwg-fetch": "3.6.20"
128128
},
129129
"optionalDependencies": {

frontend/yarn.lock

Lines changed: 49 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,44 +2422,44 @@
24222422
"@types/babel__core" "^7.20.5"
24232423
react-refresh "^0.14.0"
24242424

2425-
"@vitest/expect@1.2.2":
2426-
version "1.2.2"
2427-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.2.2.tgz#39ea22e849bbf404b7e5272786551aa99e2663d0"
2428-
integrity sha512-3jpcdPAD7LwHUUiT2pZTj2U82I2Tcgg2oVPvKxhn6mDI2On6tfvPQTjAI4628GUGDZrCm4Zna9iQHm5cEexOAg==
2425+
"@vitest/expect@1.3.1":
2426+
version "1.3.1"
2427+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.3.1.tgz#d4c14b89c43a25fd400a6b941f51ba27fe0cb918"
2428+
integrity sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==
24292429
dependencies:
2430-
"@vitest/spy" "1.2.2"
2431-
"@vitest/utils" "1.2.2"
2430+
"@vitest/spy" "1.3.1"
2431+
"@vitest/utils" "1.3.1"
24322432
chai "^4.3.10"
24332433

2434-
"@vitest/runner@1.2.2":
2435-
version "1.2.2"
2436-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.2.2.tgz#8b060a56ecf8b3d607b044d79f5f50d3cd9fee2f"
2437-
integrity sha512-JctG7QZ4LSDXr5CsUweFgcpEvrcxOV1Gft7uHrvkQ+fsAVylmWQvnaAr/HDp3LAH1fztGMQZugIheTWjaGzYIg==
2434+
"@vitest/runner@1.3.1":
2435+
version "1.3.1"
2436+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-1.3.1.tgz#e7f96cdf74842934782bfd310eef4b8695bbfa30"
2437+
integrity sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg==
24382438
dependencies:
2439-
"@vitest/utils" "1.2.2"
2439+
"@vitest/utils" "1.3.1"
24402440
p-limit "^5.0.0"
24412441
pathe "^1.1.1"
24422442

2443-
"@vitest/snapshot@1.2.2":
2444-
version "1.2.2"
2445-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.2.2.tgz#f56fd575569774968f3eeba9382a166c26201042"
2446-
integrity sha512-SmGY4saEw1+bwE1th6S/cZmPxz/Q4JWsl7LvbQIky2tKE35US4gd0Mjzqfr84/4OD0tikGWaWdMja/nWL5NIPA==
2443+
"@vitest/snapshot@1.3.1":
2444+
version "1.3.1"
2445+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-1.3.1.tgz#193a5d7febf6ec5d22b3f8c5a093f9e4322e7a88"
2446+
integrity sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ==
24472447
dependencies:
24482448
magic-string "^0.30.5"
24492449
pathe "^1.1.1"
24502450
pretty-format "^29.7.0"
24512451

2452-
"@vitest/spy@1.2.2":
2453-
version "1.2.2"
2454-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.2.2.tgz#8fc2aeccb96cecbbdd192c643729bd5f97a01c86"
2455-
integrity sha512-k9Gcahssw8d7X3pSLq3e3XEu/0L78mUkCjivUqCQeXJm9clfXR/Td8+AP+VC1O6fKPIDLcHDTAmBOINVuv6+7g==
2452+
"@vitest/spy@1.3.1":
2453+
version "1.3.1"
2454+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-1.3.1.tgz#814245d46d011b99edd1c7528f5725c64e85a88b"
2455+
integrity sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==
24562456
dependencies:
24572457
tinyspy "^2.2.0"
24582458

2459-
"@vitest/utils@1.2.2":
2460-
version "1.2.2"
2461-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.2.2.tgz#94b5a1bd8745ac28cf220a99a8719efea1bcfc83"
2462-
integrity sha512-WKITBHLsBHlpjnDQahr+XK6RE7MiAsgrIkr0pGhQ9ygoxBfUeG0lUG5iLlzqjmKSlBv3+j5EGsriBzh+C3Tq9g==
2459+
"@vitest/utils@1.3.1":
2460+
version "1.3.1"
2461+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-1.3.1.tgz#7b05838654557544f694a372de767fcc9594d61a"
2462+
integrity sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==
24632463
dependencies:
24642464
diff-sequences "^29.6.3"
24652465
estree-walker "^3.0.3"
@@ -4726,6 +4726,11 @@ jmespath@^0.16.0:
47264726
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
47274727
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
47284728

4729+
js-tokens@^8.0.2:
4730+
version "8.0.3"
4731+
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-8.0.3.tgz#1c407ec905643603b38b6be6977300406ec48775"
4732+
integrity sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==
4733+
47294734
js-yaml@^3.13.1:
47304735
version "3.14.1"
47314736
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
@@ -6760,12 +6765,12 @@ strip-indent@^3.0.0:
67606765
dependencies:
67616766
min-indent "^1.0.0"
67626767

6763-
strip-literal@^1.3.0:
6764-
version "1.3.0"
6765-
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-1.3.0.tgz#db3942c2ec1699e6836ad230090b84bb458e3a07"
6766-
integrity sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==
6768+
strip-literal@^2.0.0:
6769+
version "2.0.0"
6770+
resolved "https://registry.yarnpkg.com/strip-literal/-/strip-literal-2.0.0.tgz#5d063580933e4e03ebb669b12db64d2200687527"
6771+
integrity sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==
67676772
dependencies:
6768-
acorn "^8.10.0"
6773+
js-tokens "^8.0.2"
67696774

67706775
style-mod@^4.0.0, style-mod@^4.1.0:
67716776
version "4.1.1"
@@ -7325,10 +7330,10 @@ vfile@^5.0.0:
73257330
unist-util-stringify-position "^3.0.0"
73267331
vfile-message "^3.0.0"
73277332

7328-
vite-node@1.2.2:
7329-
version "1.2.2"
7330-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.2.2.tgz#f6d329b06f9032130ae6eac1dc773f3663903c25"
7331-
integrity sha512-1as4rDTgVWJO3n1uHmUYqq7nsFgINQ9u+mRcXpjeOMJUmviqNKjcZB7UfRZrlM7MjYXMKpuWp5oGkjaFLnjawg==
7333+
vite-node@1.3.1:
7334+
version "1.3.1"
7335+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-1.3.1.tgz#a93f7372212f5d5df38e945046b945ac3f4855d2"
7336+
integrity sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==
73327337
dependencies:
73337338
cac "^6.7.14"
73347339
debug "^4.3.4"
@@ -7373,18 +7378,17 @@ [email protected], vite@^5.0.0:
73737378
optionalDependencies:
73747379
fsevents "~2.3.3"
73757380

7376-
vitest@1.2.2:
7377-
version "1.2.2"
7378-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.2.2.tgz#9e29ad2a74a5df553c30c5798c57a062d58ce299"
7379-
integrity sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw==
7380-
dependencies:
7381-
"@vitest/expect" "1.2.2"
7382-
"@vitest/runner" "1.2.2"
7383-
"@vitest/snapshot" "1.2.2"
7384-
"@vitest/spy" "1.2.2"
7385-
"@vitest/utils" "1.2.2"
7381+
vitest@1.3.1:
7382+
version "1.3.1"
7383+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-1.3.1.tgz#2d7e9861f030d88a4669392a4aecb40569d90937"
7384+
integrity sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==
7385+
dependencies:
7386+
"@vitest/expect" "1.3.1"
7387+
"@vitest/runner" "1.3.1"
7388+
"@vitest/snapshot" "1.3.1"
7389+
"@vitest/spy" "1.3.1"
7390+
"@vitest/utils" "1.3.1"
73867391
acorn-walk "^8.3.2"
7387-
cac "^6.7.14"
73887392
chai "^4.3.10"
73897393
debug "^4.3.4"
73907394
execa "^8.0.1"
@@ -7393,11 +7397,11 @@ [email protected]:
73937397
pathe "^1.1.1"
73947398
picocolors "^1.0.0"
73957399
std-env "^3.5.0"
7396-
strip-literal "^1.3.0"
7400+
strip-literal "^2.0.0"
73977401
tinybench "^2.5.1"
73987402
tinypool "^0.8.2"
73997403
vite "^5.0.0"
7400-
vite-node "1.2.2"
7404+
vite-node "1.3.1"
74017405
why-is-node-running "^2.2.2"
74027406

74037407
w3c-keyname@^2.2.4:

0 commit comments

Comments
 (0)