From b8f951a06d1856c5fa818f3d544528b0c6abd29c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 15:58:38 +0000 Subject: [PATCH] Bump @babel/runtime from 7.7.7 to 7.8.0 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.7.7 to 7.8.0. - [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.8.0/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 5090c683..915bc8eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2401,9 +2401,9 @@ } }, "@babel/runtime": { - "version": "7.7.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.7.tgz", - "integrity": "sha512-uCnC2JEVAu8AKB5do1WRIsvrdJ0flYx/A/9f/6chdacnEZ7LmavjdsDXr5ksYBegxtuTPR5Va9/+13QF/kFkCA==", + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.8.0.tgz", + "integrity": "sha512-Z7ti+HB0puCcLmFE3x90kzaVgbx6TRrYIReaygW6EkBEnJh1ajS4/inhF7CypzWeDV3NFl1AfWj0eMtdihojxw==", "requires": { "regenerator-runtime": "^0.13.2" } diff --git a/package.json b/package.json index d3f2aff8..3971ec71 100644 --- a/package.json +++ b/package.json @@ -212,7 +212,7 @@ "@babel/plugin-proposal-object-rest-spread": "^7.7.7", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.7.1", - "@babel/runtime": "^7.7.7", + "@babel/runtime": "^7.8.0", "@mapbox/stylelint-processor-arbitrary-tags": "^0.3.0", "@types/auto-launch": "^5.0.1", "@types/electron-json-storage": "^4.0.0",