diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-08 09:18:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-08 09:18:41 +0200 |
commit | 997c7b14efdcd32d178527291464380b8f1cae4a (patch) | |
tree | 80fecd972b21470b9683579c150a54d3fbdf8f62 /package.json | |
parent | eafcb114b53c85f64dccdd9d3914f421fce63e50 (diff) | |
parent | 1181e4d1e3045d8f7c98d7a8270bea42615fc4c7 (diff) | |
download | nextcloud-server-997c7b14efdcd32d178527291464380b8f1cae4a.tar.gz nextcloud-server-997c7b14efdcd32d178527291464380b8f1cae4a.zip |
Merge pull request #17047 from nextcloud/dependabot/npm_and_yarn/babel/core-7.6.0
Bump @babel/core from 7.5.5 to 7.6.0
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 e182c4661ac..2b9abb4fa24 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "vuex-router-sync": "^5.0.0" }, "devDependencies": { - "@babel/core": "^7.5.5", + "@babel/core": "^7.6.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.5.5", "babel-loader": "^8.0.6", |