From c2e3f9ed688839a33d949f309d9948cabaf7d3e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 May 2025 04:17:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 990abbd..f6523cd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "babel-cli": "^6.14.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", "babel-preset-es2015": "^6.14.0", - "bcrypt": "^5.0.0", + "bcrypt": "^6.0.0", "body-parser": "^1.15.2", "config": "^1.21.0", "connect-sqlite3": "^0.9.8",