Skip to content

Commit 1bf2fa3

Browse files
Build(deps-dev): Bump @babel/core from 7.17.5 to 7.17.7 (#12459)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cae1951 commit 1bf2fa3

File tree

2 files changed

+50
-33
lines changed

2 files changed

+50
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"yaml-unist-parser": "1.3.1"
9292
},
9393
"devDependencies": {
94-
"@babel/core": "7.17.5",
94+
"@babel/core": "7.17.7",
9595
"@babel/preset-env": "7.16.11",
9696
"@babel/types": "7.17.0",
9797
"@esbuild-plugins/node-modules-polyfill": "0.1.4",

yarn.lock

Lines changed: 49 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,23 @@
3535
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34"
3636
integrity sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==
3737

38-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
39-
version "7.17.5"
40-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
41-
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
38+
"@babel/compat-data@^7.17.7":
39+
version "7.17.7"
40+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
41+
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
42+
43+
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
44+
version "7.17.7"
45+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.7.tgz#f7c28228c83cdf2dbd1b9baa06eaf9df07f0c2f9"
46+
integrity sha512-djHlEfFHnSnTAcPb7dATbiM5HxGOP98+3JLBZtjRb5I7RXrw7kFRoG2dXM8cm3H+o11A8IFH/uprmJpwFynRNQ==
4247
dependencies:
4348
"@ampproject/remapping" "^2.1.0"
4449
"@babel/code-frame" "^7.16.7"
45-
"@babel/generator" "^7.17.3"
46-
"@babel/helper-compilation-targets" "^7.16.7"
47-
"@babel/helper-module-transforms" "^7.16.7"
48-
"@babel/helpers" "^7.17.2"
49-
"@babel/parser" "^7.17.3"
50+
"@babel/generator" "^7.17.7"
51+
"@babel/helper-compilation-targets" "^7.17.7"
52+
"@babel/helper-module-transforms" "^7.17.7"
53+
"@babel/helpers" "^7.17.7"
54+
"@babel/parser" "^7.17.7"
5055
"@babel/template" "^7.16.7"
5156
"@babel/traverse" "^7.17.3"
5257
"@babel/types" "^7.17.0"
@@ -56,10 +61,10 @@
5661
json5 "^2.1.2"
5762
semver "^6.3.0"
5863

59-
"@babel/generator@^7.17.3", "@babel/generator@^7.7.2":
60-
version "7.17.3"
61-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.3.tgz#a2c30b0c4f89858cb87050c3ffdfd36bdf443200"
62-
integrity sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==
64+
"@babel/generator@^7.17.3", "@babel/generator@^7.17.7", "@babel/generator@^7.7.2":
65+
version "7.17.7"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
67+
integrity sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==
6368
dependencies:
6469
"@babel/types" "^7.17.0"
6570
jsesc "^2.5.1"
@@ -80,12 +85,12 @@
8085
"@babel/helper-explode-assignable-expression" "^7.16.7"
8186
"@babel/types" "^7.16.7"
8287

83-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7":
84-
version "7.16.7"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
86-
integrity sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==
88+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7":
89+
version "7.17.7"
90+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46"
91+
integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==
8792
dependencies:
88-
"@babel/compat-data" "^7.16.4"
93+
"@babel/compat-data" "^7.17.7"
8994
"@babel/helper-validator-option" "^7.16.7"
9095
browserslist "^4.17.5"
9196
semver "^6.3.0"
@@ -176,19 +181,19 @@
176181
dependencies:
177182
"@babel/types" "^7.16.7"
178183

179-
"@babel/helper-module-transforms@^7.16.7":
180-
version "7.16.7"
181-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz#7665faeb721a01ca5327ddc6bba15a5cb34b6a41"
182-
integrity sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==
184+
"@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.17.7":
185+
version "7.17.7"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz#3943c7f777139e7954a5355c815263741a9c1cbd"
187+
integrity sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==
183188
dependencies:
184189
"@babel/helper-environment-visitor" "^7.16.7"
185190
"@babel/helper-module-imports" "^7.16.7"
186-
"@babel/helper-simple-access" "^7.16.7"
191+
"@babel/helper-simple-access" "^7.17.7"
187192
"@babel/helper-split-export-declaration" "^7.16.7"
188193
"@babel/helper-validator-identifier" "^7.16.7"
189194
"@babel/template" "^7.16.7"
190-
"@babel/traverse" "^7.16.7"
191-
"@babel/types" "^7.16.7"
195+
"@babel/traverse" "^7.17.3"
196+
"@babel/types" "^7.17.0"
192197

193198
"@babel/helper-optimise-call-expression@^7.16.7":
194199
version "7.16.7"
@@ -229,6 +234,13 @@
229234
dependencies:
230235
"@babel/types" "^7.16.7"
231236

237+
"@babel/helper-simple-access@^7.17.7":
238+
version "7.17.7"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz#aaa473de92b7987c6dfa7ce9a7d9674724823367"
240+
integrity sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==
241+
dependencies:
242+
"@babel/types" "^7.17.0"
243+
232244
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
233245
version "7.16.0"
234246
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
@@ -263,13 +275,13 @@
263275
"@babel/traverse" "^7.16.8"
264276
"@babel/types" "^7.16.8"
265277

266-
"@babel/helpers@^7.17.2":
267-
version "7.17.2"
268-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.2.tgz#23f0a0746c8e287773ccd27c14be428891f63417"
269-
integrity sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==
278+
"@babel/helpers@^7.17.7":
279+
version "7.17.7"
280+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.17.7.tgz#6fc0a24280fd00026e85424bbfed4650e76d7127"
281+
integrity sha512-TKsj9NkjJfTBxM7Phfy7kv6yYc4ZcOo+AaWGqQOKTPDOmcGkIFb5xNA746eKisQkm4yavUYh4InYM9S+VnO01w==
270282
dependencies:
271283
"@babel/template" "^7.16.7"
272-
"@babel/traverse" "^7.17.0"
284+
"@babel/traverse" "^7.17.3"
273285
"@babel/types" "^7.17.0"
274286

275287
"@babel/highlight@^7.0.0", "@babel/highlight@^7.16.7":
@@ -281,11 +293,16 @@
281293
chalk "^2.0.0"
282294
js-tokens "^4.0.0"
283295

284-
"@babel/[email protected]", "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3":
296+
285297
version "7.17.3"
286298
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0"
287299
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==
288300

301+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.17.7":
302+
version "7.17.7"
303+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.7.tgz#fc19b645a5456c8d6fdb6cecd3c66c0173902800"
304+
integrity sha512-bm3AQf45vR4gKggRfvJdYJ0gFLoCbsPxiFLSH6hTVYABptNHY6l9NrhnucVjQ/X+SPtLANT9lc0fFhikj+VBRA==
305+
289306
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7":
290307
version "7.16.7"
291308
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050"
@@ -906,7 +923,7 @@
906923
"@babel/parser" "^7.16.7"
907924
"@babel/types" "^7.16.7"
908925

909-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
926+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.3", "@babel/traverse@^7.7.2":
910927
version "7.17.3"
911928
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
912929
integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==

0 commit comments

Comments
 (0)