From 99a65842508bb173bbdbfa98e87d5db4b52ae523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 09:05:22 +0000 Subject: [PATCH] Bump pug from 3.0.0 to 3.0.1 Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 89f73ab..08dc8ac 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "gulp-sass": "^4.1.0", "gulp-terser": "^1.4.0", "postcss": "^8.2.4", - "pug": "^3.0.0", + "pug": "^3.0.1", "sass": "^1.26.11", "sirv-cli": "^1.0.10" } diff --git a/yarn.lock b/yarn.lock index 16efbb5..b4e399d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3485,10 +3485,10 @@ pug-code-gen@^2.0.2: void-elements "^2.0.1" with "^5.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.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce" + integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg== dependencies: constantinople "^4.0.1" doctypes "^1.1.0" @@ -3647,12 +3647,12 @@ pug@^2.0.3: pug-runtime "^2.0.5" pug-strip-comments "^1.0.4" -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.yarnpkg.com/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"