Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Update dependency @types/node to v18.11.12 #215

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/body-parser": "1.19.2",
"@types/compression": "1.7.2",
"@types/cors": "2.8.12",
"@types/node": "18.11.9",
"@types/node": "18.11.12",
"@types/swagger-ui-express": "4.1.3",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1254,13 +1254,20 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:18.11.9":
"@types/node@npm:*":
version: 18.11.9
resolution: "@types/node@npm:18.11.9"
checksum: cc0aae109e9b7adefc32eecb838d6fad931663bb06484b5e9cbbbf74865c721b03d16fd8d74ad90e31dbe093d956a7c2c306ba5429ba0c00f3f7505103d7a496
languageName: node
linkType: hard

"@types/node@npm:18.11.12":
version: 18.11.12
resolution: "@types/node@npm:18.11.12"
checksum: 6c67f0998a9ad8ef0f357fcc0d72841c579576c746cfbac67c9d0229e1cd219d3b96297c2caaeaa4084ba7e9ad112b412e64af4066e522faa0be4ef9ad0a613a
languageName: node
linkType: hard

"@types/qs@npm:*":
version: 6.9.7
resolution: "@types/qs@npm:6.9.7"
Expand Down Expand Up @@ -1614,7 +1621,7 @@ __metadata:
"@types/compression": 1.7.2
"@types/cors": 2.8.12
"@types/mongoose": ^5.11.97
"@types/node": 18.11.9
"@types/node": 18.11.12
"@types/swagger-jsdoc": ^6.0.1
"@types/swagger-ui-express": 4.1.3
"@types/uuid": ^8.3.4
Expand Down