diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-07-04 08:46:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 08:46:22 +0200 |
commit | 6d2c79598ad8d322a3a439f4790979672232200a (patch) | |
tree | b081d48180f8bbf673790ce4c4f503194588ca56 /package.json | |
parent | 69f5b7028433cd97713bd7bef8a085aaf85c917f (diff) | |
parent | d14c1b7d42b79b525fc59aa721e62caf3974e435 (diff) | |
download | nextcloud-server-6d2c79598ad8d322a3a439f4790979672232200a.tar.gz nextcloud-server-6d2c79598ad8d322a3a439f4790979672232200a.zip |
Merge pull request #21685 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.10.4
Bump @babel/preset-env from 7.10.3 to 7.10.4
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 40cdf18389c..8ada103de19 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "@babel/core": "^7.10.3", "@babel/plugin-proposal-class-properties": "^7.10.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/preset-env": "^7.10.3", + "@babel/preset-env": "^7.10.4", "@nextcloud/browserslist-config": "^1.0.0", "@nextcloud/eslint-config": "^2.0.0", "@nextcloud/eslint-plugin": "^1.4.0", |