From 6d811929645793029b3429b7638aa51cbda416f9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 06:01:47 +0000 Subject: [PATCH] Bump @babel/plugin-transform-runtime from 7.8.3 to 7.10.0 Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.8.3 to 7.10.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/compare/v7.8.3...v7.10.0) 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 61b6175..1fd9d05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3080,9 +3080,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.8.3.tgz", - "integrity": "sha512-/vqUt5Yh+cgPZXXjmaG9NT8aVfThKk7G4OqkVhrXqwsC5soMn/qTCxs36rZ2QFhpfTJcjw4SNDIZ4RUb8OL4jQ==", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.10.0.tgz", + "integrity": "sha512-SWIc5IJnoLHk9qVRvvpebUW5lafStcKlLcqELMiNOApVIxPbCtkQfLRMCdaEKw4X92JItFKdoBxv2udiyGwFtg==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.8.3", diff --git a/package.json b/package.json index a9ef08e..b29d762 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", - "@babel/plugin-transform-runtime": "^7.8.3", + "@babel/plugin-transform-runtime": "^7.10.0", "@babel/preset-env": "^7.8.7", "@babel/preset-react": "^7.8.3", "@types/jest": "^24.9.1",