From 16181635154232099329443c860508cde80e9c02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 19:23:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LASTCOMMITLOG-1047325 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9540bcb..5b69ca9 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,10 @@ "@ladjs/graceful": "^1.0.3", "body-parser": "^1.19.0", "bree": "^1.1.13", - "cabin": "^8.0.4", + "cabin": "^11.0.0", "crypto-random-string": "^3.2.0", "dayjs": "^1.8.29", - "email-templates": "^7.1.0", + "email-templates": "^8.0.0", "express": "^4.17.1", "express-request-id": "^1.4.1", "is-string-and-not-blank": "^0.0.2",