From bd48427b6d0cb08f334c3c55820188714f7c507b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Apr 2024 21:53:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8e6e528..abb8897 100644 --- a/package.json +++ b/package.json @@ -39,14 +39,14 @@ "sinon": "^1.17.1" }, "dependencies": { - "sequelize": "2.1.3", + "sequelize": "6.1.0", "bluebird": "^2.10.2", "deadlink": "^1.1.3", "filesize": "^3.1.3", "gitinfo": "^1.1.3", "glob": "^5.0.15", "jsonfile": "^2.2.2", - "lodash": "^3.10.1", + "lodash": "^4.17.17", "markdown-contents": "^1.0.8", "marked": "^0.3.5", "moment": "^2.10.6",