From 364c027773606d40178dadc5f582a1b10be401d8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 20:28:59 +0000 Subject: [PATCH] fix: packages/example-nextjs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-7442548 --- packages/example-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example-nextjs/package.json b/packages/example-nextjs/package.json index ad5b720..9b98fcc 100644 --- a/packages/example-nextjs/package.json +++ b/packages/example-nextjs/package.json @@ -13,7 +13,7 @@ "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "framer-motion": "^7.6.2", - "next": "13.4.2", + "next": "13.5.0", "react": "18.2.0", "react-dom": "18.2.0" },