From 3ac93b9c668f9f5e9098a3b4e5783d64596a28db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 03:47:13 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.12.18 to 7.13.8 Snyk has created this PR to upgrade @babel/runtime from 7.12.18 to 7.13.8. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/jaebradley/project/c1bc7ed1-4fc6-4b29-a789-a90e70df6c2f?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",