Skip to content

Commit 3c7211b

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates
Bumps the npm_and_yarn group with 3 updates in the / directory: [undici](https://github.com/nodejs/undici), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `undici` from 6.20.1 to 6.21.1 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.20.1...v6.21.1) Updates `vitest` from 2.1.8 to 2.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest) Updates `vite` from 5.4.11 to 5.4.14 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) --- updated-dependencies: - dependency-name: undici dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vitest dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: vite dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c79dba commit 3c7211b

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prom-client": "^15.1.3",
7171
"superjson": "^2.2.1",
7272
"thirdweb": "^5.83.0",
73-
"undici": "^6.20.1",
73+
"undici": "^6.21.1",
7474
"uuid": "^9.0.1",
7575
"viem": "^2.21.54",
7676
"winston": "^3.14.1",
@@ -90,7 +90,7 @@
9090
"openapi-typescript-codegen": "^0.25.0",
9191
"prool": "^0.0.16",
9292
"typescript": "^5.1.3",
93-
"vitest": "^2.0.3"
93+
"vitest": "^2.1.9"
9494
},
9595
"prisma": {
9696
"schema": "./src/prisma/schema.prisma"

yarn.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4268,62 +4268,62 @@
42684268
test-exclude "^7.0.1"
42694269
tinyrainbow "^1.2.0"
42704270

4271-
"@vitest/expect@2.1.8":
4272-
version "2.1.8"
4273-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.8.tgz#13fad0e8d5a0bf0feb675dcf1d1f1a36a1773bc1"
4274-
integrity sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==
4271+
"@vitest/expect@2.1.9":
4272+
version "2.1.9"
4273+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.9.tgz#b566ea20d58ea6578d8dc37040d6c1a47ebe5ff8"
4274+
integrity sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==
42754275
dependencies:
4276-
"@vitest/spy" "2.1.8"
4277-
"@vitest/utils" "2.1.8"
4276+
"@vitest/spy" "2.1.9"
4277+
"@vitest/utils" "2.1.9"
42784278
chai "^5.1.2"
42794279
tinyrainbow "^1.2.0"
42804280

4281-
"@vitest/mocker@2.1.8":
4282-
version "2.1.8"
4283-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.8.tgz#51dec42ac244e949d20009249e033e274e323f73"
4284-
integrity sha512-7guJ/47I6uqfttp33mgo6ga5Gr1VnL58rcqYKyShoRK9ebu8T5Rs6HN3s1NABiBeVTdWNrwUMcHH54uXZBN4zA==
4281+
"@vitest/mocker@2.1.9":
4282+
version "2.1.9"
4283+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.9.tgz#36243b27351ca8f4d0bbc4ef91594ffd2dc25ef5"
4284+
integrity sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==
42854285
dependencies:
4286-
"@vitest/spy" "2.1.8"
4286+
"@vitest/spy" "2.1.9"
42874287
estree-walker "^3.0.3"
42884288
magic-string "^0.30.12"
42894289

4290-
"@vitest/pretty-format@2.1.8", "@vitest/pretty-format@^2.1.8":
4291-
version "2.1.8"
4292-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.8.tgz#88f47726e5d0cf4ba873d50c135b02e4395e2bca"
4293-
integrity sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==
4290+
"@vitest/pretty-format@2.1.9", "@vitest/pretty-format@^2.1.9":
4291+
version "2.1.9"
4292+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.9.tgz#434ff2f7611689f9ce70cd7d567eceb883653fdf"
4293+
integrity sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==
42944294
dependencies:
42954295
tinyrainbow "^1.2.0"
42964296

4297-
"@vitest/runner@2.1.8":
4298-
version "2.1.8"
4299-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.8.tgz#b0e2dd29ca49c25e9323ea2a45a5125d8729759f"
4300-
integrity sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==
4297+
"@vitest/runner@2.1.9":
4298+
version "2.1.9"
4299+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.9.tgz#cc18148d2d797fd1fd5908d1f1851d01459be2f6"
4300+
integrity sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==
43014301
dependencies:
4302-
"@vitest/utils" "2.1.8"
4302+
"@vitest/utils" "2.1.9"
43034303
pathe "^1.1.2"
43044304

4305-
"@vitest/snapshot@2.1.8":
4306-
version "2.1.8"
4307-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.8.tgz#d5dc204f4b95dc8b5e468b455dfc99000047d2de"
4308-
integrity sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==
4305+
"@vitest/snapshot@2.1.9":
4306+
version "2.1.9"
4307+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.9.tgz#24260b93f798afb102e2dcbd7e61c6dfa118df91"
4308+
integrity sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==
43094309
dependencies:
4310-
"@vitest/pretty-format" "2.1.8"
4310+
"@vitest/pretty-format" "2.1.9"
43114311
magic-string "^0.30.12"
43124312
pathe "^1.1.2"
43134313

4314-
"@vitest/spy@2.1.8":
4315-
version "2.1.8"
4316-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.8.tgz#bc41af3e1e6a41ae3b67e51f09724136b88fa447"
4317-
integrity sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==
4314+
"@vitest/spy@2.1.9":
4315+
version "2.1.9"
4316+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.9.tgz#cb28538c5039d09818b8bfa8edb4043c94727c60"
4317+
integrity sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==
43184318
dependencies:
43194319
tinyspy "^3.0.2"
43204320

4321-
"@vitest/utils@2.1.8":
4322-
version "2.1.8"
4323-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.8.tgz#f8ef85525f3362ebd37fd25d268745108d6ae388"
4324-
integrity sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==
4321+
"@vitest/utils@2.1.9":
4322+
version "2.1.9"
4323+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.9.tgz#4f2486de8a54acf7ecbf2c5c24ad7994a680a6c1"
4324+
integrity sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==
43254325
dependencies:
4326-
"@vitest/pretty-format" "2.1.8"
4326+
"@vitest/pretty-format" "2.1.9"
43274327
loupe "^3.1.2"
43284328
tinyrainbow "^1.2.0"
43294329

@@ -10558,10 +10558,10 @@ undici-types@~6.20.0:
1055810558
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1055910559
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1056010560

10561-
undici@^6.20.1:
10562-
version "6.20.1"
10563-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.20.1.tgz#fbb87b1e2b69d963ff2d5410a40ffb4c9e81b621"
10564-
integrity sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==
10561+
undici@^6.21.1:
10562+
version "6.21.1"
10563+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
10564+
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
1056510565

1056610566
unenv@^1.10.0:
1056710567
version "1.10.0"
@@ -10793,10 +10793,10 @@ viem@^2.21.54:
1079310793
webauthn-p256 "0.0.10"
1079410794
ws "8.18.0"
1079510795

10796-
vite-node@2.1.8:
10797-
version "2.1.8"
10798-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.8.tgz#9495ca17652f6f7f95ca7c4b568a235e0c8dbac5"
10799-
integrity sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==
10796+
vite-node@2.1.9:
10797+
version "2.1.9"
10798+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.9.tgz#549710f76a643f1c39ef34bdb5493a944e4f895f"
10799+
integrity sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==
1080010800
dependencies:
1080110801
cac "^6.7.14"
1080210802
debug "^4.3.7"
@@ -10805,28 +10805,28 @@ vite-node@2.1.8:
1080510805
vite "^5.0.0"
1080610806

1080710807
vite@^5.0.0:
10808-
version "5.4.11"
10809-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5"
10810-
integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==
10808+
version "5.4.14"
10809+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.14.tgz#ff8255edb02134df180dcfca1916c37a6abe8408"
10810+
integrity sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==
1081110811
dependencies:
1081210812
esbuild "^0.21.3"
1081310813
postcss "^8.4.43"
1081410814
rollup "^4.20.0"
1081510815
optionalDependencies:
1081610816
fsevents "~2.3.3"
1081710817

10818-
vitest@^2.0.3:
10819-
version "2.1.8"
10820-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.8.tgz#2e6a00bc24833574d535c96d6602fb64163092fa"
10821-
integrity sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==
10822-
dependencies:
10823-
"@vitest/expect" "2.1.8"
10824-
"@vitest/mocker" "2.1.8"
10825-
"@vitest/pretty-format" "^2.1.8"
10826-
"@vitest/runner" "2.1.8"
10827-
"@vitest/snapshot" "2.1.8"
10828-
"@vitest/spy" "2.1.8"
10829-
"@vitest/utils" "2.1.8"
10818+
vitest@^2.1.9:
10819+
version "2.1.9"
10820+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.9.tgz#7d01ffd07a553a51c87170b5e80fea3da7fb41e7"
10821+
integrity sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==
10822+
dependencies:
10823+
"@vitest/expect" "2.1.9"
10824+
"@vitest/mocker" "2.1.9"
10825+
"@vitest/pretty-format" "^2.1.9"
10826+
"@vitest/runner" "2.1.9"
10827+
"@vitest/snapshot" "2.1.9"
10828+
"@vitest/spy" "2.1.9"
10829+
"@vitest/utils" "2.1.9"
1083010830
chai "^5.1.2"
1083110831
debug "^4.3.7"
1083210832
expect-type "^1.1.0"
@@ -10838,7 +10838,7 @@ vitest@^2.0.3:
1083810838
tinypool "^1.0.1"
1083910839
tinyrainbow "^1.2.0"
1084010840
vite "^5.0.0"
10841-
vite-node "2.1.8"
10841+
vite-node "2.1.9"
1084210842
why-is-node-running "^2.3.0"
1084310843

1084410844
vm-browserify@^1.0.1:

0 commit comments

Comments
 (0)