Skip to content

Commit 2a227f5

Browse files
authored
Merge pull request #931 from system-ui/dependabot/npm_and_yarn/babel/core-7.9.6
chore(deps): bump @babel/core from 7.9.0 to 7.9.6
2 parents d068833 + 9ca3e07 commit 2a227f5

File tree

1 file changed

+66
-39
lines changed

1 file changed

+66
-39
lines changed

yarn.lock

Lines changed: 66 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
semver "^5.4.1"
122122
source-map "^0.5.0"
123123

124-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.4", "@babel/core@^7.7.5", "@babel/core@^7.8.7":
124+
125125
version "7.9.0"
126126
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
127127
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
@@ -143,12 +143,34 @@
143143
semver "^5.4.1"
144144
source-map "^0.5.0"
145145

146-
"@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.6.0", "@babel/generator@^7.7.2", "@babel/generator@^7.8.8", "@babel/generator@^7.9.0":
147-
version "7.9.4"
148-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
149-
integrity sha512-rjP8ahaDy/ouhrvCoU1E5mqaitWrxwuNGU+dy1EpaoK48jZay4MdkskKGIMHLZNewg8sAsqpGSREJwP0zH3YQA==
146+
"@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.4", "@babel/core@^7.4.5", "@babel/core@^7.7.4", "@babel/core@^7.7.5", "@babel/core@^7.8.7":
147+
version "7.9.6"
148+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
149+
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
150150
dependencies:
151-
"@babel/types" "^7.9.0"
151+
"@babel/code-frame" "^7.8.3"
152+
"@babel/generator" "^7.9.6"
153+
"@babel/helper-module-transforms" "^7.9.0"
154+
"@babel/helpers" "^7.9.6"
155+
"@babel/parser" "^7.9.6"
156+
"@babel/template" "^7.8.6"
157+
"@babel/traverse" "^7.9.6"
158+
"@babel/types" "^7.9.6"
159+
convert-source-map "^1.7.0"
160+
debug "^4.1.0"
161+
gensync "^1.0.0-beta.1"
162+
json5 "^2.1.2"
163+
lodash "^4.17.13"
164+
resolve "^1.3.2"
165+
semver "^5.4.1"
166+
source-map "^0.5.0"
167+
168+
"@babel/generator@^7.4.0", "@babel/generator@^7.4.4", "@babel/generator@^7.6.0", "@babel/generator@^7.7.2", "@babel/generator@^7.8.8", "@babel/generator@^7.9.0", "@babel/generator@^7.9.6":
169+
version "7.9.6"
170+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
171+
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
172+
dependencies:
173+
"@babel/types" "^7.9.6"
152174
jsesc "^2.5.1"
153175
lodash "^4.17.13"
154176
source-map "^0.5.0"
@@ -343,6 +365,15 @@
343365
"@babel/template" "^7.8.3"
344366
"@babel/types" "^7.8.3"
345367

368+
"@babel/helper-function-name@^7.9.5":
369+
version "7.9.5"
370+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
371+
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
372+
dependencies:
373+
"@babel/helper-get-function-arity" "^7.8.3"
374+
"@babel/template" "^7.8.3"
375+
"@babel/types" "^7.9.5"
376+
346377
"@babel/helper-get-function-arity@^7.7.0", "@babel/helper-get-function-arity@^7.7.4":
347378
version "7.7.4"
348379
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.7.4.tgz#cb46348d2f8808e632f0ab048172130e636005f0"
@@ -546,6 +577,11 @@
546577
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
547578
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
548579

580+
"@babel/helper-validator-identifier@^7.9.5":
581+
version "7.9.5"
582+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
583+
integrity sha512-/8arLKUFq882w4tWGj9JYzRpAlZgiWUJ+dtteNTDqrRBz9Iguck9Rn3ykuBDoUwh2TO4tSAJlrxDUOXWklJe4g==
584+
549585
"@babel/helper-wrap-function@^7.7.4":
550586
version "7.7.4"
551587
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
@@ -566,14 +602,14 @@
566602
"@babel/traverse" "^7.8.3"
567603
"@babel/types" "^7.8.3"
568604

569-
"@babel/helpers@^7.6.0", "@babel/helpers@^7.7.0", "@babel/helpers@^7.9.0":
570-
version "7.9.2"
571-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.2.tgz#b42a81a811f1e7313b88cba8adc66b3d9ae6c09f"
572-
integrity sha512-JwLvzlXVPjO8eU9c/wF9/zOIN7X6h8DYf7mG4CiFRZRvZNKEF5dQ3H3V+ASkHoIB3mWhatgl5ONhyqHRI6MppA==
605+
"@babel/helpers@^7.6.0", "@babel/helpers@^7.7.0", "@babel/helpers@^7.9.0", "@babel/helpers@^7.9.6":
606+
version "7.9.6"
607+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
608+
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
573609
dependencies:
574610
"@babel/template" "^7.8.3"
575-
"@babel/traverse" "^7.9.0"
576-
"@babel/types" "^7.9.0"
611+
"@babel/traverse" "^7.9.6"
612+
"@babel/types" "^7.9.6"
577613

578614
"@babel/highlight@^7.8.3":
579615
version "7.8.3"
@@ -584,10 +620,10 @@
584620
esutils "^2.0.2"
585621
js-tokens "^4.0.0"
586622

587-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.3", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.6.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
588-
version "7.9.4"
589-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
590-
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
623+
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.1.3", "@babel/parser@^7.4.3", "@babel/parser@^7.4.4", "@babel/parser@^7.6.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0", "@babel/parser@^7.9.6":
624+
version "7.9.6"
625+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
626+
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
591627

592628
"@babel/plugin-proposal-async-generator-functions@^7.2.0", "@babel/plugin-proposal-async-generator-functions@^7.7.0":
593629
version "7.7.4"
@@ -1881,17 +1917,17 @@
18811917
"@babel/parser" "^7.8.6"
18821918
"@babel/types" "^7.8.6"
18831919

1884-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
1885-
version "7.9.0"
1886-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
1887-
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
1920+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.4", "@babel/traverse@^7.6.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0", "@babel/traverse@^7.9.6":
1921+
version "7.9.6"
1922+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
1923+
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
18881924
dependencies:
18891925
"@babel/code-frame" "^7.8.3"
1890-
"@babel/generator" "^7.9.0"
1891-
"@babel/helper-function-name" "^7.8.3"
1926+
"@babel/generator" "^7.9.6"
1927+
"@babel/helper-function-name" "^7.9.5"
18921928
"@babel/helper-split-export-declaration" "^7.8.3"
1893-
"@babel/parser" "^7.9.0"
1894-
"@babel/types" "^7.9.0"
1929+
"@babel/parser" "^7.9.6"
1930+
"@babel/types" "^7.9.6"
18951931
debug "^4.1.0"
18961932
globals "^11.1.0"
18971933
lodash "^4.17.13"
@@ -1905,7 +1941,7 @@
19051941
lodash "^4.17.13"
19061942
to-fast-properties "^2.0.0"
19071943

1908-
"@babel/[email protected]", "@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2", "@babel/types@^7.7.4", "@babel/types@^7.8.3":
1944+
19091945
version "7.8.3"
19101946
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
19111947
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
@@ -1914,21 +1950,12 @@
19141950
lodash "^4.17.13"
19151951
to-fast-properties "^2.0.0"
19161952

1917-
"@babel/types@^7.8.6", "@babel/types@^7.8.7":
1918-
version "7.8.7"
1919-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
1920-
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
1921-
dependencies:
1922-
esutils "^2.0.2"
1923-
lodash "^4.17.13"
1924-
to-fast-properties "^2.0.0"
1925-
1926-
"@babel/types@^7.9.0":
1927-
version "7.9.0"
1928-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
1929-
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
1953+
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2", "@babel/types@^7.7.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
1954+
version "7.9.6"
1955+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
1956+
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
19301957
dependencies:
1931-
"@babel/helper-validator-identifier" "^7.9.0"
1958+
"@babel/helper-validator-identifier" "^7.9.5"
19321959
lodash "^4.17.13"
19331960
to-fast-properties "^2.0.0"
19341961

0 commit comments

Comments
 (0)