From 71649d144b39272fb0a4c6de75b935cfb8a57e2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 10:11:10 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e944038..2d6d90a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@babel/core": "^7.0.0", + "@babel/core": "^7.22.6", "@dropzone-ui/react": "^6.7.5", "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3",