diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-17 05:34:49 +0000 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2021-05-17 09:51:33 +0200 |
commit | 93aff09bda235134f9b8cbce9a0945bb91bef70b (patch) | |
tree | 5ba1d1ec01127c75767537f8b8ba3e1ba79cd5a0 /package.json | |
parent | 06377b7df1019f9287afd46f1202fdc86c0700f3 (diff) | |
download | nextcloud-server-93aff09bda235134f9b8cbce9a0945bb91bef70b.tar.gz nextcloud-server-93aff09bda235134f9b8cbce9a0945bb91bef70b.zip |
Bump @babel/core from 7.13.16 to 7.14.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.2.
- [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.14.2/packages/babel-core)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.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 90c61de8c81..7946db47c42 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "webdav": "^3.6.2" }, "devDependencies": { - "@babel/core": "^7.13.16", + "@babel/core": "^7.14.2", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.13.15", |