Merge pull request #677 from nextcloud/dependabot/npm_and_yarn/js/webpack-4.25.1

Bump webpack from 4.24.0 to 4.25.1 in /js
This commit is contained in:
Julius Härtl
2018-11-06 19:44:55 +01:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
js/package-lock.json generated
View File

@@ -1876,7 +1876,7 @@
},
"cacache": {
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz",
"resolved": "http://registry.npmjs.org/cacache/-/cacache-10.0.4.tgz",
"integrity": "sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==",
"dev": true,
"requires": {
@@ -6907,12 +6907,12 @@
}
},
"through2": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
"integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/through2/-/through2-2.0.4.tgz",
"integrity": "sha512-q030OX7royN1Bo549nYMOpKwiGJIzUppv10IgB6ALN6DiJ/XgsRIehiz18x5RWCA3+s4G6ovKqtzgU+pYhjvvg==",
"dev": true,
"requires": {
"readable-stream": "^2.1.5",
"readable-stream": "2 || 3",
"xtend": "~4.0.1"
}
},
@@ -7426,9 +7426,9 @@
}
},
"webpack": {
"version": "4.24.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.24.0.tgz",
"integrity": "sha512-Xur0l8nBETnW+DjpFqSGME1jNXxEPVETl30k1lWAsbnukVJdq330/i3PDOLPUtVl/E/cciiOp5uW098hFfQLQA==",
"version": "4.25.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.25.1.tgz",
"integrity": "sha512-T0GU/3NRtO4tMfNzsvpdhUr8HnzA4LTdP2zd+e5zd6CdOH5vNKHnAlO+DvzccfhPdzqRrALOFcjYxx7K5DWmvA==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.7.11",

View File

@@ -30,7 +30,7 @@
"karma": "^3.1.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"webpack": "^4.24.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
},