diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-07-30 22:52:09 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-07-31 09:17:24 +0200 |
commit | 1d2532a0bb693d2f730c3fffe1dc9f8a81eba66d (patch) | |
tree | 5545e64f243cf94ea319e2d8a268371cd57c4ff6 /package.json | |
parent | d515abbb2a83fe79589adb7822838c57c70ae55f (diff) | |
download | nextcloud-server-1d2532a0bb693d2f730c3fffe1dc9f8a81eba66d.tar.gz nextcloud-server-1d2532a0bb693d2f730c3fffe1dc9f8a81eba66d.zip |
Bump webpack-node-externals from 1.7.2 to 2.5.0
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 1.7.2 to 2.5.0.
- [Release notes](https://github.com/liady/webpack-node-externals/releases)
- [Commits](https://github.com/liady/webpack-node-externals/compare/v1.7.2...v2.5.0)
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 37f2f99aea8..b6998db721d 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-merge": "^5.0.9", - "webpack-node-externals": "^1.7.2" + "webpack-node-externals": "^2.5.0" }, "browserslist": [ "extends @nextcloud/browserslist-config" |