summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-08 01:15:23 +0000
committerGitHub <noreply@github.com>2020-08-08 01:15:23 +0000
commitdd44c81fe88baa76ba88918e5b9a762a04567aa0 (patch)
tree82f8cc69c628007c4600c8a0757a0dfe49cf42b7
parent579c7073f3cd5276c554b0307e029ebcffe81d87 (diff)
downloadnextcloud-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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 70cc0d8d0fc..23ec9f42c2c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10244,9 +10244,9 @@
}
},
"webpack-node-externals": {
- "version": "2.5.0",
- "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.0.tgz",
- "integrity": "sha512-g7/Z7Q/gsP8GkJkKZuJggn6RSb5PvxW1YD5vvmRZIxaSxAzkqjfL5n9CslVmNYlSqBVCyiqFgOqVS2IOObCSRg==",
+ "version": "2.5.1",
+ "resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.1.tgz",
+ "integrity": "sha512-RWxKGibUU5kuJT6JDYmXGa3QsZskqIaiBvZ2wBxHlJzWVJPOyBMnroXf23uxEHnj1rYS8jNdyUfrNAXJ2bANNw==",
"dev": true
},
"webpack-sources": {
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"