File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 23
23
"@nestjs/testing" : " ^7.0.0" ,
24
24
"@nestjs/typeorm" : " ^7.1.0" ,
25
25
"@types/jest" : " ^27.0.0" ,
26
- "@types/node" : " ^18.11.13 " ,
26
+ "@types/node" : " ^20.9.0 " ,
27
27
"coveralls" : " ^3.0.5" ,
28
28
"jest" : " ^26.6.3" ,
29
29
"mysql" : " ^2.17.1" ,
Original file line number Diff line number Diff line change 845
845
jest-matcher-utils "^27.0.0"
846
846
pretty-format "^27.0.0"
847
847
848
- " @types/node@*" , "@types/node@^18.11.13":
849
- version "18.11.13"
850
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.13.tgz#dff34f226ec1ac0432ae3b136ec5552bd3b9c0fe"
851
- integrity sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==
848
+ " @types/node@*" , "@types/node@^20.9.0":
849
+ version "20.9.0"
850
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
851
+ integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
852
+ dependencies :
853
+ undici-types "~5.26.4"
852
854
853
855
" @types/normalize-package-data@^2.4.0 " :
854
856
version "2.4.0"
@@ -4163,6 +4165,11 @@ typescript@^4.0.5:
4163
4165
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
4164
4166
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
4165
4167
4168
+ undici-types@~5.26.4 :
4169
+ version "5.26.5"
4170
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
4171
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4172
+
4166
4173
union-value@^1.0.0 :
4167
4174
version "1.0.1"
4168
4175
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
You can’t perform that action at this time.
0 commit comments