diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-10-24 01:21:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 01:21:20 +0000 |
commit | 7b63468c48970af619c72620ee7a360ee058a327 (patch) | |
tree | 5e57bb4d86f7d157befba603ece1508ea9ae2744 /package.json | |
parent | 2a154f57ceeae89b15dfe166aff3a7916afde94c (diff) | |
download | nextcloud-server-7b63468c48970af619c72620ee7a360ee058a327.tar.gz nextcloud-server-7b63468c48970af619c72620ee7a360ee058a327.zip |
Bump @babel/core from 7.11.6 to 7.12.3
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.11.6 to 7.12.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.12.3/packages/babel-core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 639d6c9158b..b44ee14e355 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", |