From c268daa1a8409e224426e915dfbcad4b3fb31a11 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 21:45:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a7beb6..14e2a37 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "eslint-plugin-vue": "^5.2.3", - "nodemon": "^1.18.6", + "nodemon": "^2.0.0", "sequelize-cli": "^5.5.0", "split2": "^3.0.0" }, "dependencies": { - "bcrypt": "^3.0.1", + "bcrypt": "^5.0.1", "bluebird": "^3.5.2", "body-parser": "^1.18.3", "bunyan": "^1.8.13",