Skip to content

Commit 9c1f0ea

Browse files
fix(deps): update dependency undici to v7
1 parent d65f24e commit 9c1f0ea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"prism": "^4.1.2",
8383
"prisma-json-types-generator": "^3.2.2",
8484
"typeorm": "^0.3.20",
85-
"undici": "^5.25.3"
85+
"undici": "^7.0.0"
8686
},
8787
"devDependencies": {
8888
"@eslint/eslintrc": "^3.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -663,10 +663,10 @@
663663
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
664664
integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
665665

666-
"@prisma/client@^6.0.1":
667-
version "6.0.1"
668-
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-6.0.1.tgz#e24c5a44fb46d04a92426879bd9f8a2c28338420"
669-
integrity sha512-60w7kL6bUxz7M6Gs/V+OWMhwy94FshpngVmOY05TmGD0Lhk+Ac0ZgtjlL6Wll9TD4G03t4Sq1wZekNVy+Xdlbg==
666+
"@prisma/client@^5.22.0":
667+
version "5.22.0"
668+
resolved "https://registry.yarnpkg.com/@prisma/client/-/client-5.22.0.tgz#da1ca9c133fbefe89e0da781c75e1c59da5f8802"
669+
integrity sha512-M0SVXfyHnQREBKxCgyo7sffrKttwE6R8PMq330MIUF0pTwjUhLbW84pFDlf06B27XyCR++VtjugEnIHdr07SVA==
670670

671671
672672
version "6.0.0"
@@ -4207,7 +4207,7 @@ undici@^5.28.2:
42074207
dependencies:
42084208
"@fastify/busboy" "^2.0.0"
42094209

4210-
undici@^7.1.0:
4210+
undici@^7.0.0:
42114211
version "7.1.0"
42124212
resolved "https://registry.yarnpkg.com/undici/-/undici-7.1.0.tgz#38efe485eef81f02d2a112121284ab15d5c5b905"
42134213
integrity sha512-3+mdX2R31khuLCm2mKExSlMdJsfol7bJkIMH80tdXA74W34rT1jKemUTlYR7WY3TqsV4wfOgpatWmmB2Jl1+5g==

0 commit comments

Comments
 (0)