Skip to content

Commit a4967c7

Browse files
Merge pull request tailwindlabs#1476 from tailwindcss/dependabot/npm_and_yarn/master/babel/core-7.9.0
2 parents 35f9c54 + d66992b commit a4967c7

File tree

1 file changed

+59
-47
lines changed

1 file changed

+59
-47
lines changed

yarn.lock

+59-47
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,33 @@
3535
semver "^5.5.0"
3636

3737
"@babel/core@^7.0.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
38-
version "7.8.7"
39-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.8.7.tgz#b69017d221ccdeb203145ae9da269d72cf102f3b"
40-
integrity sha512-rBlqF3Yko9cynC5CCFy6+K/w2N+Sq/ff2BPy+Krp7rHlABIr5epbA7OxVeKoMHB39LZOp1UY5SuLjy6uWi35yA==
38+
version "7.9.0"
39+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
40+
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
4141
dependencies:
4242
"@babel/code-frame" "^7.8.3"
43-
"@babel/generator" "^7.8.7"
44-
"@babel/helpers" "^7.8.4"
45-
"@babel/parser" "^7.8.7"
43+
"@babel/generator" "^7.9.0"
44+
"@babel/helper-module-transforms" "^7.9.0"
45+
"@babel/helpers" "^7.9.0"
46+
"@babel/parser" "^7.9.0"
4647
"@babel/template" "^7.8.6"
47-
"@babel/traverse" "^7.8.6"
48-
"@babel/types" "^7.8.7"
48+
"@babel/traverse" "^7.9.0"
49+
"@babel/types" "^7.9.0"
4950
convert-source-map "^1.7.0"
5051
debug "^4.1.0"
5152
gensync "^1.0.0-beta.1"
52-
json5 "^2.1.0"
53+
json5 "^2.1.2"
5354
lodash "^4.17.13"
5455
resolve "^1.3.2"
5556
semver "^5.4.1"
5657
source-map "^0.5.0"
5758

58-
"@babel/generator@^7.8.6", "@babel/generator@^7.8.7":
59-
version "7.8.7"
60-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7"
61-
integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew==
59+
"@babel/generator@^7.9.0":
60+
version "7.9.3"
61+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.3.tgz#7c8b2956c6f68b3ab732bd16305916fbba521d94"
62+
integrity sha512-RpxM252EYsz9qLUIq6F7YJyK1sv0wWDBFuztfDGWaQKzHjqDHysxSiRUpA/X9jmfqo+WzkAVKFaUily5h+gDCQ==
6263
dependencies:
63-
"@babel/types" "^7.8.7"
64+
"@babel/types" "^7.9.0"
6465
jsesc "^2.5.1"
6566
lodash "^4.17.13"
6667
source-map "^0.5.0"
@@ -162,16 +163,17 @@
162163
dependencies:
163164
"@babel/types" "^7.8.3"
164165

165-
"@babel/helper-module-transforms@^7.8.3":
166-
version "7.8.3"
167-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590"
168-
integrity sha512-C7NG6B7vfBa/pwCOshpMbOYUmrYQDfCpVL/JCRu0ek8B5p8kue1+BCXpg2vOYs7w5ACB9GTOBYQ5U6NwrMg+3Q==
166+
"@babel/helper-module-transforms@^7.8.3", "@babel/helper-module-transforms@^7.9.0":
167+
version "7.9.0"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
169+
integrity sha512-0FvKyu0gpPfIQ8EkxlrAydOWROdHpBmiCiRwLkUiBGhCUPRRbVD2/tm3sFr/c/GWFrQ/ffutGUAnx7V0FzT2wA==
169170
dependencies:
170171
"@babel/helper-module-imports" "^7.8.3"
172+
"@babel/helper-replace-supers" "^7.8.6"
171173
"@babel/helper-simple-access" "^7.8.3"
172174
"@babel/helper-split-export-declaration" "^7.8.3"
173-
"@babel/template" "^7.8.3"
174-
"@babel/types" "^7.8.3"
175+
"@babel/template" "^7.8.6"
176+
"@babel/types" "^7.9.0"
175177
lodash "^4.17.13"
176178

177179
"@babel/helper-optimise-call-expression@^7.8.3":
@@ -239,6 +241,11 @@
239241
dependencies:
240242
"@babel/types" "^7.8.3"
241243

244+
"@babel/helper-validator-identifier@^7.9.0":
245+
version "7.9.0"
246+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
247+
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
248+
242249
"@babel/helper-wrap-function@^7.8.3":
243250
version "7.8.3"
244251
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.8.3.tgz#9dbdb2bb55ef14aaa01fe8c99b629bd5352d8610"
@@ -249,14 +256,14 @@
249256
"@babel/traverse" "^7.8.3"
250257
"@babel/types" "^7.8.3"
251258

252-
"@babel/helpers@^7.8.4":
253-
version "7.8.4"
254-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
255-
integrity sha512-VPbe7wcQ4chu4TDQjimHv/5tj73qz88o12EPkO2ValS2QiQS/1F2SsjyIGNnAD0vF/nZS6Cf9i+vW6HIlnaR8w==
259+
"@babel/helpers@^7.9.0":
260+
version "7.9.2"
261+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
262+
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
256263
dependencies:
257264
"@babel/template" "^7.8.3"
258-
"@babel/traverse" "^7.8.4"
259-
"@babel/types" "^7.8.3"
265+
"@babel/traverse" "^7.9.0"
266+
"@babel/types" "^7.9.0"
260267

261268
"@babel/highlight@^7.8.3":
262269
version "7.8.3"
@@ -281,10 +288,10 @@
281288
resolve "^1.13.1"
282289
v8flags "^3.1.1"
283290

284-
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.8.7":
285-
version "7.8.7"
286-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a"
287-
integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A==
291+
"@babel/parser@^7.1.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
292+
version "7.9.3"
293+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.3.tgz#043a5fc2ad8b7ea9facddc4e802a1f0f25da7255"
294+
integrity sha512-E6SpIDJZ0cZAKoCNk+qSDd0ChfTnpiJN9FfNf3RZ20dzwA2vL2oq5IX1XTVT+4vDmRlta2nGk5HGMMskJAR+4A==
288295

289296
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
290297
version "7.8.3"
@@ -749,27 +756,27 @@
749756
"@babel/parser" "^7.8.6"
750757
"@babel/types" "^7.8.6"
751758

752-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.4", "@babel/traverse@^7.8.6":
753-
version "7.8.6"
754-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
755-
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
759+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
760+
version "7.9.0"
761+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
762+
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
756763
dependencies:
757764
"@babel/code-frame" "^7.8.3"
758-
"@babel/generator" "^7.8.6"
765+
"@babel/generator" "^7.9.0"
759766
"@babel/helper-function-name" "^7.8.3"
760767
"@babel/helper-split-export-declaration" "^7.8.3"
761-
"@babel/parser" "^7.8.6"
762-
"@babel/types" "^7.8.6"
768+
"@babel/parser" "^7.9.0"
769+
"@babel/types" "^7.9.0"
763770
debug "^4.1.0"
764771
globals "^11.1.0"
765772
lodash "^4.17.13"
766773

767-
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
768-
version "7.8.7"
769-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
770-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
774+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0":
775+
version "7.9.0"
776+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
777+
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
771778
dependencies:
772-
esutils "^2.0.2"
779+
"@babel/helper-validator-identifier" "^7.9.0"
773780
lodash "^4.17.13"
774781
to-fast-properties "^2.0.0"
775782

@@ -3330,12 +3337,12 @@ json-stringify-safe@~5.0.1:
33303337
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
33313338
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
33323339

3333-
json5@^2.1.0:
3334-
version "2.1.0"
3335-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
3336-
integrity sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==
3340+
json5@^2.1.2:
3341+
version "2.1.2"
3342+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.2.tgz#43ef1f0af9835dd624751a6b7fa48874fb2d608e"
3343+
integrity sha512-MoUOQ4WdiN3yxhm7NEVJSJrieAo5hNSLQ5sj05OTRHPL9HOBy8u4Bu88jsC1jvqAdN+E1bJmsUcZH+1HQxliqQ==
33373344
dependencies:
3338-
minimist "^1.2.0"
3345+
minimist "^1.2.5"
33393346

33403347
jsonfile@^6.0.1:
33413348
version "6.0.1"
@@ -3549,6 +3556,11 @@ minimist@^1.1.1, minimist@^1.2.0:
35493556
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
35503557
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
35513558

3559+
minimist@^1.2.5:
3560+
version "1.2.5"
3561+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
3562+
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
3563+
35523564
minipass@^2.2.1, minipass@^2.3.5:
35533565
version "2.3.5"
35543566
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"

0 commit comments

Comments
 (0)