diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-08 16:53:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 16:53:44 +0100 |
commit | 86c5c80281b16726b04c5683c70cf909a08e71cc (patch) | |
tree | 28d4a000237e08c1cca86bcdf70bd1bdf85590a4 /package.json | |
parent | fd372a3c36270454e529dfeba7a2d04573969fee (diff) | |
parent | a0b67adacc88702b59a3b287b992819c909833d7 (diff) | |
download | nextcloud-server-86c5c80281b16726b04c5683c70cf909a08e71cc.tar.gz nextcloud-server-86c5c80281b16726b04c5683c70cf909a08e71cc.zip |
Merge pull request #19838 from nextcloud/dependabot/npm_and_yarn/babel/core-7.8.7
Bump @babel/core from 7.8.6 to 7.8.7
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 e073e4a96d2..17e227a2425 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", |