Skip to content

Commit c521f9d

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 7819c96 commit c521f9d

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
@@ -505,6 +505,11 @@
505505
dependencies:
506506
type-detect "4.0.8"
507507

508+
"@types/babel-types@*", "@types/babel-types@^7.0.0":
509+
version "7.0.9"
510+
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.9.tgz#01d7b86949f455402a94c788883fe4ba574cad41"
511+
integrity sha512-qZLoYeXSTgQuK1h7QQS16hqLGdmqtRmN8w/rl3Au/l5x/zkHx+a4VHrHyBsi1I1vtK2oBHxSzKIu0R5p6spdOA==
512+
508513
"@types/babel__core@^7.1.7":
509514
version "7.1.12"
510515
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.12.tgz#4d8e9e51eb265552a7e4f1ff2219ab6133bdfb2d"
@@ -538,6 +543,13 @@
538543
dependencies:
539544
"@babel/types" "^7.3.0"
540545

546+
"@types/babylon@^6.16.2":
547+
version "6.16.5"
548+
resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.5.tgz#1c5641db69eb8cdf378edd25b4be7754beeb48b4"
549+
integrity sha512-xH2e58elpj1X4ynnKp9qSnWlsRTIs6n3tgLGNfwAGHwePw0mulHQllV34n0T25uYSu1k0hRKkWXF890B1yS47w==
550+
dependencies:
551+
"@types/babel-types" "*"
552+
541553
"@types/bson@*":
542554
version "1.0.4"
543555
resolved "https://registry.yarnpkg.com/@types/bson/-/bson-1.0.4.tgz#94260b6b96fa459346959c9216799d8919e95d2b"
@@ -706,7 +718,7 @@ acorn-walk@^6.0.1:
706718
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c"
707719
integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==
708720

709-
acorn@^3.1.0, acorn@~3.3.0:
721+
acorn@^3.1.0:
710722
version "3.3.0"
711723
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
712724

@@ -1083,6 +1095,29 @@ babel-preset-jest@^25.5.0:
10831095
babel-plugin-jest-hoist "^25.5.0"
10841096
babel-preset-current-node-syntax "^0.1.2"
10851097

1098+
babel-runtime@^6.26.0:
1099+
version "6.26.0"
1100+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
1101+
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
1102+
dependencies:
1103+
core-js "^2.4.0"
1104+
regenerator-runtime "^0.11.0"
1105+
1106+
babel-types@^6.26.0:
1107+
version "6.26.0"
1108+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
1109+
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
1110+
dependencies:
1111+
babel-runtime "^6.26.0"
1112+
esutils "^2.0.2"
1113+
lodash "^4.17.4"
1114+
to-fast-properties "^1.0.3"
1115+
1116+
babylon@^6.18.0:
1117+
version "6.18.0"
1118+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
1119+
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
1120+
10861121
backbone@^1.4.0:
10871122
version "1.4.0"
10881123
resolved "https://registry.yarnpkg.com/backbone/-/backbone-1.4.0.tgz#54db4de9df7c3811c3f032f34749a4cd27f3bd12"
@@ -1645,11 +1680,14 @@ consolidate@^0.14.0:
16451680
bluebird "^3.1.1"
16461681

16471682
constantinople@^3.0.1:
1648-
version "3.1.0"
1649-
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.0.tgz#7569caa8aa3f8d5935d62e1fa96f9f702cd81c79"
1683+
version "3.1.2"
1684+
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647"
1685+
integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==
16501686
dependencies:
1651-
acorn "^3.1.0"
1652-
is-expression "^2.0.1"
1687+
"@types/babel-types" "^7.0.0"
1688+
"@types/babylon" "^6.16.2"
1689+
babel-types "^6.26.0"
1690+
babylon "^6.18.0"
16531691

16541692
16551693
version "0.5.2"
@@ -1746,6 +1784,11 @@ copy-descriptor@^0.1.0:
17461784
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
17471785
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
17481786

1787+
core-js@^2.4.0:
1788+
version "2.6.11"
1789+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
1790+
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
1791+
17491792
[email protected], core-util-is@^1.0.1, core-util-is@~1.0.0:
17501793
version "1.0.2"
17511794
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -2265,8 +2308,9 @@ esutils@^1.1.6:
22652308
resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
22662309

22672310
esutils@^2.0.2:
2268-
version "2.0.2"
2269-
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
2311+
version "2.0.3"
2312+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
2313+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
22702314

22712315
etag@~1.8.1:
22722316
version "1.8.1"
@@ -3488,13 +3532,6 @@ is-equal-shallow@^0.1.3:
34883532
dependencies:
34893533
is-primitive "^2.0.0"
34903534

3491-
is-expression@^2.0.1:
3492-
version "2.1.0"
3493-
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-2.1.0.tgz#91be9d47debcfef077977e9722be6dcfb4465ef0"
3494-
dependencies:
3495-
acorn "~3.3.0"
3496-
object-assign "^4.0.1"
3497-
34983535
is-expression@^3.0.0:
34993536
version "3.0.0"
35003537
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f"
@@ -4753,11 +4790,11 @@ [email protected]:
47534790
version "3.10.1"
47544791
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
47554792

4756-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0:
4793+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.1, lodash@^4.3.0:
47574794
version "4.17.4"
47584795
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
47594796

4760-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
4797+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4:
47614798
version "4.17.20"
47624799
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
47634800
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
@@ -6224,6 +6261,11 @@ redent@^1.0.0:
62246261
indent-string "^2.1.0"
62256262
strip-indent "^1.0.1"
62266263

6264+
regenerator-runtime@^0.11.0:
6265+
version "0.11.1"
6266+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
6267+
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
6268+
62276269
regex-cache@^0.4.2:
62286270
version "0.4.4"
62296271
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -7218,6 +7260,11 @@ [email protected]:
72187260
version "1.0.4"
72197261
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
72207262

7263+
to-fast-properties@^1.0.3:
7264+
version "1.0.3"
7265+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
7266+
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
7267+
72217268
to-fast-properties@^2.0.0:
72227269
version "2.0.0"
72237270
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)