Update dependency webpack to v4.38.0 (https://github.com/woocommerce/woocommerce-blocks/pull/768)
This commit is contained in:
parent
827a14db33
commit
4e5835e4b8
|
@ -21192,9 +21192,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"webpack": {
|
||||
"version": "4.37.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.37.0.tgz",
|
||||
"integrity": "sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg==",
|
||||
"version": "4.38.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.38.0.tgz",
|
||||
"integrity": "sha512-lbuFsVOq8PZY+1Ytz/mYOvYOo+d4IJ31hHk/7iyoeWtwN33V+5HYotSH+UIb9tq914ey0Hot7z6HugD+je3sWw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@webassemblyjs/ast": "1.8.5",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"style-loader": "0.23.1",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-config-wordpress": "14.0.0",
|
||||
"webpack": "4.37.0",
|
||||
"webpack": "4.38.0",
|
||||
"webpack-cli": "3.3.6",
|
||||
"yargs": "13.3.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue