From 2072f209979ba0f09b5553b843a70f95fddad304 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 08:20:18 +0000 Subject: [PATCH] chore(deps): bump @babel/runtime from 7.5.0 to 7.5.1 Bumps [@babel/runtime](https://github.com/babel/babel) from 7.5.0 to 7.5.1. - [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.5.0...v7.5.1) Signed-off-by: dependabot-preview[bot] --- web3.js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index ded7f0eb70..b21587ee99 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -1602,9 +1602,9 @@ } }, "@babel/runtime": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.0.tgz", - "integrity": "sha512-2xsuyZ0R0RBFwjgae5NpXk8FcfH4qovj5cEM5VEeB7KXnKqzaisIu2HSV/mCEISolJJuR4wkViUGYujA8MH9tw==", + "version": "7.5.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.1.tgz", + "integrity": "sha512-g+hmPKs16iewFSmW57NkH9xpPkuYD1RV3UE2BCkXx9j+nhhRb9hsiSxPmEa67j35IecTQdn4iyMtHMbt5VoREg==", "requires": { "regenerator-runtime": "^0.13.2" },