From a123d9ac789c278296e10338517faaf315cb3f9a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 11:37:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - 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 a2da22b1..412115d9 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "auto-bind": "^4.0.0", "aws-sdk": "^2.889.0", "axios": "^0.21.1", - "bcrypt": "^5.0.1", + "bcrypt": "^6.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", "bunyan": "^1.8.12", @@ -109,7 +109,7 @@ "dargs": "^7.0.0", "del-cli": "^3.0.1", "emoji-strip": "^1.0.1", - "eslint": "^7.24.0", + "eslint": "^9.26.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^16.0.2", "eslint-loader": "^2.2.1",