diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-07-15 08:44:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-15 08:44:25 +0200 |
commit | 0ff1f1614c0dcc6e5e4b2b54a69871873396a8ec (patch) | |
tree | a26b2807a718748049f0378c4aec5cf91bb99ac8 /package.json | |
parent | c4bfa405aba1a2742506afac3f830e4f15ce0489 (diff) | |
parent | 4f49fc13af401437045ebd3a3a71ba2b5cb5d29b (diff) | |
download | nextcloud-server-0ff1f1614c0dcc6e5e4b2b54a69871873396a8ec.tar.gz nextcloud-server-0ff1f1614c0dcc6e5e4b2b54a69871873396a8ec.zip |
Merge pull request #16394 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.5.4
Bump @babel/preset-env from 7.5.2 to 7.5.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 98f863b95a7..877dfc7c2f9 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "devDependencies": { "@babel/core": "^7.5.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/preset-env": "^7.5.0", + "@babel/preset-env": "^7.5.4", "babel-loader": "^8.0.6", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "browserslist-config-nextcloud": "0.0.1", |