1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Bump @types/copy-webpack-plugin from 6.0.0 to 6.2.0

Bumps [@types/copy-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/copy-webpack-plugin) from 6.0.0 to 6.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/copy-webpack-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-09 05:41:06 +00:00
parent 94dcd99b15
commit e3d5365c39
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@ -367,12 +367,11 @@
"dev": true
},
"@types/copy-webpack-plugin": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.0.0.tgz",
"integrity": "sha512-Ousy+sNap1j44eG+C9FZvTUybpp9lFmKjBRF7L0NDs/+SDA9OXKo2OpsHJfD/LMWflz+uvfTCBXH1CgdL6AW/g==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@types/copy-webpack-plugin/-/copy-webpack-plugin-6.2.0.tgz",
"integrity": "sha512-b4dGTj36/FiiBI8nzPWBACX85n6pIjlwXgEPvf12C5rOEDFyFxMCbRJ8g1l1ZM5NFH/hafw2/5QM1HmReE4AKA==",
"dev": true,
"requires": {
"@types/node": "*",
"@types/webpack": "*"
}
},

View File

@ -45,7 +45,7 @@
"@mdi/svg": "^5.8.55",
"@primer/octicons": "^11.0.0",
"@types/clipboard": "^2.0.1",
"@types/copy-webpack-plugin": "^6.0.0",
"@types/copy-webpack-plugin": "^6.2.0",
"@types/escape-html": "1.0.0",
"@types/event-hooks-webpack-plugin": "^2.0.0",
"@types/html-minifier": "^4.0.0",