From 5f77dd8001537c0191d088061d859c2d481db1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 3 Apr 2019 10:41:15 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.4.0 to 7.4.3 Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.4.0 to 7.4.3. - [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.4.0...v7.4.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5b8a2a9e713..93a67b0f577 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "readmeFilename": "README.md", "devDependencies": { "@babel/cli": "^7.2.3", - "@babel/polyfill": "^7.4.0", + "@babel/polyfill": "^7.4.3", "@jetbrains/eslint-config": "^4.0.5", "@jetbrains/generator-ring-ui": "^1.0.38", "@jetbrains/stylelint-config": "^1.3.4", diff --git a/yarn.lock b/yarn.lock index 7afd585c157..133f634ad2a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -556,10 +556,10 @@ "@babel/helper-regex" "^7.0.0" regexpu-core "^4.1.3" -"@babel/polyfill@^7.4.0": - version "7.4.0" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.0.tgz#90f9d68ae34ac42ab4b4aa03151848f536960218" - integrity sha512-bVsjsrtsDflIHp5I6caaAa2V25Kzn50HKPL6g3X0P0ni1ks+58cPB8Mz6AOKVuRPgaVdq/OwEUc/1vKqX+Mo4A== +"@babel/polyfill@^7.4.3": + version "7.4.3" + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.4.3.tgz#332dc6f57b718017c3a8b37b4eea8aa6eeac1187" + integrity sha512-rkv8WIvJshA5Ev8iNMGgz5WZkRtgtiPexiT7w5qevGTuT7ZBfM3de9ox1y9JR5/OXb/sWGBbWlHNa7vQKqku3Q== dependencies: core-js "^2.6.5" regenerator-runtime "^0.13.2"