From 01fdc19cfef75125de547c41b213c6d6a569c12c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Mar 2025 05:15:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e944038..8d1eb8c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@babel/core": "^7.0.0", + "@babel/core": "^7.26.10", "@dropzone-ui/react": "^6.7.5", "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3",