diff --git a/HEAD_COMMIT b/HEAD_COMMIT
index 0f63443..1370fbc 100644
--- a/HEAD_COMMIT
+++ b/HEAD_COMMIT
@@ -1 +1 @@
-b5499e05b0c1c2847545a610cbaea3d352328d3d
\ No newline at end of file
+118e0c575ffabe0d2c9ea92a5800e3ed0196941a
diff --git a/pages/v5.x/globals.md b/pages/v5.x/globals.md
index c95e5ed..1af1bf3 100644
--- a/pages/v5.x/globals.md
+++ b/pages/v5.x/globals.md
@@ -6649,6 +6649,7 @@ Specify options for each parser.
* `filename` {string}
* `hash` {string}
* `hashWithLength` {object}
+* `local` {string}
* `module` {Module|ModulePathData}
* `noChunkHash` {boolean}
* `prepareId` {object}
diff --git a/pages/v5.x/index.md b/pages/v5.x/index.md
index e4abe0c..eb63423 100644
--- a/pages/v5.x/index.md
+++ b/pages/v5.x/index.md
@@ -164,18 +164,15 @@ or are automatically applied via regex from your webpack configuration.
| Name | Status | Install Size | Description |
| :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | :--------------: | :-------------------------------------------------------------------------------------- |
|
| ![html-npm] | ![html-size] | Exports HTML as string, requires references to static resources |
-|
| ![pug-npm] | ![pug-size] | Loads Pug templates and returns a function |
-|
| ![pug3-npm] | ![pug3-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular |
+|
| ![pug-npm] | ![pug-size] | Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular |
|
| ![md-npm] | ![md-size] | Compiles Markdown to HTML |
|
| ![posthtml-npm] | ![posthtml-size] | Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml) |
|
| ![hbs-npm] | ![hbs-size] | Compiles Handlebars to HTML |
[html-npm]: https://img.shields.io/npm/v/html-loader.svg
[html-size]: https://packagephobia.com/badge?p=html-loader
-[pug-npm]: https://img.shields.io/npm/v/pug-loader.svg
-[pug-size]: https://packagephobia.com/badge?p=pug-loader
-[pug3-npm]: https://img.shields.io/npm/v/@webdiscus/pug-loader.svg
-[pug3-size]: https://packagephobia.com/badge?p=@webdiscus/pug-loader
+[pug-npm]: https://img.shields.io/npm/v/@webdiscus/pug-loader.svg
+[pug-size]: https://packagephobia.com/badge?p=@webdiscus/pug-loader
[jade-npm]: https://img.shields.io/npm/v/jade-loader.svg
[jade-size]: https://packagephobia.com/badge?p=jade-loader
[md-npm]: https://img.shields.io/npm/v/markdown-loader.svg
diff --git a/pages/v5.x/type-map.json b/pages/v5.x/type-map.json
index 11ce1f6..c3da50b 100644
--- a/pages/v5.x/type-map.json
+++ b/pages/v5.x/type-map.json
@@ -3461,6 +3461,7 @@
"PathData.filename": "globals.md#filename",
"PathData.hash": "globals.md#hash",
"PathData.hashWithLength": "globals.md#hashwithlength",
+ "PathData.local": "globals.md#local",
"PathData.module": "globals.md#module",
"PathData.noChunkHash": "globals.md#nochunkhash",
"PathData.prepareId": "globals.md#prepareid",