diff --git a/package-lock.json b/package-lock.json index d6e81f0..1989ed4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.5", "dependencies": { "@babel/runtime": "^7.22.15", - "@babel/runtime-corejs3": "^7.22.15", + "@babel/runtime-corejs3": "^7.26.10", "active-win": "7.7.2", "asfw": "git+https://github.com/xurei/node-asfw#d5e9aee8c5de7e85470dda22330e821ca8c971f5", "core-js": "^3.32.2", @@ -1959,9 +1959,9 @@ } }, "node_modules/@babel/runtime-corejs3": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz", - "integrity": "sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==", + "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 d1b6666..3fa235c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "private": true, "dependencies": { "@babel/runtime": "^7.22.15", - "@babel/runtime-corejs3": "^7.22.15", + "@babel/runtime-corejs3": "^7.26.10", "active-win": "7.7.2", "asfw": "git+https://github.com/xurei/node-asfw#d5e9aee8c5de7e85470dda22330e821ca8c971f5", "core-js": "^3.32.2",