From 3411924be0e18afd938774c45206f7b6c185c9b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 23:40:09 +0000 Subject: [PATCH] feat(deps): update dependency @babel/runtime-corejs3 to v7.26.10 [security] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ff922e95..7cdd4e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@babel/runtime-corejs3": "7.22.15", + "@babel/runtime-corejs3": "7.26.10", "@junipero/core": "3.2.3", "core-js": "3.32.2", "prop-types": "15.8.1" @@ -1940,9 +1940,10 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.15.tgz", - "integrity": "sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ==", + "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", "regenerator-runtime": "^0.14.0" @@ -2527,6 +2528,7 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/@junipero/core/-/core-3.2.3.tgz", "integrity": "sha512-7KuDskqEiK6l1yxB2T8AISpDVsJpS3HJA+Dign4dr7s9yWdl9soSdV3o4oRTBRJv9lwdifKEi0k+GzaXJc/GmQ==", + "license": "MIT", "dependencies": { "@babel/runtime-corejs3": "7.22.15", "core-js": "3.32.2" @@ -2536,6 +2538,19 @@ "npm": ">= 6" } }, + "node_modules/@junipero/core/node_modules/@babel/runtime-corejs3": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.15.tgz", + "integrity": "sha512-SAj8oKi8UogVi6eXQXKNPu8qZ78Yzy7zawrlTr0M+IuW/g8Qe9gVDhGcF9h1S69OyACpYoLxEzpjs1M15sI5wQ==", + "license": "MIT", + "dependencies": { + "core-js-pure": "^3.30.2", + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.4", "dev": true, diff --git a/package.json b/package.json index cbe063d8..395f25b0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "npm": ">=8" }, "dependencies": { - "@babel/runtime-corejs3": "7.22.15", + "@babel/runtime-corejs3": "7.26.10", "@junipero/core": "3.2.3", "core-js": "3.32.2", "prop-types": "15.8.1"