From e1e99a9d4eb4458a4f70e67b45685bbbfe6ec54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 00:38:41 -0500 Subject: [PATCH] chore(deps-dev): bump @babel/plugin-transform-runtime from 7.13.6 to 7.13.7 --- 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 b5430d6f..797c26b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3175,9 +3175,9 @@ } }, "@babel/plugin-transform-runtime": { - "version": "7.13.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.6.tgz", - "integrity": "sha512-QsTomUTIeOdYrNsOMJRSp2QzGvB1KYD4ePCC8Mei2SuoHScncYS3h1E9PR5gDL7buJmcqIHrWyH6B5GZMgDrRg==", + "version": "7.13.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.7.tgz", + "integrity": "sha512-pXfYTTSbU5ThVTUyQ6TUdUkonZYKKq8M6vDUkFCjFw8vT42hhayrbJPVWGC7B97LkzFYBtdW/SBGVZtRaopW6Q==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.12.13", diff --git a/package.json b/package.json index ab296fae..b0d6b2b3 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@babel/plugin-proposal-class-properties": "=7.13.0", "@babel/plugin-proposal-nullish-coalescing-operator": "=7.13.0", "@babel/plugin-proposal-optional-chaining": "=7.13.0", - "@babel/plugin-transform-runtime": "=7.13.6", + "@babel/plugin-transform-runtime": "=7.13.7", "@babel/preset-env": "=7.13.5", "@babel/preset-react": "=7.12.13", "@babel/register": "=7.13.0",