From 506b21da2b1c2c26751ae7817ab427bcc640f91c Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 24 Sep 2024 19:06:04 +0530 Subject: [PATCH] chore(deps): install types for cookie parser --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b434c476..fe5a48f9 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,7 @@ ] }, "devDependencies": { + "@types/cookie-parser": "^1.4.7", "@types/express": "^4.17.13", "@types/loglevel": "^1.6.3", "@types/node": "^17.0.15",