Bump webpack from 4.34.0 to 4.35.0

Bumps [webpack](https://github.com/webpack/webpack) from 4.34.0 to 4.35.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.34.0...v4.35.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-06-22 09:13:15 +00:00 committed by GitHub
parent d73ecb2e59
commit da36eddc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13256,9 +13256,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "4.34.0", "version": "4.35.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.34.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.35.0.tgz",
"integrity": "sha512-ry2IQy1wJjOefLe1uJLzn5tG/DdIKzQqNlIAd2L84kcaADqNvQDTBlo8UcCNyDaT5FiaB+16jhAkb63YeG3H8Q==", "integrity": "sha512-M5hL3qpVvtr8d4YaJANbAQBc4uT01G33eDpl/psRTBCfjxFTihdhin1NtAKB1ruDwzeVdcsHHV3NX+QsAgOosw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@webassemblyjs/ast": "1.8.5", "@webassemblyjs/ast": "1.8.5",

View File

@ -96,7 +96,7 @@
"terser-webpack-plugin": "1.3.0", "terser-webpack-plugin": "1.3.0",
"uglifyjs-webpack-plugin": "^2.1.2", "uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "2.0.0", "url-loader": "2.0.0",
"webpack": "4.34.0", "webpack": "4.35.0",
"webpack-dev-server": "3.7.1", "webpack-dev-server": "3.7.1",
"webpack-manifest-plugin": "2.0.4", "webpack-manifest-plugin": "2.0.4",
"workbox-webpack-plugin": "4.3.1" "workbox-webpack-plugin": "4.3.1"