From 3ed46e2c3d344d5c5515f5a2cc929c3345e01faf Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:36:39 +0000 Subject: [PATCH] fix: community/boilerplates/auth-webhooks/passport-js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 --- community/boilerplates/auth-webhooks/passport-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/boilerplates/auth-webhooks/passport-js/package.json b/community/boilerplates/auth-webhooks/passport-js/package.json index 2a9b88d814880..2bead46d3ff57 100644 --- a/community/boilerplates/auth-webhooks/passport-js/package.json +++ b/community/boilerplates/auth-webhooks/passport-js/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/hasura/graphql-engine/tree/master/community/boilerplates/auth-webhooks/passport-js#readme", "dependencies": { - "bcrypt": "^3.0.0", + "bcrypt": "^5.0.1", "body-parser": "^1.18.3", "chalk": "^2.4.1", "crypto": "^1.0.1",