diff --git a/modules/html/package.json b/modules/html/package.json
index 92336d654..4a86306ca 100644
--- a/modules/html/package.json
+++ b/modules/html/package.json
@@ -16,7 +16,7 @@
"norska-frontend": "^1.16.0",
"norska-helper": "^1.9.0",
"norska-image-proxy": "^1.16.0",
- "pug": "3.0.0",
+ "pug": "3.0.1",
"slug": "4.0.2"
},
"description": "Convert sources to .html files",
diff --git a/yarn.lock b/yarn.lock
index f6b8096eb..2c8a28bb5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -14240,10 +14240,10 @@ pug-attrs@^3.0.0:
js-stringify "^1.0.2"
pug-runtime "^3.0.0"
-pug-code-gen@^3.0.0:
- version "3.0.1"
- resolved "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.1.tgz#ff3b337b100c494ea63ef766091d27f7d73acb7e"
- integrity sha512-xJIGvmXTQlkJllq6hqxxjRWcay2F9CU69TuAuiVZgHK0afOhG5txrQOcZyaPHBvSWCU/QQOqEp5XCH94rRZpBQ==
+pug-code-gen@^3.0.2:
+ version "3.0.2"
+ resolved "https://registry.npmjs.org/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce"
+ integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==
dependencies:
constantinople "^4.0.1"
doctypes "^1.1.0"
@@ -14334,12 +14334,12 @@ pug-walk@^2.0.0:
resolved "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz#417aabc29232bb4499b5b5069a2b2d2a24d5f5fe"
integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==
-pug@3.0.0:
- version "3.0.0"
- resolved "https://registry.npmjs.org/pug/-/pug-3.0.0.tgz#101eecd7a236cd9906e420e17799d4d57f2b7d93"
- integrity sha512-inmsJyFBSHZaiGLaguoFgJGViX0If6AcfcElimvwj9perqjDpUpw79UIEDZbWFmoGVidh08aoE+e8tVkjVJPCw==
+pug@3.0.1:
+ version "3.0.1"
+ resolved "https://registry.npmjs.org/pug/-/pug-3.0.1.tgz#9b287554043e6d18852673a382b0350595bdc067"
+ integrity sha512-9v1o2yXMfSKJy2PykKyWUhpgx9Pf9D/UlPgIs2pTTxR6DQZ0oivy4I9f8PlWXRY4sjIhDU4TMJ7hQmYnNJc2bw==
dependencies:
- pug-code-gen "^3.0.0"
+ pug-code-gen "^3.0.2"
pug-filters "^4.0.0"
pug-lexer "^5.0.0"
pug-linker "^4.0.0"