From ae789298e6d102f20adf6de9ece61481a7915f61 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 13:35:42 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.7.0 to 7.8.7 Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.7.0 to 7.8.7. - [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.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8331bed40a20e..5cb07a458e969 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2597,12 +2597,19 @@ } }, "@babel/polyfill": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz", - "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==", + "version": "7.8.7", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.7.tgz", + "integrity": "sha512-LeSfP9bNZH2UOZgcGcZ0PIHUt1ZuHub1L3CVmEyqLxCeDLm4C5Gi8jRH8ZX2PNpDhQCo0z6y/+DIs2JlliXW8w==", "requires": { "core-js": "^2.6.5", - "regenerator-runtime": "^0.13.2" + "regenerator-runtime": "^0.13.4" + }, + "dependencies": { + "regenerator-runtime": { + "version": "0.13.4", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz", + "integrity": "sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==" + } } }, "@babel/preset-env": { diff --git a/package.json b/package.json index eb75f93e5fd91..c0e1e7013036e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "license": "AGPL-3.0-or-later", "dependencies": { - "@babel/polyfill": "^7.7.0", + "@babel/polyfill": "^7.8.7", "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^1.2.1", "@nextcloud/axios": "^1.3.1",