summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-11-12 08:10:23 +0100
committerGitHub <noreply@github.com>2019-11-12 08:10:23 +0100
commit4eba1d09f16ce3d2e1f93e03ecfeca174b3c8ba5 (patch)
tree2be6efcaa86fff2fa9177159b7a26fd9145dc392
parent9ee6f83a8d43006395d82eaab34d279c529cdfb6 (diff)
parent98d682a695e216f02dac81f35386049ad9a58604 (diff)
downloadnextcloud-server-4eba1d09f16ce3d2e1f93e03ecfeca174b3c8ba5.tar.gz
nextcloud-server-4eba1d09f16ce3d2e1f93e03ecfeca174b3c8ba5.zip
Merge pull request #17877 from nextcloud/dependabot/npm_and_yarn/babel/polyfill-7.7.0
Bump @babel/polyfill from 7.6.0 to 7.7.0
-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 5b2d762636b..827a0c2de1b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1635,9 +1635,9 @@
}
},
"@babel/polyfill": {
- "version": "7.6.0",
- "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.6.0.tgz",
- "integrity": "sha512-q5BZJI0n/B10VaQQvln1IlDK3BTBJFbADx7tv+oXDPIDZuTo37H5Adb9jhlXm/fEN4Y7/64qD9mnrJJG7rmaTw==",
+ "version": "7.7.0",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz",
+ "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"
diff --git a/package.json b/package.json
index c158b75a67d..851d276e952 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
],
"license": "AGPL-3.0-or-later",
"dependencies": {
- "@babel/polyfill": "^7.6.0",
+ "@babel/polyfill": "^7.7.0",
"@chenfengyuan/vue-qrcode": "^1.0.1",
"@nextcloud/auth": "^0.3.1",
"@nextcloud/axios": "^0.5.0",