Browse Source

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>
tags/v20.0.0beta1
dependabot-preview[bot] 3 years ago
parent
commit
1d2532a0bb
No account linked to committer's email address
2 changed files with 4 additions and 4 deletions
  1. 3
    3
      package-lock.json
  2. 1
    1
      package.json

+ 3
- 3
package-lock.json View File

@@ -13611,9 +13611,9 @@
}
},
"webpack-node-externals": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.7.2.tgz",
"integrity": "sha512-ajerHZ+BJKeCLviLUUmnyd5B4RavLF76uv3cs6KNuO8W+HuQaEs0y0L7o40NQxdPy5w0pcv8Ew7yPUAQG0UdCg==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.0.tgz",
"integrity": "sha512-g7/Z7Q/gsP8GkJkKZuJggn6RSb5PvxW1YD5vvmRZIxaSxAzkqjfL5n9CslVmNYlSqBVCyiqFgOqVS2IOObCSRg==",
"dev": true
},
"webpack-sources": {

+ 1
- 1
package.json View File

@@ -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"

Loading…
Cancel
Save