From 502b7f8e75b463ea0cb6ab1e9959d230320eb47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:36:19 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime-corejs3 from 7.26.9 to 7.26.10 (#10374) --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 095064c8..7705ee4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.20.1", "license": "Apache-2.0", "dependencies": { - "@babel/runtime-corejs3": "^7.26.7", + "@babel/runtime-corejs3": "^7.26.10", "@scarf/scarf": "=1.4.0", "base64-js": "^1.5.1", "classnames": "^2.5.1", @@ -1884,7 +1884,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.26.9", + "version": "7.26.10", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.10.tgz", + "integrity": "sha512-uITFQYO68pMEYR46AHgQoyBg7KPPJDAbGn4jUTIRgCFJIp88MIBUianVOplhZDEec07bp9zIyr4Kp0FCyQzmWg==", "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2", diff --git a/package.json b/package.json index b01832a7..f9a53478 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "start": "npm-run-all --parallel serve-static open-static" }, "dependencies": { - "@babel/runtime-corejs3": "^7.26.7", + "@babel/runtime-corejs3": "^7.26.10", "@scarf/scarf": "=1.4.0", "base64-js": "^1.5.1", "classnames": "^2.5.1",