From b5a734c801fe4fd6c39a5dc2be45bb23f3c0168c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 13:53:35 +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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b24a326a..85d2025c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2316,9 +2316,9 @@ } }, "@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.3", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.3.tgz", + "integrity": "sha512-0QEgn2zkCzqGIkSWWAEmvxD7e00Nm9asTtQvi7HdlYvMhjy/J38V/1Y9ode0zEJeIuxAI0uftiAzqc7nVeWUGg==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index d8884b59f..88f321f9d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@babel/polyfill": "^7.7.0", + "@babel/polyfill": "^7.8.3", "@babel/runtime": "^7.8.0", "@nextcloud/l10n": "^1.0.1", "@nextcloud/router": "^1.0.0",