build(deps-dev): Bump watchpack from 2.0.0 to 2.0.1 in /docs (#5605)

Bumps [watchpack](https://github.com/webpack/watchpack) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Commits](https://github.com/webpack/watchpack/compare/v2.0.0...v2.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-04 10:55:04 +01:00
committed by GitHub
parent f471affad5
commit 83c7bd17bf
2 changed files with 4 additions and 4 deletions

View File

@@ -10256,9 +10256,9 @@
}
},
"watchpack": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.0.0.tgz",
"integrity": "sha512-xSdCxxYZWNk3VK13bZRYhsQpfa8Vg63zXG+3pyU8ouqSLRCv4IGXIp9Kr226q6GBkGRlZrST2wwKtjfKz2m7Cg==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.0.1.tgz",
"integrity": "sha512-vO8AKGX22ZRo6PiOFM9dC0re8IcKh8Kd/aH2zeqUc6w4/jBGlTy2P7fTC6ekT0NjVeGjgU2dGC5rNstKkeLEQg==",
"dev": true,
"requires": {
"glob-to-regexp": "^0.4.1",

View File

@@ -7,7 +7,7 @@
"vuepress-theme-cosmos": "^1.0.175"
},
"devDependencies": {
"watchpack": "^2.0.0"
"watchpack": "^2.0.1"
},
"scripts": {
"preserve": "./pre.sh",