From 7b44028b990cc9d346976e95fa03dcaf7a9d21d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 08:04:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS2-9398018 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78a30955..28fd9fea 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "webpack-runtime-public-path-plugin": "^1.1.2" }, "dependencies": { - "@babel/runtime-corejs2": "^7.13.17", + "@babel/runtime-corejs2": "^7.26.10", "@boldgrid/components": "^2.16.2", "@wordpress/dom-ready": "^2.13.2", "@wordpress/hooks": "^2.12.2",