From 435d1bca8929f5eda332a712cd9034a71138423a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 03:08:33 +0000 Subject: [PATCH] fix: examples/with-magic/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- examples/with-magic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-magic/package.json b/examples/with-magic/package.json index 5abf5fdb94c1a..1e85110710721 100644 --- a/examples/with-magic/package.json +++ b/examples/with-magic/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@hapi/iron": "6.0.0", - "@magic-sdk/admin": "1.0.0", + "@magic-sdk/admin": "1.4.0", "cookie": "0.5.0", "magic-sdk": "1.0.1", "next": "latest",