From 6eb8edf659b8c81351768dfb4dad00e37106b122 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 17:51:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a451d5d..19169e3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "@prisma/client": "^4.9.0", - "@sentry/nextjs": "^7.36.0", + "@sentry/nextjs": "^8.10.0", "ansi-colors": "^4.1.3", "axios": "^1.3.2", "chart.js": "4.2.0",