Skip to content

Commit 364b573

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 a639194 commit 364b573

File tree

1 file changed

+63
-16
lines changed

1 file changed

+63
-16
lines changed

Diff for: yarn.lock

+63-16
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,11 @@
564564
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
565565
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
566566

567+
"@types/babel-types@*", "@types/babel-types@^7.0.0":
568+
version "7.0.11"
569+
resolved "https://registry.yarnpkg.com/@types/babel-types/-/babel-types-7.0.11.tgz#263b113fa396fac4373188d73225297fb86f19a9"
570+
integrity sha512-pkPtJUUY+Vwv6B1inAz55rQvivClHJxc9aVEPPmaq2cbyeMLCiDpbKpcKyX4LAwpNGi+SHBv0tHv6+0gXv0P2A==
571+
567572
"@types/babel__core@^7.0.0":
568573
version "7.1.18"
569574
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.18.tgz#1a29abcc411a9c05e2094c98f9a1b7da6cdf49f8"
@@ -615,6 +620,13 @@
615620
dependencies:
616621
"@babel/types" "^7.3.0"
617622

623+
"@types/babylon@^6.16.2":
624+
version "6.16.6"
625+
resolved "https://registry.yarnpkg.com/@types/babylon/-/babylon-6.16.6.tgz#a1e7e01567b26a5ebad321a74d10299189d8d932"
626+
integrity sha512-G4yqdVlhr6YhzLXFKy5F7HtRBU8Y23+iWy7UKthMq/OSQnL1hbsoeXESQ2LY8zEDlknipDG3nRGhUC9tkwvy/w==
627+
dependencies:
628+
"@types/babel-types" "*"
629+
618630
"@types/bson@*":
619631
version "1.0.4"
620632
resolved "https://registry.yarnpkg.com/@types/bson/-/bson-1.0.4.tgz#94260b6b96fa459346959c9216799d8919e95d2b"
@@ -783,7 +795,7 @@ acorn-walk@^8.1.1:
783795
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
784796
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
785797

786-
acorn@^3.1.0, acorn@~3.3.0:
798+
acorn@^3.1.0:
787799
version "3.3.0"
788800
resolved "https://registry.yarnpkg.com/acorn/-/acorn-3.3.0.tgz#45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
789801

@@ -1136,6 +1148,29 @@ babel-preset-jest@^26.6.2:
11361148
babel-plugin-jest-hoist "^26.6.2"
11371149
babel-preset-current-node-syntax "^1.0.0"
11381150

1151+
babel-runtime@^6.26.0:
1152+
version "6.26.0"
1153+
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
1154+
integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4=
1155+
dependencies:
1156+
core-js "^2.4.0"
1157+
regenerator-runtime "^0.11.0"
1158+
1159+
babel-types@^6.26.0:
1160+
version "6.26.0"
1161+
resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497"
1162+
integrity sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=
1163+
dependencies:
1164+
babel-runtime "^6.26.0"
1165+
esutils "^2.0.2"
1166+
lodash "^4.17.4"
1167+
to-fast-properties "^1.0.3"
1168+
1169+
babylon@^6.18.0:
1170+
version "6.18.0"
1171+
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
1172+
integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==
1173+
11391174
balanced-match@^1.0.0:
11401175
version "1.0.0"
11411176
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
@@ -1741,11 +1776,14 @@ consolidate@^0.14.0:
17411776
bluebird "^3.1.1"
17421777

17431778
constantinople@^3.0.1:
1744-
version "3.1.0"
1745-
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.0.tgz#7569caa8aa3f8d5935d62e1fa96f9f702cd81c79"
1779+
version "3.1.2"
1780+
resolved "https://registry.yarnpkg.com/constantinople/-/constantinople-3.1.2.tgz#d45ed724f57d3d10500017a7d3a889c1381ae647"
1781+
integrity sha512-yePcBqEFhLOqSBtwYOGGS1exHo/s1xjekXiinh4itpNQGCu4KA1euPh1fg07N2wMITZXQkBz75Ntdt1ctGZouw==
17461782
dependencies:
1747-
acorn "^3.1.0"
1748-
is-expression "^2.0.1"
1783+
"@types/babel-types" "^7.0.0"
1784+
"@types/babylon" "^6.16.2"
1785+
babel-types "^6.26.0"
1786+
babylon "^6.18.0"
17491787

17501788
17511789
version "0.5.2"
@@ -1842,6 +1880,11 @@ copy-descriptor@^0.1.0:
18421880
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
18431881
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
18441882

1883+
core-js@^2.4.0:
1884+
version "2.6.12"
1885+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec"
1886+
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
1887+
18451888
[email protected], core-util-is@^1.0.1, core-util-is@~1.0.0:
18461889
version "1.0.2"
18471890
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -2391,8 +2434,9 @@ esutils@^1.1.6:
23912434
resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
23922435

23932436
esutils@^2.0.2:
2394-
version "2.0.2"
2395-
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
2437+
version "2.0.3"
2438+
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
2439+
integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==
23962440

23972441
etag@~1.8.1:
23982442
version "1.8.1"
@@ -3535,13 +3579,6 @@ is-equal-shallow@^0.1.3:
35353579
dependencies:
35363580
is-primitive "^2.0.0"
35373581

3538-
is-expression@^2.0.1:
3539-
version "2.1.0"
3540-
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-2.1.0.tgz#91be9d47debcfef077977e9722be6dcfb4465ef0"
3541-
dependencies:
3542-
acorn "~3.3.0"
3543-
object-assign "^4.0.1"
3544-
35453582
is-expression@^3.0.0:
35463583
version "3.0.0"
35473584
resolved "https://registry.yarnpkg.com/is-expression/-/is-expression-3.0.0.tgz#39acaa6be7fd1f3471dc42c7416e61c24317ac9f"
@@ -4770,7 +4807,7 @@ [email protected]:
47704807
version "4.17.2"
47714808
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"
47724809

4773-
[email protected], lodash@^4.17.21, lodash@^4.7.0:
4810+
[email protected], lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
47744811
version "4.17.21"
47754812
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
47764813
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4779,7 +4816,7 @@ [email protected], lodash@^4.17.21, lodash@^4.7.0:
47794816
version "3.10.1"
47804817
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
47814818

4782-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0:
4819+
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.2.1, lodash@^4.3.0:
47834820
version "4.17.4"
47844821
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
47854822

@@ -6202,6 +6239,11 @@ redent@^1.0.0:
62026239
indent-string "^2.1.0"
62036240
strip-indent "^1.0.1"
62046241

6242+
regenerator-runtime@^0.11.0:
6243+
version "0.11.1"
6244+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
6245+
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
6246+
62056247
regex-cache@^0.4.2:
62066248
version "0.4.4"
62076249
resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd"
@@ -7161,6 +7203,11 @@ [email protected]:
71617203
version "1.0.4"
71627204
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1"
71637205

7206+
to-fast-properties@^1.0.3:
7207+
version "1.0.3"
7208+
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
7209+
integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=
7210+
71647211
to-fast-properties@^2.0.0:
71657212
version "2.0.0"
71667213
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"

0 commit comments

Comments
 (0)