Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libms-npm: bump @types/node from 20.7.2 to 20.8.3 in /servers/lib #152

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added servers/lib/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion servers/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@nestjs/testing": "^10.2.6",
"@types/express": "^4.17.18",
"@types/jest": "^29.5.5",
"@types/node": "20.7.2",
"@types/node": "20.8.3",
"@types/supertest": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
Expand Down
13 changes: 10 additions & 3 deletions servers/lib/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1917,13 +1917,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:20.7.2":
"@types/node@npm:*":
version: 20.7.2
resolution: "@types/node@npm:20.7.2"
checksum: 5baa09368c8daa50ad1eaa2499b988b2f4c06cacf8b251d1e63f68ad32df97b21d8104f1ac06889481f1d3e84056842732bb848dd1136164d823c1d4a6baf435
languageName: node
linkType: hard

"@types/node@npm:20.8.3":
version: 20.8.3
resolution: "@types/node@npm:20.8.3"
checksum: bfb88b341faeb19f8fd37306a3bf433721b876c6491d10fcb0b13fd26601fa36ee45113dd82b1e1c23e3c957dff5b99f81a16493cefa03abe797e41a2487a4f7
languageName: node
linkType: hard

"@types/parse-json@npm:^4.0.0":
version: 4.0.0
resolution: "@types/parse-json@npm:4.0.0"
Expand Down Expand Up @@ -6242,7 +6249,7 @@ __metadata:
"@nestjs/testing": ^10.2.6
"@types/express": ^4.17.18
"@types/jest": ^29.5.5
"@types/node": 20.7.2
"@types/node": 20.8.3
"@types/supertest": ^2.0.13
"@typescript-eslint/eslint-plugin": ^6.7.3
"@typescript-eslint/parser": ^6.7.3
Expand All @@ -6268,7 +6275,7 @@ __metadata:
type-graphql: ^2.0.0-beta.3
typescript: ^5.2.2
peerDependencies:
graphql-scalars: "*"
graphql-scalars: ^1.22.2
languageName: unknown
linkType: soft

Expand Down