This commit is contained in:
renovate[bot] 2019-05-23 11:35:32 +01:00 committed by Mike Jolley
parent 22f88f7c2e
commit 4c696ebcaa
2 changed files with 4 additions and 4 deletions

View File

@ -19563,9 +19563,9 @@
"dev": true
},
"webpack": {
"version": "4.32.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.1.tgz",
"integrity": "sha512-R0S2tfWP2tZ8ZC2dwgnUVfa9LPvhGWJXjqfgIQ6jply+9ncBbt8IZ9p83uVeqsZ/s8zKA3XyepciWNHnSxxnHg==",
"version": "4.32.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.32.2.tgz",
"integrity": "sha512-F+H2Aa1TprTQrpodRAWUMJn7A8MgDx82yQiNvYMaj3d1nv3HetKU0oqEulL9huj8enirKi8KvEXQ3QtuHF89Zg==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.8.5",

View File

@ -73,7 +73,7 @@
"style-loader": "0.23.1",
"stylelint": "10.0.1",
"stylelint-config-wordpress": "14.0.0",
"webpack": "4.32.1",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"yargs": "13.2.4"
},