From 9ec809f6a32ca2db01467966eefcade0098fdfa9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:56:03 +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 3fb2079..6046666 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "jsonwebtoken": "^8.0.0", "jwt-simple": "^0.4.1", "loader-runner": "^2.1.1", - "lodash": "^4.17.11", + "lodash": "^4.17.17", "morgan": "^1.9.1", "node-sass": "^4.9.1", "nodemailer": "^4.4.0", @@ -92,7 +92,7 @@ "redux-thunk": "^2.0.1", "rimraf": "^2.6.2", "sass-loader": "6.0.6", - "sequelize": "^4.17.2", + "sequelize": "^6.1.0", "style-loader": "*", "supertest": "^3.0.0", "toastr": "^2.1.2",