Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency pug to v3.0.1 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 26, 2021
1 parent ad02199 commit 5f2c9e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"node-sass": "4.14.1",
"npm-run-all": "4.1.5",
"prettier": "2.0.5",
"pug": "3.0.0",
"pug": "3.0.1",
"selenium-webdriver": "4.0.0-beta.4",
"through2": "3.0.2",
"vinyl": "2.2.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Expand Up @@ -8603,7 +8603,7 @@ pug-attrs@^3.0.0:
js-stringify "^1.0.2"
pug-runtime "^3.0.0"

pug-code-gen@^3.0.0:
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"
integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==
Expand Down Expand Up @@ -8683,12 +8683,12 @@ pug-walk@^2.0.0:
resolved "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz"
integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==

pug@3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/pug/-/pug-3.0.0.tgz"
integrity sha512-inmsJyFBSHZaiGLaguoFgJGViX0If6AcfcElimvwj9perqjDpUpw79UIEDZbWFmoGVidh08aoE+e8tVkjVJPCw==
pug@3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/pug/-/pug-3.0.1.tgz"
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"
Expand Down

0 comments on commit 5f2c9e8

Please sign in to comment.