diff options
author | dependabot[bot] <support@dependabot.com> | 2019-01-09 19:48:44 +0000 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-10 10:10:04 +0100 |
commit | f0959299ce6aa3a2fac6effc159697f5a9cc9369 (patch) | |
tree | abdc2393f3bd6d3d7db3f562f8dfc9e75c8628ce /package.json | |
parent | 0e439581b6d69ad3cc9d81223dc4048d444d82c3 (diff) | |
download | nextcloud-server-f0959299ce6aa3a2fac6effc159697f5a9cc9369.tar.gz nextcloud-server-f0959299ce6aa3a2fac6effc159697f5a9cc9369.zip |
Bump @babel/polyfill from 7.0.0 to 7.2.5
Bumps [@babel/polyfill](https://github.com/babel/babel) from 7.0.0 to 7.2.5.
- [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.0.0...v7.2.5)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 65a82f3db68..754199b2d60 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/polyfill": "^7.0.0", + "@babel/polyfill": "^7.2.5", "@babel/preset-env": "^7.2.0", "babel-loader": "^8.0.4", "css-loader": "^2.0.1", |