diff --git a/package-lock.json b/package-lock.json index 31b83740..4a529769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "5.18.3", "license": "Apache-2.0", "dependencies": { - "@babel/runtime-corejs3": "^7.24.7", + "@babel/runtime-corejs3": "^7.26.7", "@braintree/sanitize-url": "=7.0.4", "@scarf/scarf": "=1.4.0", "base64-js": "^1.5.1", @@ -1977,9 +1977,10 @@ } }, "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.7", + "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.7.tgz", + "integrity": "sha512-55gRV8vGrCIYZnaQHQrD92Lo/hYE3Sj5tmbuf0hhHR7sj2CWhEhHU89hbq+UVDXvFG1zUVXJhUkEq1eAfqXtFw==", + "license": "MIT", "dependencies": { "core-js-pure": "^3.30.2", "regenerator-runtime": "^0.14.0" diff --git a/package.json b/package.json index 08bd8d58..4637419b 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "start": "npm-run-all --parallel serve-static open-static" }, "dependencies": { - "@babel/runtime-corejs3": "^7.24.7", + "@babel/runtime-corejs3": "^7.26.7", "@braintree/sanitize-url": "=7.0.4", "@scarf/scarf": "=1.4.0", "base64-js": "^1.5.1",