summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2019-05-29 11:19:00 -0100
committerGitHub <noreply@github.com>2019-05-29 11:19:00 -0100
commit06a4966bd0c9a0aeefbfa1c68138f40c441fd98a (patch)
tree0883725e379ea7792e2d627394b17fdc2ee0c31c /package.json
parentb378f0e343df4c76211275bfc3161b90b881e6b6 (diff)
parent9aaacac549c5f51f2a115b7d225b15dee1c64956 (diff)
Merge pull request #542 from nextcloud/dependabot/npm_and_yarn/@babel/core-7.4.5
Bump @babel/core from 7.4.4 to 7.4.5
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index bdfdc738..3cd733a0 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"node": ">=10.0.0"
},
"devDependencies": {
- "@babel/core": "^7.4.4",
+ "@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@vue/test-utils": "^1.0.0-beta.29",