Update dependency assets-webpack-plugin to v3.9.8

This commit is contained in:
renovate[bot]
2019-02-28 04:55:19 +00:00
parent 36ed21b9f4
commit 8ed01e8a87
2 changed files with 5 additions and 12 deletions

15
package-lock.json generated
View File

@@ -730,15 +730,14 @@
"dev": true
},
"assets-webpack-plugin": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/assets-webpack-plugin/-/assets-webpack-plugin-3.9.7.tgz",
"integrity": "sha512-yxo4MlSb++B88qQFE27Wf56ykGaDHZeKcSbrstSFOOwOxv33gWXtM49+yfYPSErlXPAMT5lVy3YPIhWlIFjYQw==",
"version": "3.9.8",
"resolved": "https://registry.npmjs.org/assets-webpack-plugin/-/assets-webpack-plugin-3.9.8.tgz",
"integrity": "sha512-j8U/Cq0/ipCGdYsuDOlzFp7+4R39ka2SP+IyvFGUDJqSNh0uV+p/myRgNs8pr5YRJtJEaRNaMMFj0K0k5n4NCw==",
"dev": true,
"requires": {
"camelcase": "^5.0.0",
"escape-string-regexp": "^1.0.3",
"lodash.assign": "^4.2.0",
"lodash.merge": "^4.6.1",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1"
},
"dependencies": {
@@ -10401,12 +10400,6 @@
"integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=",
"dev": true
},
"lodash.merge": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz",
"integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==",
"dev": true
},
"lodash.mergewith": {
"version": "4.6.1",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz",

View File

@@ -21,7 +21,7 @@
"@types/webassembly-js-api": "0.0.2",
"@webcomponents/custom-elements": "1.2.1",
"@webpack-cli/serve": "0.1.3",
"assets-webpack-plugin": "3.9.7",
"assets-webpack-plugin": "3.9.8",
"chokidar": "2.1.2",
"chalk": "2.4.2",
"classnames": "2.2.6",