From 17749ab78e585474695caed0667f8226cdbe7819 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 10:18:17 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ROLLUP-8073097 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ae6a38871..b9ba7097a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ ], "dependencies": { "@prisma/client": "^5.17.0", - "@sentry/nextjs": "^8.27.0", + "@sentry/nextjs": "^8.32.0", "framer-motion": "^10.16.4", "next": "^14.2.13", "react": "^18.2.0",