Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-09-26 11:30:43 -04:00 committed by GitHub
parent 6e2cb83fcf
commit bc348fe42a
2 changed files with 4 additions and 4 deletions

View File

@ -30218,9 +30218,9 @@
"dev": true
},
"webpack": {
"version": "4.44.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz",
"integrity": "sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==",
"version": "4.44.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.2.tgz",
"integrity": "sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==",
"dev": true,
"requires": {
"@webassemblyjs/ast": "1.9.0",

View File

@ -133,7 +133,7 @@
"sass-loader": "7.3.1",
"source-map-explorer": "2.5.0",
"typescript": "3.9.7",
"webpack": "4.44.1",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-rtl-plugin": "2.0.0",
"woocommerce": "git+https://github.com/woocommerce/woocommerce.git#release/4.4",