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
|
"dev": true
|
||||||
},
|
},
|
||||||
"webpack": {
|
"webpack": {
|
||||||
"version": "4.39.0",
|
"version": "4.39.1",
|
||||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.0.tgz",
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.39.1.tgz",
|
||||||
"integrity": "sha512-nrxFNSEKm4T1C/EsgOgN50skt//Pl4X7kgJC1MrlE47M292LSCVmMOC47iTGL0CGxbdwhKGgeThrJcw0bstEfA==",
|
"integrity": "sha512-/LAb2TJ2z+eVwisldp3dqTEoNhzp/TLCZlmZm3GGGAlnfIWDgOEE758j/9atklNLfRyhKbZTCOIoPqLJXeBLbQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@webassemblyjs/ast": "1.8.5",
|
"@webassemblyjs/ast": "1.8.5",
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
"style-loader": "0.23.1",
|
"style-loader": "0.23.1",
|
||||||
"stylelint": "10.1.0",
|
"stylelint": "10.1.0",
|
||||||
"stylelint-config-wordpress": "14.0.0",
|
"stylelint-config-wordpress": "14.0.0",
|
||||||
"webpack": "4.39.0",
|
"webpack": "4.39.1",
|
||||||
"webpack-cli": "3.3.6",
|
"webpack-cli": "3.3.6",
|
||||||
"yargs": "13.3.0"
|
"yargs": "13.3.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue