Update dependency webpack to v4.39.1 (https://github.com/woocommerce/woocommerce-blocks/pull/798)
This commit is contained in:
parent
8a187db5d9
commit
5efef42495
|
@ -22147,9 +22147,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"webpack": {
|
||||
"version": "4.39.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.0.tgz",
|
||||
"integrity": "sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA==",
|
||||
"version": "4.39.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.1.tgz",
|
||||
"integrity": "sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@webassemblyjs/ast": "1.8.5",
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"style-loader": "0.23.1",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-config-wordpress": "14.0.0",
|
||||
"webpack": "4.39.0",
|
||||
"webpack": "4.39.1",
|
||||
"webpack-cli": "3.3.6",
|
||||
"yargs": "13.3.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue