From ad5dad370725d68715d178d29415bb5a12940f49 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Feb 2021 01:24:07 +0000 Subject: [PATCH] Bump @babel/plugin-transform-runtime from 7.13.0 to 7.13.1 Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.13.0 to 7.13.1. - [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.1/packages/babel-plugin-transform-runtime) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4ab4ecfc..e285e9e9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "@babel/core": "^7.13.0", - "@babel/plugin-transform-runtime": "^7.13.0", + "@babel/plugin-transform-runtime": "^7.13.1", "@vue/component-compiler-utils": "^3.2.0", "@vue/test-utils": "^1.1.3", "autoprefixer": "^10.2.4", diff --git a/yarn.lock b/yarn.lock index 8c34a0b4..85639027 100644 --- a/yarn.lock +++ b/yarn.lock @@ -267,10 +267,10 @@ dependencies: "@babel/helper-plugin-utils" "^7.10.4" -"@babel/plugin-transform-runtime@^7.13.0": - version "7.13.0" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.0.tgz#f03b09b65b7a336409d98ff4cf1324122e8698ac" - integrity sha512-RbZI+W2EjQ7P5+05KaO1rm8cU6DxfSP3XfKM8DjX9U6cLwfGWtRBi84Un9XOd1kGfKhhmedPVE5klXZ5FgwfeA== +"@babel/plugin-transform-runtime@^7.13.1": + version "7.13.1" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.13.1.tgz#2bf6e25a51c8ab35024dedfee5a55c781a3cf600" + integrity sha512-yqvLE/RRlL/3nUlm3ieau2zeaSeDZflLg9D+qsQ7TSZx7xy2TdN6pTmvkflpaaK5LQLajoFLh4EImsCd6V1uLw== dependencies: "@babel/helper-module-imports" "^7.12.13" "@babel/helper-plugin-utils" "^7.13.0"