From b803a998c1febe07a39b2d92c37c849118af3d13 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:28:47 +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-COOKIE-8163060 --- examples/with-magic/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/with-magic/package.json b/examples/with-magic/package.json index 5abf5fdb94..cff77a1d4e 100644 --- a/examples/with-magic/package.json +++ b/examples/with-magic/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "@hapi/iron": "6.0.0", - "@magic-sdk/admin": "1.0.0", - "cookie": "0.5.0", + "@magic-sdk/admin": "1.4.0", + "cookie": "0.7.0", "magic-sdk": "1.0.1", "next": "latest", "react": "^18.2.0",