Bump webpack from 4.39.0 to 4.39.1

Bumps [webpack](https://github.com/webpack/webpack) from 4.39.0 to 4.39.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.39.0...v4.39.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-02 15:21:02 +00:00
parent dd604a57cf
commit c20db13bc8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13662,9 +13662,9 @@
}
},
"webpack": {
"version": "4.39.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.0.tgz",
"integrity": "sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA==",
"version": "4.39.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.1.tgz",
"integrity": "sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

@ -81,7 +81,7 @@
"stylelint-scss": "^3.9.2",
"uglifyjs-3-webpack-plugin": "^1.2.4",
"unfetch": "^3.0.0",
"webpack": "^4.39.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-manifest-plugin": "^2.0.4"
},