From 8bc497b4b20f9b055dafa5021aa32c0a353d36e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 01:16:57 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.4.4 to 7.6.0 Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.4.4 to 7.6.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.4.4...v7.6.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 bc40ebddf..cd6a73f3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -756,9 +756,9 @@ } }, "@babel/polyfill": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.4.4.tgz", - "integrity": "sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz", + "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.2" diff --git a/package.json b/package.json index 9d5d799de..5a7cb0bb4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@babel/polyfill": "^7.4.4", + "@babel/polyfill": "^7.6.0", "nextcloud-axios": "^0.2.1", "nextcloud-server": "^0.15.10", "nextcloud-vue": "^0.12.2",