Update dependency copy-webpack-plugin to v5.1.1 (https://github.com/woocommerce/woocommerce-admin/pull/3437)

This commit is contained in:
renovate[bot] 2019-12-20 11:52:20 +08:00 committed by Joshua T Flowers
parent 3335cfc41f
commit bc50e4960b
2 changed files with 4 additions and 4 deletions

View File

@ -6198,9 +6198,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"copy-webpack-plugin": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.0.tgz",
"integrity": "sha512-0sNrj/Sx7/cWA0k7CVQa0sdA/dzCybqSb0+GbhKuQdOlAvnAwgC2osmbAFOAfha7ZXnreoQmCq5oDjG3gP4VHw==",
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz",
"integrity": "sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg==",
"dev": true,
"requires": {
"cacache": "^12.0.3",

View File

@ -133,7 +133,7 @@
"babel-plugin-transform-es2015-template-literals": "6.22.0",
"chalk": "2.4.2",
"concurrently": "4.1.2",
"copy-webpack-plugin": "5.1.0",
"copy-webpack-plugin": "5.1.1",
"cross-env": "6.0.3",
"css-loader": "3.3.0",
"deasync": "0.1.16",