From 3c4ae952d50de72df3201dbdafbcd5dc3f6e9b2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 13:59:18 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.10.1 to 7.10.4 Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.10.1 to 7.10.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.4/packages/babel-polyfill) 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 2b939662c..56768f64d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2759,9 +2759,9 @@ } }, "@babel/polyfill": { - "version": "7.10.1", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.1.tgz", - "integrity": "sha512-TviueJ4PBW5p48ra8IMtLXVkDucrlOZAIZ+EXqS3Ot4eukHbWiqcn7DcqpA1k5PcKtmJ4Xl9xwdv6yQvvcA+3g==", + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz", + "integrity": "sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index 4f30ff2c4..2a9046809 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@babel/polyfill": "^7.10.1", + "@babel/polyfill": "^7.10.4", "@babel/runtime": "^7.10.3", "@juliushaertl/vue-richtext": "^0.3.1", "@nextcloud/auth": "^1.3.0",