Merge pull request #116 from hodgef/dependabot/npm_and_yarn/webpack-4.35.0

This commit is contained in:
dependabot-preview[bot] 2019-06-22 09:16:52 +00:00 committed by GitHub
commit 205004f4b3
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
},
"webpack": {
"version": "4.34.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.34.0.tgz",
"integrity": "sha512-ry2IQy1wJjOefLe1uJLzn5tG/DdIKzQqNlIAd2L84kcaADqNvQDTBlo8UcCNyDaT5FiaB+16jhAkb63YeG3H8Q==",
"version": "4.35.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.35.0.tgz",
"integrity": "sha512-M5hL3qpVvtr8d4YaJANbAQBc4uT01G33eDpl/psRTBCfjxFTihdhin1NtAKB1ruDwzeVdcsHHV3NX+QsAgOosw==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

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