diff --git a/package-lock.json b/package-lock.json index 96371cc..e5d7006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3785,9 +3785,9 @@ } }, "@babel/runtime": { - "version": "7.12.18", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.18.tgz", - "integrity": "sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==", + "version": "7.13.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.8.tgz", + "integrity": "sha512-CwQljpw6qSayc0fRG1soxHAKs1CnQMOChm4mlQP6My0kf9upVGizj/KhlTTgyUnETmHpcUXjaluNAkteRFuafg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 8d3914b..185219d 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "react-dom": "^16.12.0" }, "dependencies": { - "@babel/runtime": "^7.12.18" + "@babel/runtime": "^7.13.8" }, "storybook-deployer": { "gitUsername": "jaebradley",