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:56:13 +0300
committerGitHub <noreply@github.com>2020-09-01 20:56:13 +0300
commitadd05b7bd07e97b609a0a3a6c131a7def212aefc (patch)
treeb6aa849f3e43f328cdfd5a90af9e5482941200b2
parent717a9c450c9f42cdcf6cb5db1c0a3b92b781729c (diff)
parent026a75743fc6da0a81bfcc70704ecc8350e1d1cf (diff)
Merge pull request #503 from nextcloud/dependabot/npm_and_yarn/babel/polyfill-7.11.5
-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 54e64c4..fe86f91 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2326,9 +2326,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 28cc44b..5798ae5 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.1",