diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-11-24 13:28:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-24 13:28:36 +0000 |
commit | 24ae10c7d9fac08ac37bec649be1fc0cbb235875 (patch) | |
tree | af17c32b68b4a8d7760186e99f51374cb7ab8d19 /package.json | |
parent | cd7af395d7d0442fbe9b87a28345fb70ddd9b7a4 (diff) | |
download | nextcloud-server-24ae10c7d9fac08ac37bec649be1fc0cbb235875.tar.gz nextcloud-server-24ae10c7d9fac08ac37bec649be1fc0cbb235875.zip |
Bump @babel/plugin-proposal-class-properties from 7.7.0 to 7.7.4
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.7.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.4)
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 eb8e8e20158..1dbd8ec1059 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "devDependencies": { "@babel/core": "^7.7.4", - "@babel/plugin-proposal-class-properties": "^7.7.0", + "@babel/plugin-proposal-class-properties": "^7.7.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.7.4", "@nextcloud/browserslist-config": "^1.0.0", |