diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-08 09:26:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 09:26:02 +0000 |
commit | a0b67adacc88702b59a3b287b992819c909833d7 (patch) | |
tree | da5751a9f601b1617f5fcf49a6de208e0003debd /package.json | |
parent | 1bc65d577590b164b7d1b1c375c719c4b5156a6c (diff) | |
download | nextcloud-server-a0b67adacc88702b59a3b287b992819c909833d7.tar.gz nextcloud-server-a0b67adacc88702b59a3b287b992819c909833d7.zip |
Bump @babel/core from 7.8.6 to 7.8.7
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.6 to 7.8.7.
- [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.8.6...v7.8.7)
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 ec143ca293c..b6e5f2697f5 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.8.6", + "@babel/core": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.8.7", |