diff --git a/package-lock.json b/package-lock.json index 278ad34..5b85466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,9 +6,9 @@ "packages": { "": { "name": "filecoin-verifier-frontend", - "version": "1.2.5", + "version": "1.2.6", "dependencies": { - "@babel/runtime": "^7.17.0", + "@babel/runtime": "^7.18.9", "@glif/base-css": "^0.0.25", "@glif/filecoin-address": "^2.0.0-alpha.5", "@glif/filecoin-message-confirmer": "^2.0.0-alpha.13", @@ -231,9 +231,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.0.tgz", - "integrity": "sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "dependencies": { "regenerator-runtime": "^0.13.4" }, @@ -7023,9 +7023,9 @@ "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==" }, "@babel/runtime": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.0.tgz", - "integrity": "sha512-etcO/ohMNaNA2UBdaXBBSX/3aEzFMRrVfaPv8Ptc0k+cWpWW0QFiGZ2XnVqQZI1Cf734LbPGmqBKWESfW4x/dQ==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 657a26c..b5ac565 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "publish:mainnet": "wrangler publish --env mainnet" }, "dependencies": { - "@babel/runtime": "^7.17.0", + "@babel/runtime": "^7.18.9", "@glif/base-css": "^0.0.25", "@glif/filecoin-address": "^2.0.0-alpha.5", "@glif/filecoin-message-confirmer": "^2.0.0-alpha.13",