From 562c9fb17ad97850bf87948da1c1a14d7ed08723 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 06:29:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHTEMPLATE-1088054 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d56c5c5..1cf6ab1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "cheerio": "^0.19.0", "cors": "^2.7.1", "express": "^4.13.3", - "gulp-notify": "^2.2.0", + "gulp-notify": "^5.0.0", "jquery": "^2.2.0", "moment": "^2.12.0", "mongoose": "^4.3.5",