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

github.com/nextcloud/server.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-01-12 21:43:29 +0300
committerGitHub <noreply@github.com>2020-01-12 21:43:29 +0300
commitd49923c8801174496168b351aa8abd24e703554c (patch)
tree606cb65c10aa759cb6b25b543373c0da769601c8 /package-lock.json
parent457e7c2a7df4d6b114c112b6c74fd3b1348c93b7 (diff)
Bump @babel/polyfill from 7.7.0 to 7.8.0
Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.7.0 to 7.8.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.8.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index e6e31a597ee..2501f7d2455 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1901,9 +1901,9 @@
}
},
"@babel/polyfill": {
- "version": "7.7.0",
- "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.7.0.tgz",
- "integrity": "sha512-/TS23MVvo34dFmf8mwCisCbWGrfhbiWZSwBo6HkADTBhUa2Q/jWltyY/tpofz/b6/RIhqaqQcquptCirqIhOaQ==",
+ "version": "7.8.0",
+ "resolved": "https://registry.npmjs.org/@babel/polyfill/-/polyfill-7.8.0.tgz",
+ "integrity": "sha512-0zTwRCrSUaP4hOt2dEHxGl80ZkxpRlhJv44fRRmbOj27pMR6n0Jti+Ti9OlbbD4ErKC5jKn89aLFqZ3r+JgWxg==",
"requires": {
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.2"