1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00

Bump copy-webpack-plugin from 6.4.0 to 6.4.1

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-21 05:40:15 +00:00
parent 62de3e4b74
commit b0f83bc193
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2387,9 +2387,9 @@
"dev": true
},
"copy-webpack-plugin": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.4.0.tgz",
"integrity": "sha512-p4eIA0ZWk4UI+xewyxOBTDCSDfjK6nCkr3zhDenoi7SFd+NgDNH/D14IZeFaCEFcK/psNDcAUMOB+sAxZ3SsAA==",
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-6.4.1.tgz",
"integrity": "sha512-MXyPCjdPVx5iiWyl40Va3JGh27bKzOTNY3NjUTrosD2q7dR/cLD0013uqJ3BpFbUjyONINjb6qI7nDIJujrMbA==",
"dev": true,
"requires": {
"cacache": "^15.0.5",

View File

@ -57,7 +57,7 @@
"@types/webpack": "^4.41.25",
"@types/webpack-assets-manifest": "^3.0.1",
"autoprefixer": "10.1.0",
"copy-webpack-plugin": "^6.4.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.0.1",
"event-hooks-webpack-plugin": "^2.2.0",
"expose-loader": "^1.0.3",