From dde36bab6c1beda54a52570bb6ee6c9215c379a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 20:41:35 +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 d70e266..760452b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@babel/node": "^7.16.0", "@babel/preset-env": "^7.16.4", "@joi/date": "^2.1.0", - "argon2": "^0.28.2", + "argon2": "^0.40.1", "aws-sdk": "^2.1035.0", "chalk": "^4.1.0", "compression": "^1.7.4",