diff --git a/package-lock.json b/package-lock.json index ff922e95..a0f1bb62 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" @@ -2536,6 +2537,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"