From 14e22f9863a6c7c16247970f7b24385d2ef64f7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 May 2025 02:09:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf7c79a..67c87c7 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@babel/runtime": "^7.14.6", + "@babel/runtime": "^7.26.10", "atherdon-react-markdown-component-body": "^0.1.0", "atherdon-react-markdown-component-typography": "^0.0.3", "react-email-components-table": "^0.1.2",