build(deps-dev): bump copy-webpack-plugin from 6.3.0 to 6.4.0 in /html (#550)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.3.0...v6.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-12-13 22:40:06 +08:00
committed by GitHub
parent 23594db07e
commit cfb0f4a459
2 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
]
},
"devDependencies": {
"copy-webpack-plugin": "^6.3.0",
"copy-webpack-plugin": "^6.4.0",
"css-loader": "^5.0.1",
"gts": "^1.1.2",
"gulp": "^4.0.2",

View File

@@ -1701,10 +1701,10 @@ copy-props@^2.0.1:
each-props "^1.3.0"
is-plain-object "^2.0.1"
copy-webpack-plugin@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.3.0.tgz#91820b63bbde7d73609accb86dab7e7386863f6f"
integrity sha512-kQ2cGGQLO6Ov2fe7rEGVxObI17dPeFkv8bRGnUAGZehOcrrObyAR9yWYlFGlJsyWM4EeuC/ytQNQkXxjYotMzg==
copy-webpack-plugin@^6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.4.0.tgz#7fd397af78e0d310dbf6575d1a0f2fe10efd4d59"
integrity sha512-p4eIA0ZWk4UI+xewyxOBTDCSDfjK6nCkr3zhDenoi7SFd+NgDNH/D14IZeFaCEFcK/psNDcAUMOB+sAxZ3SsAA==
dependencies:
cacache "^15.0.5"
fast-glob "^3.2.4"