Skip to content

Commit 61534c9

Browse files
build(deps): bump constantinople from 3.1.0 to 3.1.2
Bumps [constantinople](https://github.com/ForbesLindesay/constantinople) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/ForbesLindesay/constantinople/releases) - [Commits](pugjs/constantinople@3.1.0...3.1.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f1f770 commit 61534c9

File tree

1 file changed

+63
-16
lines changed

1 file changed

+63
-16
lines changed

yarn.lock

Lines changed: 63 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,11 @@
532532
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
533533
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
534534

535+
"@types/babel-types@*", "@types/babel-types@^7.0.0":
536+
version "7.0.11"
537+
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.11.tgz#263b113fa396fac4373188d73225297fb86f19a9"
538+
integrity sha512-pkPtJUUY+Vwv6B1inAz55rQvivClHJxc9aVEPPmaq2cbyeMLCiDpbKpcKyX4LAwpNGi+SHBv0tHv6+0gXv0P2A==
539+
535540
"@types/babel__core@^7.0.0":
536541
version "7.1.18"
537542
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"
@@ -583,6 +588,13 @@
583588
dependencies:
584589
"@babel/types" "^7.3.0"
585590

591+
"@types/babylon@^6.16.2":
592+
version "6.16.6"
593+
resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.6.tgz#a1e7e01567b26a5ebad321a74d10299189d8d932"
594+
integrity sha512-G4yqdVlhr6YhzLXFKy5F7HtRBU8Y23+iWy7UKthMq/OSQnL1hbsoeXESQ2LY8zEDlknipDG3nRGhUC9tkwvy/w==
595+
dependencies:
596+
"@types/babel-types" "*"
597+
586598
"@types/bson@*":
587599
version "1.0.4"
588600
resolved "https://registry.yarnpkg.com/@types/bson/-/bson-1.0.4.tgz#94260b6b96fa459346959c9216799d8919e95d2b"
@@ -746,7 +758,7 @@ acorn-walk@^7.1.1:
746758
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc"
747759
integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==
748760

749-
acorn@^3.1.0, acorn@~3.3.0:
761+
acorn@^3.1.0:
750762
version "3.3.0"
751763
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
752764

@@ -1109,6 +1121,29 @@ babel-preset-jest@^26.6.2:
11091121
babel-plugin-jest-hoist "^26.6.2"
11101122
babel-preset-current-node-syntax "^1.0.0"
11111123

1124+
babel-runtime@^6.26.0:
1125+
version "6.26.0"
1126+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
1127+
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
1128+
dependencies:
1129+
core-js "^2.4.0"
1130+
regenerator-runtime "^0.11.0"
1131+
1132+
babel-types@^6.26.0:
1133+
version "6.26.0"
1134+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
1135+
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
1136+
dependencies:
1137+
babel-runtime "^6.26.0"
1138+
esutils "^2.0.2"
1139+
lodash "^4.17.4"
1140+
to-fast-properties "^1.0.3"
1141+
1142+
babylon@^6.18.0:
1143+
version "6.18.0"
1144+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
1145+
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
1146+
11121147
balanced-match@^1.0.0:
11131148
version "1.0.0"
11141149
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -1714,11 +1749,14 @@ consolidate@^0.14.0:
17141749
bluebird "^3.1.1"
17151750

17161751
constantinople@^3.0.1:
1717-
version "3.1.0"
1718-
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.0.tgz#7569caa8aa3f8d5935d62e1fa96f9f702cd81c79"
1752+
version "3.1.2"
1753+
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647"
1754+
integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==
17191755
dependencies:
1720-
acorn "^3.1.0"
1721-
is-expression "^2.0.1"
1756+
"@types/babel-types" "^7.0.0"
1757+
"@types/babylon" "^6.16.2"
1758+
babel-types "^6.26.0"
1759+
babylon "^6.18.0"
17221760

17231761
17241762
version "0.5.2"
@@ -1815,6 +1853,11 @@ copy-descriptor@^0.1.0:
18151853
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
18161854
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
18171855

1856+
core-js@^2.4.0:
1857+
version "2.6.12"
1858+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
1859+
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
1860+
18181861
[email protected], core-util-is@^1.0.1, core-util-is@~1.0.0:
18191862
version "1.0.2"
18201863
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -2366,8 +2409,9 @@ esutils@^1.1.6:
23662409
resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
23672410

23682411
esutils@^2.0.2:
2369-
version "2.0.2"
2370-
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
2412+
version "2.0.3"
2413+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
2414+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
23712415

23722416
etag@~1.8.1:
23732417
version "1.8.1"
@@ -3578,13 +3622,6 @@ is-equal-shallow@^0.1.3:
35783622
dependencies:
35793623
is-primitive "^2.0.0"
35803624

3581-
is-expression@^2.0.1:
3582-
version "2.1.0"
3583-
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-2.1.0.tgz#91be9d47debcfef077977e9722be6dcfb4465ef0"
3584-
dependencies:
3585-
acorn "~3.3.0"
3586-
object-assign "^4.0.1"
3587-
35883625
is-expression@^3.0.0:
35893626
version "3.0.0"
35903627
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f"
@@ -4840,7 +4877,7 @@ [email protected]:
48404877
version "4.17.2"
48414878
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"
48424879

4843-
[email protected], lodash@^4.7.0:
4880+
[email protected], lodash@^4.17.4, lodash@^4.7.0:
48444881
version "4.17.21"
48454882
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
48464883
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4849,7 +4886,7 @@ [email protected], lodash@^4.7.0:
48494886
version "3.10.1"
48504887
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
48514888

4852-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0:
4889+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.1, lodash@^4.3.0:
48534890
version "4.17.4"
48544891
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
48554892

@@ -6316,6 +6353,11 @@ redent@^1.0.0:
63166353
indent-string "^2.1.0"
63176354
strip-indent "^1.0.1"
63186355

6356+
regenerator-runtime@^0.11.0:
6357+
version "0.11.1"
6358+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
6359+
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
6360+
63196361
regex-cache@^0.4.2:
63206362
version "0.4.4"
63216363
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -7283,6 +7325,11 @@ [email protected]:
72837325
version "1.0.4"
72847326
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
72857327

7328+
to-fast-properties@^1.0.3:
7329+
version "1.0.3"
7330+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
7331+
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
7332+
72867333
to-fast-properties@^2.0.0:
72877334
version "2.0.0"
72887335
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)