From 1fe8b0209b5caf851ff29b0fb3d256f9e33606e6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:20:34 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.10.4 to 7.12.1 in /apps/draw-io Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.10.4 to 7.12.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.12.1/packages/babel-polyfill) Signed-off-by: dependabot-preview[bot] --- apps/draw-io/package.json | 2 +- apps/draw-io/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/draw-io/package.json b/apps/draw-io/package.json index d6900eba1b7..e75256590d9 100644 --- a/apps/draw-io/package.json +++ b/apps/draw-io/package.json @@ -15,7 +15,7 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", "@babel/plugin-proposal-optional-chaining": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/polyfill": "^7.6.0", + "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.6.0", "babel-loader": "^8.0.6", "babel-runtime": "^6.26.0", diff --git a/apps/draw-io/yarn.lock b/apps/draw-io/yarn.lock index 2e75494ceca..39b73cedfbe 100644 --- a/apps/draw-io/yarn.lock +++ b/apps/draw-io/yarn.lock @@ -705,10 +705,10 @@ "@babel/helper-create-regexp-features-plugin" "^7.10.4" "@babel/helper-plugin-utils" "^7.10.4" -"@babel/polyfill@^7.6.0": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.10.4.tgz#915e5bfe61490ac0199008e35ca9d7d151a8e45a" - integrity sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg== +"@babel/polyfill@^7.12.1": + version "7.12.1" + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.12.1.tgz#1f2d6371d1261bbd961f3c5d5909150e12d0bd96" + integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g== dependencies: core-js "^2.6.5" regenerator-runtime "^0.13.4"