diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-10 09:49:10 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-04-10 11:53:25 +0200 |
commit | 08ea2fed340ce401fc3f58923614381c4875755b (patch) | |
tree | db4b64116a5fe37cc59acea0dcf8055a0ab5bbd4 /package.json | |
parent | 98b43380943c25da74f5c484b5476bffd23233da (diff) | |
download | nextcloud-server-08ea2fed340ce401fc3f58923614381c4875755b.tar.gz nextcloud-server-08ea2fed340ce401fc3f58923614381c4875755b.zip |
Bump @babel/preset-env from 7.8.7 to 7.9.5
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.8.7 to 7.9.5.
- [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.8.7...v7.9.5)
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 5d7445d1743..19b038211d6 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "^7.8.7", + "@babel/preset-env": "^7.9.5", "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^2.0.0", "@nextcloud/eslint-plugin": "^1.1.0", |