From 00a0bc723099d99808600fe47faf7b9898f3bbf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Jul 2024 14:47:10 +0000 Subject: [PATCH] fix: upgrade dayjs from 1.10.7 to 1.11.11 Snyk has created this PR to upgrade dayjs from 1.10.7 to 1.11.11. See this package in npm: dayjs See this project in Snyk: https://app.snyk.io/org/otmaneeh/project/46b0f266-ec1d-486a-8924-87dfaf29c479?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9f4bb8c8be3..be0f8bb0b30c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cookie-parser": "^1.4.6", "cors": "^2.8.5", "csurf": "^1.11.0", - "dayjs": "^1.10.7", + "dayjs": "^1.11.11", "dotenv": "^10.0.0", "express": "^4.17.2", "express-timeout-handler": "^2.2.2",