From 08fcb6c25a8c23e0f24808c0cf7522466937f4cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Mar 2025 23:56:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS3-9397696 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 157c41a..8e1032a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "license": "MIT", "dependencies": { - "@babel/runtime-corejs3": "^7.24.1" + "@babel/runtime-corejs3": "^7.26.10" }, "devDependencies": { "@babel/core": "^7.24.3",