From 7195618ae2b59d0999f43ee4cd4af9ee92f872a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 05:14:48 +0000 Subject: [PATCH] chore(deps): bump promise-polyfill from 8.1.3 to 8.2.0 Bumps [promise-polyfill](https://github.com/taylorhakes/promise-polyfill) from 8.1.3 to 8.2.0. - [Release notes](https://github.com/taylorhakes/promise-polyfill/releases) - [Changelog](https://github.com/taylorhakes/promise-polyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/taylorhakes/promise-polyfill/commits) 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 173261b..155ce41 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,6 @@ "dependencies": { "axios": "0.20.0", "balloon-css": "^1.0.3", - "promise-polyfill": "8.1.3" + "promise-polyfill": "8.2.0" } } diff --git a/yarn.lock b/yarn.lock index 91b3500..b82f2a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7241,10 +7241,10 @@ promise-inflight@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" -promise-polyfill@8.1.3: - version "8.1.3" - resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.1.3.tgz#8c99b3cf53f3a91c68226ffde7bde81d7f904116" - integrity sha512-MG5r82wBzh7pSKDRa9y+vllNHz3e3d4CNj1PQE4BQYxLme0gKYYBm9YENq+UkEikyZ0XbiGWxYlVw3Rl9O/U8g== +promise-polyfill@8.2.0: + version "8.2.0" + resolved "https://registry.yarnpkg.com/promise-polyfill/-/promise-polyfill-8.2.0.tgz#367394726da7561457aba2133c9ceefbd6267da0" + integrity sha512-k/TC0mIcPVF6yHhUvwAp7cvL6I2fFV7TzF1DuGPI8mBh4QQazf36xCKEHKTZKRysEoTQoQdKyP25J8MPJp7j5g== proxy-addr@~2.0.5: version "2.0.5"