Skip to content

Commit afb37fe

Browse files
committed
chore(deps): update dependency @types/node to v20.14.4
1 parent 8bc9436 commit afb37fe

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@semantic-release/git": "10.0.1",
2929
"@types/express": "4.17.21",
3030
"@types/jest": "27.5.2",
31-
"@types/node": "20.14.2",
31+
"@types/node": "20.14.4",
3232
"@types/supertest": "6.0.2",
3333
"@typescript-eslint/eslint-plugin": "5.62.0",
3434
"@typescript-eslint/parser": "5.62.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nestjs/schematics": "9.0.4",
4343
"@nestjs/testing": "8.4.7",
4444
"@types/jest": "27.5.2",
45-
"@types/node": "20.14.2",
45+
"@types/node": "20.14.4",
4646
"jest": "26.6.3",
4747
"proxyquire": "2.1.3",
4848
"reflect-metadata": "0.2.2",

packages/core/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,10 +876,10 @@
876876
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
877877
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
878878

879-
"@types/[email protected].2":
880-
version "20.14.2"
881-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
882-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
879+
"@types/[email protected].4":
880+
version "20.14.4"
881+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.4.tgz#3426db474378502882036d595ec9e79a9b17d1e6"
882+
integrity sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==
883883
dependencies:
884884
undici-types "~5.26.4"
885885

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,10 +2028,10 @@
20282028
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.6.tgz#cb734a7c191472ae6a2b3a502b4dfffcea974113"
20292029
integrity sha512-eyK7MWD0R1HqVTp+PtwRgFeIsemzuj4gBFSQxfPHY5iMjS7474e5wq+VFgTcdpyHeNxyKSaetYAjdMLJlKoWqA==
20302030

2031-
"@types/[email protected].2":
2032-
version "20.14.2"
2033-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.2.tgz#a5f4d2bcb4b6a87bffcaa717718c5a0f208f4a18"
2034-
integrity sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==
2031+
"@types/[email protected].4":
2032+
version "20.14.4"
2033+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.4.tgz#3426db474378502882036d595ec9e79a9b17d1e6"
2034+
integrity sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==
20352035
dependencies:
20362036
undici-types "~5.26.4"
20372037

0 commit comments

Comments
 (0)