From 49b42e4a21aaf9f4c31e1d68465d2a1064f7dfed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 22:18:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- 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",