Update dependency webpack to v4.37.0 (https://github.com/woocommerce/woocommerce-blocks/pull/763)
This commit is contained in:
parent
5837573d0c
commit
46aafd21c2
|
@ -21027,9 +21027,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"webpack": {
|
||||
"version": "4.36.1",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.36.1.tgz",
|
||||
"integrity": "sha512-Ej01/N9W8DVyhEpeQnbUdGvOECw0L46FxS12cCOs8gSK7bhUlrbHRnWkjiXckGlHjUrmL89kDpTRIkUk6Y+fKg==",
|
||||
"version": "4.37.0",
|
||||
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.37.0.tgz",
|
||||
"integrity": "sha512-iJPPvL7XpbcbwOthbzpa2BSPlmGp8lGDokAj/LdWtK80rsPoPOdANSbDBf2GAVLKZD3GhCuQ/gGkgN9HWs0Keg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@webassemblyjs/ast": "1.8.5",
|
||||
|
@ -21058,9 +21058,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"acorn": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.0.tgz",
|
||||
"integrity": "sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==",
|
||||
"version": "6.2.1",
|
||||
"resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.1.tgz",
|
||||
"integrity": "sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"style-loader": "0.23.1",
|
||||
"stylelint": "10.1.0",
|
||||
"stylelint-config-wordpress": "14.0.0",
|
||||
"webpack": "4.36.1",
|
||||
"webpack": "4.37.0",
|
||||
"webpack-cli": "3.3.6",
|
||||
"yargs": "13.3.0"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue