Skip to content

Commit 38b85ce

Browse files
fix(deps): update dependency pug to v3.0.3 [security] (#3730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e5b9774 commit 38b85ce

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"koa-views": "6.3.1",
3030
"lodash": "4.17.21",
3131
"nodemon": "2.0.22",
32-
"pug": "3.0.2",
32+
"pug": "3.0.3",
3333
"puppeteer-core": "10.4.0"
3434
},
3535
"devDependencies": {

export/yarn.lock

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1755,17 +1755,17 @@ pug-attrs@^3.0.0:
17551755
js-stringify "^1.0.2"
17561756
pug-runtime "^3.0.0"
17571757

1758-
pug-code-gen@^3.0.2:
1759-
version "3.0.2"
1760-
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce"
1761-
integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==
1758+
pug-code-gen@^3.0.3:
1759+
version "3.0.3"
1760+
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.3.tgz#58133178cb423fe1716aece1c1da392a75251520"
1761+
integrity sha512-cYQg0JW0w32Ux+XTeZnBEeuWrAY7/HNE6TWnhiHGnnRYlCgyAUPoyh9KzCMa9WhcJlJ1AtQqpEYHc+vbCzA+Aw==
17621762
dependencies:
17631763
constantinople "^4.0.1"
17641764
doctypes "^1.1.0"
17651765
js-stringify "^1.0.2"
17661766
pug-attrs "^3.0.0"
1767-
pug-error "^2.0.0"
1768-
pug-runtime "^3.0.0"
1767+
pug-error "^2.1.0"
1768+
pug-runtime "^3.0.1"
17691769
void-elements "^3.1.0"
17701770
with "^7.0.0"
17711771

@@ -1774,6 +1774,11 @@ pug-error@^2.0.0:
17741774
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz#5c62173cb09c34de2a2ce04f17b8adfec74d8ca5"
17751775
integrity sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==
17761776

1777+
pug-error@^2.1.0:
1778+
version "2.1.0"
1779+
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.1.0.tgz#17ea37b587b6443d4b8f148374ec27b54b406e55"
1780+
integrity sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg==
1781+
17771782
pug-filters@^4.0.0:
17781783
version "4.0.0"
17791784
resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz#d3e49af5ba8472e9b7a66d980e707ce9d2cc9b5e"
@@ -1840,12 +1845,12 @@ pug-walk@^2.0.0:
18401845
resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-2.0.0.tgz#417aabc29232bb4499b5b5069a2b2d2a24d5f5fe"
18411846
integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==
18421847

1843-
1844-
version "3.0.2"
1845-
resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.2.tgz#f35c7107343454e43bc27ae0ff76c731b78ea535"
1846-
integrity sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==
1848+
1849+
version "3.0.3"
1850+
resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.3.tgz#e18324a314cd022883b1e0372b8af3a1a99f7597"
1851+
integrity sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g==
18471852
dependencies:
1848-
pug-code-gen "^3.0.2"
1853+
pug-code-gen "^3.0.3"
18491854
pug-filters "^4.0.0"
18501855
pug-lexer "^5.0.1"
18511856
pug-linker "^4.0.0"

0 commit comments

Comments
 (0)