From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 11:35:00 +0000 (+0800) Subject: build(deps-dev): bump copy-webpack-plugin from 6.4.0 to 6.4.1 in /html (#566) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=41455e725d1a102a1bdc14590a6ba92484db23c0;p=ttyd.git build(deps-dev): bump copy-webpack-plugin from 6.4.0 to 6.4.1 in /html (#566) Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v6.4.1/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.0...v6.4.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- diff --git a/html/package.json b/html/package.json index dfc2a40..b454ff5 100644 --- a/html/package.json +++ b/html/package.json @@ -32,7 +32,7 @@ ] }, "devDependencies": { - "copy-webpack-plugin": "^6.4.0", + "copy-webpack-plugin": "^6.4.1", "css-loader": "^5.0.1", "gts": "^1.1.2", "gulp": "^4.0.2", diff --git a/html/yarn.lock b/html/yarn.lock index 1c9ec95..0340704 100644 --- a/html/yarn.lock +++ b/html/yarn.lock @@ -1691,10 +1691,10 @@ copy-props@^2.0.1: each-props "^1.3.0" is-plain-object "^2.0.1" -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== +copy-webpack-plugin@^6.4.1: + version "6.4.1" + resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-6.4.1.tgz#138cd9b436dbca0a6d071720d5414848992ec47e" + integrity sha512-MXyPCjdPVx5iiWyl40Va3JGh27bKzOTNY3NjUTrosD2q7dR/cLD0013uqJ3BpFbUjyONINjb6qI7nDIJujrMbA== dependencies: cacache "^15.0.5" fast-glob "^3.2.4"