diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-08-08 01:15:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 01:15:23 +0000 |
commit | dd44c81fe88baa76ba88918e5b9a762a04567aa0 (patch) | |
tree | 82f8cc69c628007c4600c8a0757a0dfe49cf42b7 /package.json | |
parent | 579c7073f3cd5276c554b0307e029ebcffe81d87 (diff) | |
download | nextcloud-server-dd44c81fe88baa76ba88918e5b9a762a04567aa0.tar.gz nextcloud-server-dd44c81fe88baa76ba88918e5b9a762a04567aa0.zip |
Bump webpack-node-externals from 2.5.0 to 2.5.1
Bumps [webpack-node-externals](https://github.com/liady/webpack-node-externals) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/liady/webpack-node-externals/releases)
- [Commits](https://github.com/liady/webpack-node-externals/commits)
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 37588737a2c..5c19398d18a 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "webpack": "^4.44.1", "webpack-cli": "^3.3.12", "webpack-merge": "^5.0.9", - "webpack-node-externals": "^2.5.0" + "webpack-node-externals": "^2.5.1" }, "browserslist": [ "extends @nextcloud/browserslist-config" |