Skip to content

Commit 0e97ba2

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 eef9c43 commit 0e97ba2

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.90.0",
73-
"undici": "^6.20.1",
73+
"undici": "^6.21.1",
7474
"uuid": "^9.0.1",
7575
"viem": "2.22.17",
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
@@ -4252,62 +4252,62 @@
42524252
test-exclude "^7.0.1"
42534253
tinyrainbow "^1.2.0"
42544254

4255-
"@vitest/expect@2.1.8":
4256-
version "2.1.8"
4257-
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.8.tgz#13fad0e8d5a0bf0feb675dcf1d1f1a36a1773bc1"
4258-
integrity sha512-8ytZ/fFHq2g4PJVAtDX57mayemKgDR6X3Oa2Foro+EygiOJHUXhCqBAAKQYYajZpFoIfvBCF1j6R6IYRSIUFuw==
4255+
"@vitest/expect@2.1.9":
4256+
version "2.1.9"
4257+
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-2.1.9.tgz#b566ea20d58ea6578d8dc37040d6c1a47ebe5ff8"
4258+
integrity sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==
42594259
dependencies:
4260-
"@vitest/spy" "2.1.8"
4261-
"@vitest/utils" "2.1.8"
4260+
"@vitest/spy" "2.1.9"
4261+
"@vitest/utils" "2.1.9"
42624262
chai "^5.1.2"
42634263
tinyrainbow "^1.2.0"
42644264

4265-
"@vitest/mocker@2.1.8":
4266-
version "2.1.8"
4267-
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.8.tgz#51dec42ac244e949d20009249e033e274e323f73"
4268-
integrity sha512-7guJ/47I6uqfttp33mgo6ga5Gr1VnL58rcqYKyShoRK9ebu8T5Rs6HN3s1NABiBeVTdWNrwUMcHH54uXZBN4zA==
4265+
"@vitest/mocker@2.1.9":
4266+
version "2.1.9"
4267+
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-2.1.9.tgz#36243b27351ca8f4d0bbc4ef91594ffd2dc25ef5"
4268+
integrity sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==
42694269
dependencies:
4270-
"@vitest/spy" "2.1.8"
4270+
"@vitest/spy" "2.1.9"
42714271
estree-walker "^3.0.3"
42724272
magic-string "^0.30.12"
42734273

4274-
"@vitest/pretty-format@2.1.8", "@vitest/pretty-format@^2.1.8":
4275-
version "2.1.8"
4276-
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.8.tgz#88f47726e5d0cf4ba873d50c135b02e4395e2bca"
4277-
integrity sha512-9HiSZ9zpqNLKlbIDRWOnAWqgcA7xu+8YxXSekhr0Ykab7PAYFkhkwoqVArPOtJhPmYeE2YHgKZlj3CP36z2AJQ==
4274+
"@vitest/pretty-format@2.1.9", "@vitest/pretty-format@^2.1.9":
4275+
version "2.1.9"
4276+
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-2.1.9.tgz#434ff2f7611689f9ce70cd7d567eceb883653fdf"
4277+
integrity sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==
42784278
dependencies:
42794279
tinyrainbow "^1.2.0"
42804280

4281-
"@vitest/runner@2.1.8":
4282-
version "2.1.8"
4283-
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.8.tgz#b0e2dd29ca49c25e9323ea2a45a5125d8729759f"
4284-
integrity sha512-17ub8vQstRnRlIU5k50bG+QOMLHRhYPAna5tw8tYbj+jzjcspnwnwtPtiOlkuKC4+ixDPTuLZiqiWWQ2PSXHVg==
4281+
"@vitest/runner@2.1.9":
4282+
version "2.1.9"
4283+
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-2.1.9.tgz#cc18148d2d797fd1fd5908d1f1851d01459be2f6"
4284+
integrity sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==
42854285
dependencies:
4286-
"@vitest/utils" "2.1.8"
4286+
"@vitest/utils" "2.1.9"
42874287
pathe "^1.1.2"
42884288

4289-
"@vitest/snapshot@2.1.8":
4290-
version "2.1.8"
4291-
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.8.tgz#d5dc204f4b95dc8b5e468b455dfc99000047d2de"
4292-
integrity sha512-20T7xRFbmnkfcmgVEz+z3AU/3b0cEzZOt/zmnvZEctg64/QZbSDJEVm9fLnnlSi74KibmRsO9/Qabi+t0vCRPg==
4289+
"@vitest/snapshot@2.1.9":
4290+
version "2.1.9"
4291+
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-2.1.9.tgz#24260b93f798afb102e2dcbd7e61c6dfa118df91"
4292+
integrity sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==
42934293
dependencies:
4294-
"@vitest/pretty-format" "2.1.8"
4294+
"@vitest/pretty-format" "2.1.9"
42954295
magic-string "^0.30.12"
42964296
pathe "^1.1.2"
42974297

4298-
"@vitest/spy@2.1.8":
4299-
version "2.1.8"
4300-
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.8.tgz#bc41af3e1e6a41ae3b67e51f09724136b88fa447"
4301-
integrity sha512-5swjf2q95gXeYPevtW0BLk6H8+bPlMb4Vw/9Em4hFxDcaOxS+e0LOX4yqNxoHzMR2akEB2xfpnWUzkZokmgWDg==
4298+
"@vitest/spy@2.1.9":
4299+
version "2.1.9"
4300+
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-2.1.9.tgz#cb28538c5039d09818b8bfa8edb4043c94727c60"
4301+
integrity sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==
43024302
dependencies:
43034303
tinyspy "^3.0.2"
43044304

4305-
"@vitest/utils@2.1.8":
4306-
version "2.1.8"
4307-
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.8.tgz#f8ef85525f3362ebd37fd25d268745108d6ae388"
4308-
integrity sha512-dwSoui6djdwbfFmIgbIjX2ZhIoG7Ex/+xpxyiEgIGzjliY8xGkcpITKTlp6B4MgtGkF2ilvm97cPM96XZaAgcA==
4305+
"@vitest/utils@2.1.9":
4306+
version "2.1.9"
4307+
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-2.1.9.tgz#4f2486de8a54acf7ecbf2c5c24ad7994a680a6c1"
4308+
integrity sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==
43094309
dependencies:
4310-
"@vitest/pretty-format" "2.1.8"
4310+
"@vitest/pretty-format" "2.1.9"
43114311
loupe "^3.1.2"
43124312
tinyrainbow "^1.2.0"
43134313

@@ -10520,10 +10520,10 @@ undici-types@~6.20.0:
1052010520
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
1052110521
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
1052210522

10523-
undici@^6.20.1:
10524-
version "6.20.1"
10525-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.20.1.tgz#fbb87b1e2b69d963ff2d5410a40ffb4c9e81b621"
10526-
integrity sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==
10523+
undici@^6.21.1:
10524+
version "6.21.1"
10525+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.1.tgz#336025a14162e6837e44ad7b819b35b6c6af0e05"
10526+
integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
1052710527

1052810528
unenv@^1.10.0:
1052910529
version "1.10.0"
@@ -10733,10 +10733,10 @@ viem@2.13.7, viem@2.22.17, viem@2.23.5:
1073310733
ox "0.6.7"
1073410734
ws "8.18.0"
1073510735

10736-
vite-node@2.1.8:
10737-
version "2.1.8"
10738-
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.8.tgz#9495ca17652f6f7f95ca7c4b568a235e0c8dbac5"
10739-
integrity sha512-uPAwSr57kYjAUux+8E2j0q0Fxpn8M9VoyfGiRI8Kfktz9NcYMCenwY5RnZxnF1WTu3TGiYipirIzacLL3VVGFg==
10736+
vite-node@2.1.9:
10737+
version "2.1.9"
10738+
resolved "https://registry.yarnpkg.com/vite-node/-/vite-node-2.1.9.tgz#549710f76a643f1c39ef34bdb5493a944e4f895f"
10739+
integrity sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==
1074010740
dependencies:
1074110741
cac "^6.7.14"
1074210742
debug "^4.3.7"
@@ -10745,28 +10745,28 @@ vite-node@2.1.8:
1074510745
vite "^5.0.0"
1074610746

1074710747
vite@^5.0.0:
10748-
version "5.4.11"
10749-
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5"
10750-
integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==
10748+
version "5.4.14"
10749+
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.14.tgz#ff8255edb02134df180dcfca1916c37a6abe8408"
10750+
integrity sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==
1075110751
dependencies:
1075210752
esbuild "^0.21.3"
1075310753
postcss "^8.4.43"
1075410754
rollup "^4.20.0"
1075510755
optionalDependencies:
1075610756
fsevents "~2.3.3"
1075710757

10758-
vitest@^2.0.3:
10759-
version "2.1.8"
10760-
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.8.tgz#2e6a00bc24833574d535c96d6602fb64163092fa"
10761-
integrity sha512-1vBKTZskHw/aosXqQUlVWWlGUxSJR8YtiyZDJAFeW2kPAeX6S3Sool0mjspO+kXLuxVWlEDDowBAeqeAQefqLQ==
10762-
dependencies:
10763-
"@vitest/expect" "2.1.8"
10764-
"@vitest/mocker" "2.1.8"
10765-
"@vitest/pretty-format" "^2.1.8"
10766-
"@vitest/runner" "2.1.8"
10767-
"@vitest/snapshot" "2.1.8"
10768-
"@vitest/spy" "2.1.8"
10769-
"@vitest/utils" "2.1.8"
10758+
vitest@^2.1.9:
10759+
version "2.1.9"
10760+
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.9.tgz#7d01ffd07a553a51c87170b5e80fea3da7fb41e7"
10761+
integrity sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==
10762+
dependencies:
10763+
"@vitest/expect" "2.1.9"
10764+
"@vitest/mocker" "2.1.9"
10765+
"@vitest/pretty-format" "^2.1.9"
10766+
"@vitest/runner" "2.1.9"
10767+
"@vitest/snapshot" "2.1.9"
10768+
"@vitest/spy" "2.1.9"
10769+
"@vitest/utils" "2.1.9"
1077010770
chai "^5.1.2"
1077110771
debug "^4.3.7"
1077210772
expect-type "^1.1.0"
@@ -10778,7 +10778,7 @@ vitest@^2.0.3:
1077810778
tinypool "^1.0.1"
1077910779
tinyrainbow "^1.2.0"
1078010780
vite "^5.0.0"
10781-
vite-node "2.1.8"
10781+
vite-node "2.1.9"
1078210782
why-is-node-running "^2.3.0"
1078310783

1078410784
vm-browserify@^1.0.1:

0 commit comments

Comments
 (0)