diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-11 11:17:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 11:17:52 +0000 |
commit | 98d682a695e216f02dac81f35386049ad9a58604 (patch) | |
tree | ba3d547aeae1f920c61a01238a92893e1c8fe42a /package-lock.json | |
parent | c411dc4480b6d09ff430408ce41d7a235c6ffe77 (diff) | |
download | nextcloud-server-98d682a695e216f02dac81f35386049ad9a58604.tar.gz nextcloud-server-98d682a695e216f02dac81f35386049ad9a58604.zip |
Bump @babel/polyfill from 7.6.0 to 7.7.0
Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.6.0 to 7.7.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.6.0...v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index db21f7c6615..11aa3a29f17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1482,9 +1482,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" |