diff --git a/package-lock.json b/package-lock.json index ee2a2fd..9ae2c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8135,11 +8135,11 @@ "dev": true }, "pug": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.0.tgz", - "integrity": "sha512-inmsJyFBSHZaiGLaguoFgJGViX0If6AcfcElimvwj9perqjDpUpw79UIEDZbWFmoGVidh08aoE+e8tVkjVJPCw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/pug/-/pug-3.0.1.tgz", + "integrity": "sha512-9v1o2yXMfSKJy2PykKyWUhpgx9Pf9D/UlPgIs2pTTxR6DQZ0oivy4I9f8PlWXRY4sjIhDU4TMJ7hQmYnNJc2bw==", "requires": { - "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", diff --git a/package.json b/package.json index 104f1c5..7abb6ab 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@endless-trash/s3-file-store": "0.0.1", "aws-sdk": "2.817.0", "core-js": "3.11.0", - "pug": "3.0.0", + "pug": "3.0.1", "regenerator-runtime": "0.13.7", "uuid": "8.3.2", "xml2js": "0.4.23"