Skip to content

Commit 68137f8

Browse files
chore(deps-dev): bump pug from 3.0.2 to 3.0.3
Bumps [pug](https://github.com/pugjs/pug) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/[email protected]@3.0.3) --- updated-dependencies: - dependency-name: pug dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0427255 commit 68137f8

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"parcel-plugin-inliner": "^1.0.16",
119119
"php-array-parser": "^1.0.1",
120120
"php-parser": "^3.0.3",
121-
"pug": "^3.0.2",
121+
"pug": "^3.0.3",
122122
"rimraf": "^3.0.2",
123123
"standard-version": "^9.3.1",
124124
"stylus": "^0.54.8",

yarn.lock

+16-11
Original file line numberDiff line numberDiff line change
@@ -8872,17 +8872,17 @@ pug-attrs@^3.0.0:
88728872
js-stringify "^1.0.2"
88738873
pug-runtime "^3.0.0"
88748874

8875-
pug-code-gen@^3.0.2:
8876-
version "3.0.2"
8877-
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.2.tgz#ad190f4943133bf186b60b80de483100e132e2ce"
8878-
integrity sha512-nJMhW16MbiGRiyR4miDTQMRWDgKplnHyeLvioEJYbk1RsPI3FuA3saEP8uwnTb2nTJEKBU90NFVWJBk4OU5qyg==
8875+
pug-code-gen@^3.0.3:
8876+
version "3.0.3"
8877+
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-3.0.3.tgz#58133178cb423fe1716aece1c1da392a75251520"
8878+
integrity sha512-cYQg0JW0w32Ux+XTeZnBEeuWrAY7/HNE6TWnhiHGnnRYlCgyAUPoyh9KzCMa9WhcJlJ1AtQqpEYHc+vbCzA+Aw==
88798879
dependencies:
88808880
constantinople "^4.0.1"
88818881
doctypes "^1.1.0"
88828882
js-stringify "^1.0.2"
88838883
pug-attrs "^3.0.0"
8884-
pug-error "^2.0.0"
8885-
pug-runtime "^3.0.0"
8884+
pug-error "^2.1.0"
8885+
pug-runtime "^3.0.1"
88868886
void-elements "^3.1.0"
88878887
with "^7.0.0"
88888888

@@ -8891,6 +8891,11 @@ pug-error@^2.0.0:
88918891
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.0.0.tgz#5c62173cb09c34de2a2ce04f17b8adfec74d8ca5"
88928892
integrity sha512-sjiUsi9M4RAGHktC1drQfCr5C5eriu24Lfbt4s+7SykztEOwVZtbFk1RRq0tzLxcMxMYTBR+zMQaG07J/btayQ==
88938893

8894+
pug-error@^2.1.0:
8895+
version "2.1.0"
8896+
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-2.1.0.tgz#17ea37b587b6443d4b8f148374ec27b54b406e55"
8897+
integrity sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg==
8898+
88948899
pug-filters@^4.0.0:
88958900
version "4.0.0"
88968901
resolved "https://registry.yarnpkg.com/pug-filters/-/pug-filters-4.0.0.tgz#d3e49af5ba8472e9b7a66d980e707ce9d2cc9b5e"
@@ -8952,12 +8957,12 @@ pug-walk@^2.0.0:
89528957
resolved "https://registry.yarnpkg.com/pug-walk/-/pug-walk-2.0.0.tgz#417aabc29232bb4499b5b5069a2b2d2a24d5f5fe"
89538958
integrity sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==
89548959

8955-
pug@^3.0.2:
8956-
version "3.0.2"
8957-
resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.2.tgz#f35c7107343454e43bc27ae0ff76c731b78ea535"
8958-
integrity sha512-bp0I/hiK1D1vChHh6EfDxtndHji55XP/ZJKwsRqrz6lRia6ZC2OZbdAymlxdVFwd1L70ebrVJw4/eZ79skrIaw==
8960+
pug@^3.0.3:
8961+
version "3.0.3"
8962+
resolved "https://registry.yarnpkg.com/pug/-/pug-3.0.3.tgz#e18324a314cd022883b1e0372b8af3a1a99f7597"
8963+
integrity sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g==
89598964
dependencies:
8960-
pug-code-gen "^3.0.2"
8965+
pug-code-gen "^3.0.3"
89618966
pug-filters "^4.0.0"
89628967
pug-lexer "^5.0.1"
89638968
pug-linker "^4.0.0"

0 commit comments

Comments
 (0)