Skip to content

Commit 970f45e

Browse files
authored
Merge pull request #873 from nestjsx/dependabot/npm_and_yarn/types/node-20.9.0
chore(deps-dev): bump @types/node from 18.11.13 to 20.9.0
2 parents 0d00176 + 3329b40 commit 970f45e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nestjs/testing": "^7.0.0",
2424
"@nestjs/typeorm": "^7.1.0",
2525
"@types/jest": "^27.0.0",
26-
"@types/node": "^18.11.13",
26+
"@types/node": "^20.9.0",
2727
"coveralls": "^3.0.5",
2828
"jest": "^26.6.3",
2929
"mysql": "^2.17.1",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -845,10 +845,12 @@
845845
jest-matcher-utils "^27.0.0"
846846
pretty-format "^27.0.0"
847847

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"
852854

853855
"@types/normalize-package-data@^2.4.0":
854856
version "2.4.0"
@@ -4163,6 +4165,11 @@ typescript@^4.0.5:
41634165
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
41644166
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
41654167

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+
41664173
union-value@^1.0.0:
41674174
version "1.0.1"
41684175
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)