Skip to content

Commit 4993786

Browse files
committed
chore: add types morgan
1 parent c39c8c5 commit 4993786

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"@types/http-errors": "^1.8.0",
9292
"@types/jsonwebtoken": "^8.5.0",
9393
"@types/lodash": "^4.14.165",
94+
"@types/morgan": "^1.9.2",
9495
"@types/multer": "^1.4.4",
9596
"@types/node": "^14.14.6",
9697
"@types/nodemailer": "^6.4.0",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,13 @@
13951395
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.3.tgz#c893b73721db73699943bfc3653b1deb7faa4a3a"
13961396
integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q==
13971397

1398+
"@types/morgan@^1.9.2":
1399+
version "1.9.2"
1400+
resolved "https://registry.yarnpkg.com/@types/morgan/-/morgan-1.9.2.tgz#450f958a4d3fb0694a3ba012b09c8106f9a2885e"
1401+
integrity sha512-edtGMEdit146JwwIeyQeHHg9yID4WSolQPxpEorHmN3KuytuCHyn2ELNr5Uxy8SerniFbbkmgKMrGM933am5BQ==
1402+
dependencies:
1403+
"@types/node" "*"
1404+
13981405
"@types/multer@^1.4.4":
13991406
version "1.4.4"
14001407
resolved "https://registry.yarnpkg.com/@types/multer/-/multer-1.4.4.tgz#bb5d9abc410da82726ceca74008bb81813349a88"

0 commit comments

Comments
 (0)