Skip to content

Commit faecedd

Browse files
chore(deps-dev): bump @babel/core from 7.9.0 to 7.9.6 (#4351)
1 parent 83b4f27 commit faecedd

File tree

2 files changed

+37
-56
lines changed

2 files changed

+37
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
]
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.9.0",
29+
"@babel/core": "^7.9.6",
3030
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
3131
"@babel/plugin-transform-block-scoping": "^7.4.4",
3232
"@ember/jquery": "^1.1.0",

yarn.lock

Lines changed: 36 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
invariant "^2.2.4"
2828
semver "^5.5.0"
2929

30-
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.2.2", "@babel/core@^7.3.4", "@babel/core@^7.8.3", "@babel/core@^7.8.4", "@babel/core@^7.9.0":
31-
version "7.9.0"
32-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
33-
integrity sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==
30+
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.2.2", "@babel/core@^7.3.4", "@babel/core@^7.8.3", "@babel/core@^7.8.4", "@babel/core@^7.9.0", "@babel/core@^7.9.6":
31+
version "7.9.6"
32+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
33+
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
3434
dependencies:
3535
"@babel/code-frame" "^7.8.3"
36-
"@babel/generator" "^7.9.0"
36+
"@babel/generator" "^7.9.6"
3737
"@babel/helper-module-transforms" "^7.9.0"
38-
"@babel/helpers" "^7.9.0"
39-
"@babel/parser" "^7.9.0"
38+
"@babel/helpers" "^7.9.6"
39+
"@babel/parser" "^7.9.6"
4040
"@babel/template" "^7.8.6"
41-
"@babel/traverse" "^7.9.0"
42-
"@babel/types" "^7.9.0"
41+
"@babel/traverse" "^7.9.6"
42+
"@babel/types" "^7.9.6"
4343
convert-source-map "^1.7.0"
4444
debug "^4.1.0"
4545
gensync "^1.0.0-beta.1"
@@ -49,12 +49,12 @@
4949
semver "^5.4.1"
5050
source-map "^0.5.0"
5151

52-
"@babel/generator@^7.4.0", "@babel/generator@^7.9.0":
53-
version "7.9.0"
54-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.0.tgz#0f67adea4ec39dad6e63345f70eec33014d78c89"
55-
integrity sha512-onl4Oy46oGCzymOXtKMQpI7VXtCbTSHK1kqBydZ6AmzuNcacEVqGk9tZtAS+48IA9IstZcDCgIg8hQKnb7suRw==
52+
"@babel/generator@^7.4.0", "@babel/generator@^7.9.6":
53+
version "7.9.6"
54+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
55+
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
5656
dependencies:
57-
"@babel/types" "^7.9.0"
57+
"@babel/types" "^7.9.6"
5858
jsesc "^2.5.1"
5959
lodash "^4.17.13"
6060
source-map "^0.5.0"
@@ -266,11 +266,6 @@
266266
dependencies:
267267
"@babel/types" "^7.8.3"
268268

269-
"@babel/helper-validator-identifier@^7.9.0":
270-
version "7.9.0"
271-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
272-
integrity sha512-6G8bQKjOh+of4PV/ThDm/rRqlU7+IGoJuofpagU5GlEl29Vv0RGqqt86ZGRV8ZuSOY3o+8yXl5y782SMcG7SHw==
273-
274269
"@babel/helper-validator-identifier@^7.9.5":
275270
version "7.9.5"
276271
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -286,14 +281,14 @@
286281
"@babel/traverse" "^7.8.3"
287282
"@babel/types" "^7.8.3"
288283

289-
"@babel/helpers@^7.9.0":
290-
version "7.9.0"
291-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.0.tgz#ab2c1bc4821af766cab51d4868a5038874ea5a12"
292-
integrity sha512-/9GvfYTCG1NWCNwDj9e+XlnSCmWW/r9T794Xi58vPF9WCcnZCAZ0kWLSn54oqP40SUvh1T2G6VwKmFO5AOlW3A==
284+
"@babel/helpers@^7.9.6":
285+
version "7.9.6"
286+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
287+
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
293288
dependencies:
294289
"@babel/template" "^7.8.3"
295-
"@babel/traverse" "^7.9.0"
296-
"@babel/types" "^7.9.0"
290+
"@babel/traverse" "^7.9.6"
291+
"@babel/types" "^7.9.6"
297292

298293
"@babel/highlight@^7.8.3":
299294
version "7.8.3"
@@ -304,15 +299,10 @@
304299
esutils "^2.0.2"
305300
js-tokens "^4.0.0"
306301

307-
"@babel/parser@^7.3.4", "@babel/parser@^7.4.3", "@babel/parser@^7.4.5", "@babel/parser@^7.5.5", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0":
308-
version "7.9.0"
309-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.0.tgz#f821b32313f07ee570976d3f6238e8d2d66e0a8e"
310-
integrity sha512-Iwyp00CZsypoNJcpXCbq3G4tcDgphtlMwMVrMhhZ//XBkqjXF7LW6V511yk0+pBX3ZwwGnPea+pTKNJiqA7pUg==
311-
312-
"@babel/parser@^7.7.0":
313-
version "7.9.4"
314-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
315-
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
302+
"@babel/parser@^7.3.4", "@babel/parser@^7.4.3", "@babel/parser@^7.4.5", "@babel/parser@^7.5.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.6", "@babel/parser@^7.9.6":
303+
version "7.9.6"
304+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
305+
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
316306

317307
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
318308
version "7.8.3"
@@ -1072,34 +1062,25 @@
10721062
"@babel/parser" "^7.8.6"
10731063
"@babel/types" "^7.8.6"
10741064

1075-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.2.4", "@babel/traverse@^7.3.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.0":
1076-
version "7.9.0"
1077-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.0.tgz#d3882c2830e513f4fe4cec9fe76ea1cc78747892"
1078-
integrity sha512-jAZQj0+kn4WTHO5dUZkZKhbFrqZE7K5LAQ5JysMnmvGij+wOdr+8lWqPeW0BcF4wFwrEXXtdGO7wcV6YPJcf3w==
1065+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.2.4", "@babel/traverse@^7.3.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.8.6", "@babel/traverse@^7.9.6":
1066+
version "7.9.6"
1067+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
1068+
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
10791069
dependencies:
10801070
"@babel/code-frame" "^7.8.3"
1081-
"@babel/generator" "^7.9.0"
1082-
"@babel/helper-function-name" "^7.8.3"
1071+
"@babel/generator" "^7.9.6"
1072+
"@babel/helper-function-name" "^7.9.5"
10831073
"@babel/helper-split-export-declaration" "^7.8.3"
1084-
"@babel/parser" "^7.9.0"
1085-
"@babel/types" "^7.9.0"
1074+
"@babel/parser" "^7.9.6"
1075+
"@babel/types" "^7.9.6"
10861076
debug "^4.1.0"
10871077
globals "^11.1.0"
10881078
lodash "^4.17.13"
10891079

1090-
"@babel/types@^7.1.6", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.4.0", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
1091-
version "7.9.0"
1092-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
1093-
integrity sha512-BS9JKfXkzzJl8RluW4JGknzpiUV7ZrvTayM6yfqLTVBEnFtyowVIOu6rqxRd5cVO6yGoWf4T8u8dgK9oB+GCng==
1094-
dependencies:
1095-
"@babel/helper-validator-identifier" "^7.9.0"
1096-
lodash "^4.17.13"
1097-
to-fast-properties "^2.0.0"
1098-
1099-
"@babel/types@^7.4.4", "@babel/types@^7.7.2", "@babel/types@^7.9.5":
1100-
version "7.9.5"
1101-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.5.tgz#89231f82915a8a566a703b3b20133f73da6b9444"
1102-
integrity sha512-XjnvNqenk818r5zMaba+sLQjnbda31UfUURv3ei0qPQw4u+j2jMyJ5b11y8ZHYTRSI3NnInQkkkRT4fLqqPdHg==
1080+
"@babel/types@^7.1.6", "@babel/types@^7.3.2", "@babel/types@^7.3.4", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.7.2", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0", "@babel/types@^7.9.5", "@babel/types@^7.9.6":
1081+
version "7.9.6"
1082+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
1083+
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
11031084
dependencies:
11041085
"@babel/helper-validator-identifier" "^7.9.5"
11051086
lodash "^4.17.13"

0 commit comments

Comments
 (0)