diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-08 02:15:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-08 02:15:15 +0000 |
commit | f5ebdcd8ae17327b65d95f2bdceaae9e24bd84b6 (patch) | |
tree | d766f46c2a78c14e27a97fd9ec0ccfb89ee3e608 /package.json | |
parent | 2959487f71c8226036ac3614bce27e3bbe60418a (diff) | |
download | nextcloud-server-f5ebdcd8ae17327b65d95f2bdceaae9e24bd84b6.tar.gz nextcloud-server-f5ebdcd8ae17327b65d95f2bdceaae9e24bd84b6.zip |
Bump @babel/core from 7.7.4 to 7.7.5
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.4 to 7.7.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.7.4...v7.7.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 8bc5a5004c9..2886970b904 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.7.4", + "@babel/core": "^7.7.5", "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/preset-env": "^7.7.4", |