From c2b84931674df2fc4108cc84c09272cb09e35a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:04:25 +0000 Subject: [PATCH] Bump @babel/polyfill from 7.11.5 to 7.12.1 Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.11.5 to 7.12.1. - [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.12.1/packages/babel-polyfill) Signed-off-by: dependabot[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 cb544a062..9c64725cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2421,9 +2421,9 @@ } }, "@babel/polyfill": { - "version": "7.11.5", - "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz", - "integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==", + "version": "7.12.1", + "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.12.1.tgz", + "integrity": "sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==", "requires": { "core-js": "^2.6.5", "regenerator-runtime": "^0.13.4" diff --git a/package.json b/package.json index b14b1b70c..f6ab3c479 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:coverage": "jest --coverage" }, "dependencies": { - "@babel/polyfill": "^7.11.5", + "@babel/polyfill": "^7.12.1", "@babel/runtime": "^7.12.1", "@juliushaertl/vue-richtext": "^0.3.3", "@nextcloud/auth": "^1.3.0",