Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-01 20:50:30 +0300
committerGitHub <noreply@github.com>2020-09-01 20:50:30 +0300
commit026a75743fc6da0a81bfcc70704ecc8350e1d1cf (patch)
treec753197772f03cf699d68a28b6da5b3f357a3475
parentd7783db4595811fb628e0595b18f5479e9c842d3 (diff)
Bump @babel/polyfill from 7.10.4 to 7.11.5
Bumps [@babel/polyfill](https://github.com/babel/babel/tree/HEAD/packages/babel-polyfill) from 7.10.4 to 7.11.5. - [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.11.5/packages/babel-polyfill) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 7fb61b9..7de8219 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2503,9 +2503,9 @@
}
},
"@babel/polyfill": {
- "version": "7.10.4",
- "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.10.4.tgz",
- "integrity": "sha512-8BYcnVqQ5kMD2HXoHInBH7H1b/uP3KdnwCYXOqFnXqguOyuu443WXusbIUbWEfY3Z0Txk0M1uG/8YuAMhNl6zg==",
+ "version": "7.11.5",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.11.5.tgz",
+ "integrity": "sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4"
diff --git a/package.json b/package.json
index 8ba1c31..4994aba 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
"author": "Georg Ehrke",
"license": "AGPL-3.0-or-later",
"dependencies": {
- "@babel/polyfill": "^7.10.4",
+ "@babel/polyfill": "^7.11.5",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.3",
"@nextcloud/dialogs": "^2.0.0",