diff options
author | dependabot[bot] <support@dependabot.com> | 2018-12-17 02:22:17 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-12-17 02:22:17 +0000 |
commit | df57a1af72fd9af507136325be257474a091b4ea (patch) | |
tree | c6ecd0c5e6c15d712da0d96f55a7a1aa4c3ccb31 /settings/package.json | |
parent | ffd2410a7ec12ac7cbe85d3af26c2a7db61764c5 (diff) | |
download | nextcloud-server-df57a1af72fd9af507136325be257474a091b4ea.tar.gz nextcloud-server-df57a1af72fd9af507136325be257474a091b4ea.zip |
Bump @babel/core from 7.2.0 to 7.2.2 in /settings
Bumps [@babel/core](https://github.com/babel/babel) from 7.2.0 to 7.2.2.
- [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.2.0...v7.2.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'settings/package.json')
-rw-r--r-- | settings/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/package.json b/settings/package.json index 2cf1a22e004..a326bf39eee 100644 --- a/settings/package.json +++ b/settings/package.json @@ -31,7 +31,7 @@ "ie >= 11" ], "devDependencies": { - "@babel/core": "^7.2.0", + "@babel/core": "^7.2.2", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.2.0", "babel-loader": "^8.0.4", |