Browse Source
Merge pull request #27260 from nextcloud/dependabot/npm_and_yarn/webpack-node-externals-3.0.0
Bump webpack-node-externals from 2.5.2 to 3.0.0
pull/27090/head
John Molakvoæ
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
package-lock.json
-
package.json
|
|
|
@ -12089,9 +12089,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"webpack-node-externals": { |
|
|
|
"version": "2.5.2", |
|
|
|
"resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-2.5.2.tgz", |
|
|
|
"integrity": "sha512-aHdl/y2N7PW2Sx7K+r3AxpJO+aDMcYzMQd60Qxefq3+EwhewSbTBqNumOsCE1JsCUNoyfGj5465N0sSf6hc/5w==", |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-3.0.0.tgz", |
|
|
|
"integrity": "sha512-LnL6Z3GGDPht/AigwRh2dvL9PQPFQ8skEpVrWZXLWBYmqcaojHNN0onvHzie6rq7EWKrrBfPYqNEzTJgiwEQDQ==", |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"webpack-sources": { |
|
|
|
|
|
|
|
@ -128,7 +128,7 @@ |
|
|
|
"webpack": "^4.46.0", |
|
|
|
"webpack-cli": "^4.7.0", |
|
|
|
"webpack-merge": "^5.7.3", |
|
|
|
"webpack-node-externals": "^2.5.2" |
|
|
|
"webpack-node-externals": "^3.0.0" |
|
|
|
}, |
|
|
|
"browserslist": [ |
|
|
|
"extends @nextcloud/browserslist-config" |
|
|
|
|