Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit cdef286

Browse files
Bump pug-code-gen from 2.0.0 to 2.0.3
Bumps [pug-code-gen](https://github.com/pugjs/pug) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/pugjs/pug/releases) - [Commits](https://github.com/pugjs/pug/compare/[email protected]@2.0.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3925a75 commit cdef286

File tree

1 file changed

+66
-33
lines changed

1 file changed

+66
-33
lines changed

yarn.lock

Lines changed: 66 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
dependencies:
99
nan "^2.8.0"
1010

11+
"@types/babel-types@*", "@types/babel-types@^7.0.0":
12+
version "7.0.10"
13+
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.10.tgz#c12a182ecf326c26acc7b18a301827594bab6df9"
14+
integrity sha512-g7zrcqL4MiRu3jZzdZZYk0g0KcKk2fddXazSdP1PacEpmjihRsNGU50aaEKnPFuKzfN7WkRktUiCXvs4zU9XXQ==
15+
16+
"@types/babylon@^6.16.2":
17+
version "6.16.6"
18+
resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.6.tgz#a1e7e01567b26a5ebad321a74d10299189d8d932"
19+
integrity sha512-G4yqdVlhr6YhzLXFKy5F7HtRBU8Y23+iWy7UKthMq/OSQnL1hbsoeXESQ2LY8zEDlknipDG3nRGhUC9tkwvy/w==
20+
dependencies:
21+
"@types/babel-types" "*"
22+
1123
abbrev@1:
1224
version "1.1.1"
1325
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
@@ -22,6 +34,7 @@ accepts@~1.3.4:
2234
acorn-globals@^3.0.0:
2335
version "3.1.0"
2436
resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-3.1.0.tgz#fd8270f71fbb4996b004fa880ee5d46573a731bf"
37+
integrity sha1-/YJw9x+7SZawBPqIDuXUZXOnMb8=
2538
dependencies:
2639
acorn "^4.0.4"
2740

@@ -39,9 +52,10 @@ acorn@^1.0.3:
3952
version "1.2.2"
4053
resolved "https://registry.yarnpkg.com/acorn/-/acorn-1.2.2.tgz#c8ce27de0acc76d896d2b1fad3df588d9e82f014"
4154

42-
acorn@^3.0.4, acorn@^3.1.0, acorn@~3.3.0:
55+
acorn@^3.0.4, acorn@^3.1.0:
4356
version "3.3.0"
4457
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
58+
integrity sha1-ReN/s56No/JbruP/U2niu18iAXo=
4559

4660
acorn@^4.0.4, acorn@~4.0.2:
4761
version "4.0.13"
@@ -496,6 +510,7 @@ babel-traverse@^6.9.0:
496510
babel-types@^6.26.0:
497511
version "6.26.0"
498512
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
513+
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
499514
dependencies:
500515
babel-runtime "^6.26.0"
501516
esutils "^2.0.2"
@@ -509,6 +524,7 @@ babylon@^5.8.38:
509524
babylon@^6.18.0, babylon@^6.8.0:
510525
version "6.18.0"
511526
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
527+
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
512528

513529
backoff@~2.3.0:
514530
version "2.3.0"
@@ -1107,12 +1123,15 @@ consolidate@^0.13.0:
11071123
dependencies:
11081124
bluebird "^2.9.26"
11091125

1110-
constantinople@^3.0.1:
1111-
version "3.1.0"
1112-
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.0.tgz#7569caa8aa3f8d5935d62e1fa96f9f702cd81c79"
1126+
constantinople@^3.0.1, constantinople@^3.1.2:
1127+
version "3.1.2"
1128+
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647"
1129+
integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==
11131130
dependencies:
1114-
acorn "^3.1.0"
1115-
is-expression "^2.0.1"
1131+
"@types/babel-types" "^7.0.0"
1132+
"@types/babylon" "^6.16.2"
1133+
babel-types "^6.26.0"
1134+
babylon "^6.18.0"
11161135

11171136
11181137
version "0.5.2"
@@ -1139,8 +1158,9 @@ core-js@^1.0.0:
11391158
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
11401159

11411160
core-js@^2.4.0:
1142-
version "2.5.3"
1143-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.3.tgz#8acc38345824f16d8365b7c9b4259168e8ed603e"
1161+
version "2.6.12"
1162+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
1163+
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
11441164

11451165
[email protected], core-util-is@~1.0.0:
11461166
version "1.0.2"
@@ -1459,6 +1479,7 @@ doctrine@^2.0.0:
14591479
doctypes@^1.1.0:
14601480
version "1.1.0"
14611481
resolved "https://registry.yarnpkg.com/doctypes/-/doctypes-1.1.0.tgz#ea80b106a87538774e8a3a4a5afe293de489e0a9"
1482+
integrity sha1-6oCxBqh1OHdOijpKWv4pPeSJ4Kk=
14621483

14631484
dom-serializer@0, dom-serializer@~0.1.0:
14641485
version "0.1.0"
@@ -2104,10 +2125,15 @@ esutils@^1.1.6:
21042125
version "1.1.6"
21052126
resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
21062127

2107-
esutils@^2.0.0, esutils@^2.0.2:
2128+
esutils@^2.0.0:
21082129
version "2.0.2"
21092130
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
21102131

2132+
esutils@^2.0.2:
2133+
version "2.0.3"
2134+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
2135+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
2136+
21112137
etag@~1.7.0:
21122138
version "1.7.0"
21132139
resolved "https://registry.yarnpkg.com/etag/-/etag-1.7.0.tgz#03d30b5f67dd6e632d2945d30d6652731a34d5d8"
@@ -3181,13 +3207,6 @@ is-equal-shallow@^0.1.3:
31813207
dependencies:
31823208
is-primitive "^2.0.0"
31833209

3184-
is-expression@^2.0.1:
3185-
version "2.1.0"
3186-
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-2.1.0.tgz#91be9d47debcfef077977e9722be6dcfb4465ef0"
3187-
dependencies:
3188-
acorn "~3.3.0"
3189-
object-assign "^4.0.1"
3190-
31913210
is-expression@^3.0.0:
31923211
version "3.0.0"
31933212
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f"
@@ -3397,6 +3416,7 @@ [email protected]:
33973416
js-stringify@^1.0.1:
33983417
version "1.0.2"
33993418
resolved "https://registry.yarnpkg.com/js-stringify/-/js-stringify-1.0.2.tgz#1736fddfd9724f28a3682adc6230ae7e4e9679db"
3419+
integrity sha1-Fzb939lyTyijaCrcYjCufk6Weds=
34003420

34013421
34023422
version "1.0.1"
@@ -4006,7 +4026,7 @@ [email protected], [email protected]:
40064026
version "4.5.1"
40074027
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.5.1.tgz#80e8a074ca5f3893a6b1c10b2a636492d710c316"
40084028

4009-
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.3.0, lodash@^4.6:
4029+
lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.3, lodash@^4.3.0, lodash@^4.6:
40104030
version "4.17.4"
40114031
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
40124032

@@ -4015,6 +4035,11 @@ lodash@^4.17.10, lodash@^4.17.14:
40154035
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
40164036
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
40174037

4038+
lodash@^4.17.4:
4039+
version "4.17.21"
4040+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
4041+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
4042+
40184043
40194044
version "1.3.1"
40204045
resolved "https://registry.yarnpkg.com/lolex/-/lolex-1.3.1.tgz#92d4973c5fe8b08c0094f73270daf09332bbedf0"
@@ -5141,30 +5166,33 @@ psl@^1.1.24, psl@^1.1.28:
51415166
version "1.1.31"
51425167
resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.31.tgz#e9aa86d0101b5b105cbe93ac6b784cd547276184"
51435168

5144-
pug-attrs@^2.0.2:
5145-
version "2.0.2"
5146-
resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-2.0.2.tgz#8be2b2225568ffa75d1b866982bff9f4111affcb"
5169+
pug-attrs@^2.0.4:
5170+
version "2.0.4"
5171+
resolved "https://registry.yarnpkg.com/pug-attrs/-/pug-attrs-2.0.4.tgz#b2f44c439e4eb4ad5d4ef25cac20d18ad28cc336"
5172+
integrity sha512-TaZ4Z2TWUPDJcV3wjU3RtUXMrd3kM4Wzjbe3EWnSsZPsJ3LDI0F3yCnf2/W7PPFF+edUFQ0HgDL1IoxSz5K8EQ==
51475173
dependencies:
51485174
constantinople "^3.0.1"
51495175
js-stringify "^1.0.1"
5150-
pug-runtime "^2.0.3"
5176+
pug-runtime "^2.0.5"
51515177

51525178
pug-code-gen@^2.0.0:
5153-
version "2.0.0"
5154-
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-2.0.0.tgz#96aea39a9e62f1ec5d2b6a5b42a29d528c70b43d"
5179+
version "2.0.3"
5180+
resolved "https://registry.yarnpkg.com/pug-code-gen/-/pug-code-gen-2.0.3.tgz#122eb9ada9b5bf601705fe15aaa0a7d26bc134ab"
5181+
integrity sha512-r9sezXdDuZJfW9J91TN/2LFbiqDhmltTFmGpHTsGdrNGp3p4SxAjjXEfnuK2e4ywYsRIVP0NeLbSAMHUcaX1EA==
51555182
dependencies:
5156-
constantinople "^3.0.1"
5183+
constantinople "^3.1.2"
51575184
doctypes "^1.1.0"
51585185
js-stringify "^1.0.1"
5159-
pug-attrs "^2.0.2"
5160-
pug-error "^1.3.2"
5161-
pug-runtime "^2.0.3"
5186+
pug-attrs "^2.0.4"
5187+
pug-error "^1.3.3"
5188+
pug-runtime "^2.0.5"
51625189
void-elements "^2.0.1"
51635190
with "^5.0.0"
51645191

5165-
pug-error@^1.3.2:
5166-
version "1.3.2"
5167-
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.2.tgz#53ae7d9d29bb03cf564493a026109f54c47f5f26"
5192+
pug-error@^1.3.2, pug-error@^1.3.3:
5193+
version "1.3.3"
5194+
resolved "https://registry.yarnpkg.com/pug-error/-/pug-error-1.3.3.tgz#f342fb008752d58034c185de03602dd9ffe15fa6"
5195+
integrity sha512-qE3YhESP2mRAWMFJgKdtT5D7ckThRScXRwkfo+Erqga7dyJdY3ZquspprMCj/9sJ2ijm5hXFWQE/A3l4poMWiQ==
51685196

51695197
pug-filters@^2.1.5:
51705198
version "2.1.5"
@@ -5207,9 +5235,10 @@ pug-parser@^4.0.0:
52075235
pug-error "^1.3.2"
52085236
token-stream "0.0.1"
52095237

5210-
pug-runtime@^2.0.3:
5211-
version "2.0.3"
5212-
resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-2.0.3.tgz#98162607b0fce9e254d427f33987a5aee7168bda"
5238+
pug-runtime@^2.0.3, pug-runtime@^2.0.5:
5239+
version "2.0.5"
5240+
resolved "https://registry.yarnpkg.com/pug-runtime/-/pug-runtime-2.0.5.tgz#6da7976c36bf22f68e733c359240d8ae7a32953a"
5241+
integrity sha512-P+rXKn9un4fQY77wtpcuFyvFaBww7/91f3jHa154qU26qFAnOe6SW1CbIDcxiG5lLK9HazYrMCCuDvNgDQNptw==
52135242

52145243
pug-strip-comments@^1.0.2:
52155244
version "1.0.2"
@@ -5497,6 +5526,7 @@ regenerate@^1.2.1:
54975526
regenerator-runtime@^0.11.0:
54985527
version "0.11.1"
54995528
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
5529+
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
55005530

55015531
55025532
version "0.8.40"
@@ -6731,6 +6761,7 @@ to-double-quotes@^2.0.0:
67316761
to-fast-properties@^1.0.0, to-fast-properties@^1.0.3:
67326762
version "1.0.3"
67336763
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
6764+
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
67346765

67356766
67366767
version "0.0.2"
@@ -6981,6 +7012,7 @@ [email protected]:
69817012
void-elements@^2.0.1:
69827013
version "2.0.1"
69837014
resolved "https://registry.yarnpkg.com/void-elements/-/void-elements-2.0.1.tgz#c066afb582bb1cb4128d60ea92392e94d5e9dbec"
7015+
integrity sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=
69847016

69857017
69867018
version "1.2.1"
@@ -7027,6 +7059,7 @@ window-size@^0.2.0:
70277059
with@^5.0.0:
70287060
version "5.1.1"
70297061
resolved "https://registry.yarnpkg.com/with/-/with-5.1.1.tgz#fa4daa92daf32c4ea94ed453c81f04686b575dfe"
7062+
integrity sha1-+k2qktrzLE6pTtRTyB8EaGtXXf4=
70307063
dependencies:
70317064
acorn "^3.1.0"
70327065
acorn-globals "^3.0.0"

0 commit comments

Comments
 (0)