From 18d4f89d2c40f48dc0ef9eabdbe13b9aba0ca8ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 14:33:11 +0000 Subject: [PATCH] Bump @babel/runtime from 7.7.2 to 7.7.6 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.7.2 to 7.7.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.7.6/packages/babel-runtime) Signed-off-by: dependabot-preview[bot] --- 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 69daa5c5c..023790ac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1378,9 +1378,9 @@ } }, "@babel/runtime": { - "version": "7.7.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.2.tgz", - "integrity": "sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==", + "version": "7.7.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.6.tgz", + "integrity": "sha512-BWAJxpNVa0QlE5gZdWjSxXtemZyZ9RmrmVozxt3NUXeZhVIJ5ANyqmMc0JDrivBZyxUuQvFxlvH4OWWOogGfUw==", "requires": { "regenerator-runtime": "^0.13.2" }, diff --git a/package.json b/package.json index 9661bd264..a8cd59450 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@babel/preset-env": "^7.5.4", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", - "@babel/runtime": "^7.5.4", + "@babel/runtime": "^7.7.6", "@storybook/addon-storyshots": "^5.1.9", "@storybook/react": "^5.1.9", "@testing-library/react-hooks": "^1.1.0",