From d7cdc5d6e6aaf5e2aeebd6e669cf18c48eb47c59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 May 2025 16:08:22 +0000 Subject: [PATCH] fix: sandbox/auth-multitenant-example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- sandbox/auth-multitenant-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/auth-multitenant-example/package.json b/sandbox/auth-multitenant-example/package.json index fd651e4fb1..f634389844 100644 --- a/sandbox/auth-multitenant-example/package.json +++ b/sandbox/auth-multitenant-example/package.json @@ -61,7 +61,7 @@ "@sourceloop/core": "^15.0.2", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", - "bcrypt": "^5.0.1", + "bcrypt": "^6.0.0", "casbin": "^5.26.2", "db-migrate": "^1.0.0-beta.21", "db-migrate-pg": "^1.3.0",