Skip to content

Commit 0c32d75

Browse files
committed
chore(deps): update dependency @types/node to v20.8.10
1 parent a9d7c26 commit 0c32d75

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@nestjs/testing": "10.2.7",
3636
"@types/graphql": "14.5.0",
3737
"@types/jest": "29.5.7",
38-
"@types/node": "20.8.9",
38+
"@types/node": "20.8.10",
3939
"@types/node-fetch": "3.0.3",
4040
"@types/normalize-path": "3.0.1",
4141
"@types/ws": "8.5.8",

sample/01-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nestjs/cli": "10.2.1",
2323
"@nestjs/schematics": "10.0.3",
2424
"@types/express": "4.17.20",
25-
"@types/node": "20.8.9",
25+
"@types/node": "20.8.10",
2626
"@typescript-eslint/eslint-plugin": "6.9.1",
2727
"@typescript-eslint/parser": "6.9.1",
2828
"eslint": "8.52.0",

sample/02-auth-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@nestjs/cli": "10.2.1",
2828
"@nestjs/schematics": "10.0.3",
2929
"@types/express": "4.17.20",
30-
"@types/node": "20.8.9",
30+
"@types/node": "20.8.10",
3131
"@typescript-eslint/eslint-plugin": "6.9.1",
3232
"@typescript-eslint/parser": "6.9.1",
3333
"eslint": "8.52.0",

0 commit comments

Comments
 (0)