From 65d57b46cc7c10b9993b5d108c3c6fa96db5b7bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 04:42:38 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.7.0 to 7.8.3 Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.7.0 to 7.8.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.7.0...v7.8.3) 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 c26ca21..0dc7512 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:watch": "node_modules/.bin/jest --watch" }, "dependencies": { - "@babel/polyfill": "^7.7.0", + "@babel/polyfill": "^7.8.3", "axios": "^0.19.0", "classnames": "^2.2.6", "date-fns": "^2.8.1", diff --git a/yarn.lock b/yarn.lock index e19abf7..52344ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -673,10 +673,10 @@ "@babel/helper-create-regexp-features-plugin" "^7.7.4" "@babel/helper-plugin-utils" "^7.0.0" -"@babel/polyfill@^7.7.0": - version "7.7.0" - resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.7.0.tgz#e1066e251e17606ec7908b05617f9b7f8180d8f3" - integrity sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ== +"@babel/polyfill@^7.8.3": + version "7.8.3" + resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.8.3.tgz#2333fc2144a542a7c07da39502ceeeb3abe4debd" + integrity sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg== dependencies: core-js "^2.6.5" regenerator-runtime "^0.13.2"