diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-08-10 08:38:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 08:38:22 +0200 |
commit | 8bb7c97626680508f57c2648eeb27d4f7a585287 (patch) | |
tree | b4ee0f3c8df21b8ed9305f730b8e13172a547ace | |
parent | 3d4e7ddd67a9c7c260d0550b998d04276f3d8e57 (diff) | |
parent | dd44c81fe88baa76ba88918e5b9a762a04567aa0 (diff) | |
download | nextcloud-server-8bb7c97626680508f57c2648eeb27d4f7a585287.tar.gz nextcloud-server-8bb7c97626680508f57c2648eeb27d4f7a585287.zip |
Merge pull request #22146 from nextcloud/dependabot/npm_and_yarn/webpack-node-externals-2.5.1
Bump webpack-node-externals from 2.5.0 to 2.5.1
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 13b2ef9a8c4..c99ce999f1a 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 84e9a0986e6..2638336156b 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" |