diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-23 14:39:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 14:39:56 +0100 |
commit | a3cff5abbedb4ee3823786e6d62ec767c50db192 (patch) | |
tree | 6058a9394a73d4ab4f444bf072c5e3a436a3e333 /package.json | |
parent | 59a83b77eab096626ece49754aaa248d180788a8 (diff) | |
parent | f2a249ff713dbaaf2c294190f265530de7c0cdde (diff) | |
download | nextcloud-server-a3cff5abbedb4ee3823786e6d62ec767c50db192.tar.gz nextcloud-server-a3cff5abbedb4ee3823786e6d62ec767c50db192.zip |
Merge pull request #24273 from nextcloud/dependabot/npm_and_yarn/babel/core-7.12.7
Bump @babel/core from 7.12.3 to 7.12.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 85fc1a67427..c9cb40daa89 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "webdav": "^3.6.1" }, "devDependencies": { - "@babel/core": "^7.12.3", + "@babel/core": "^7.12.7", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.1", |