diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-02-06 02:22:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 02:22:13 +0000 |
commit | 05b21584ad5fb22906c9b5b29f889d011423c0d1 (patch) | |
tree | 1e6332ef721321b234d498fd6093f2c9a8ab0896 /package.json | |
parent | 6e461248e088ca07618a1c5ebe6efe2da474c710 (diff) | |
download | nextcloud-server-05b21584ad5fb22906c9b5b29f889d011423c0d1.tar.gz nextcloud-server-05b21584ad5fb22906c9b5b29f889d011423c0d1.zip |
Bump @babel/plugin-proposal-class-properties from 7.12.1 to 7.12.13
Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-class-properties) from 7.12.1 to 7.12.13.
- [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.13/packages/babel-plugin-proposal-class-properties)
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 e32de718139..00bdb5bcfc5 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ }, "devDependencies": { "@babel/core": "^7.12.10", - "@babel/plugin-proposal-class-properties": "^7.12.1", + "@babel/plugin-proposal-class-properties": "^7.12.13", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.12.11", "@nextcloud/browserslist-config": "^1.0.0", |