From 735236d92caa27c208d12fb0bc7830289257a5c1 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 19:18:25 +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-BRACEEXPANSION-9789073 --- 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",