From 9d8475332200e84c6d72f1e6f14896ce421a6840 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 03:10:22 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.6.0 to 7.7.0 Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.6.0 to 7.7.0. - [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.6.0...v7.7.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebeeba6e2..e8165c8c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1583,9 +1583,9 @@ } }, "@babel/polyfill": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz", - "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz", + "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 80588f6fb..5cd1f7f50 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@babel/polyfill": "^7.6.0", + "@babel/polyfill": "^7.7.0", "@nextcloud/l10n": "^0.2.1", "@nextcloud/router": "^0.1.0", "nextcloud-axios": "^0.2.1",