From 6c0088d9b2963b6cab77c28a3d7edcd6f9f6308c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 07:23:40 +0000 Subject: [PATCH] :arrow_up: Bump @babel/runtime from 7.13.2 to 7.13.6 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.13.2 to 7.13.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.6/packages/babel-runtime) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55e6251..99a07da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2738,9 +2738,9 @@ } }, "@babel/runtime": { - "version": "7.13.2", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.2.tgz", - "integrity": "sha512-U9plpxyudmZNYe12YI6cXyeWTWYCTq2u1h+C0XVtC3+BoiuzTh1BHlMJgxMrbKTombYkf7wQGqoxYkptFehuZw==", + "version": "7.13.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.6.tgz", + "integrity": "sha512-Y/DEVhSQ91u27rxq7D0EH/sewS6+x06p/MgO1VppbDHMzYXLZrAR5cFjCom78e9RUw1BQAq6qJg6fXc/ep7glA==", "dev": true, "requires": { "regenerator-runtime": "^0.13.4"