diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-10-24 10:27:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 10:27:32 +0200 |
commit | ccf326971f676f11748e7326f3c2454754938e5d (patch) | |
tree | d178a82132d3dcf22a5163d7a4abc542fad97cd6 /package.json | |
parent | e22c7f460f135c627b6fc66a97cf1cdd1cecb906 (diff) | |
parent | 7b63468c48970af619c72620ee7a360ee058a327 (diff) | |
download | nextcloud-server-ccf326971f676f11748e7326f3c2454754938e5d.tar.gz nextcloud-server-ccf326971f676f11748e7326f3c2454754938e5d.zip |
Merge pull request #23656 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.3
Bump @babel/core from 7.11.6 to 7.12.3
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 9b941ea88c5..bd3c85b1bbc 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "webdav": "^3.6.1" }, "devDependencies": { - "@babel/core": "^7.11.6", + "@babel/core": "^7.12.3", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.11.0", |