Skip to content

Commit 600c9d6

Browse files
chore(deps-dev): bump @babel/core from 7.16.0 to 7.16.5 (#8194)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.16.0 to 7.16.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.16.5/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d52e628 commit 600c9d6

File tree

2 files changed

+49
-65
lines changed

2 files changed

+49
-65
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.16.0",
31+
"@babel/core": "^7.16.5",
3232
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
3333
"@babel/plugin-transform-block-scoping": "^7.16.0",
3434
"@ember/jquery": "^2.0.0",

yarn.lock

Lines changed: 48 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.0.tgz#ea269d7f78deb3a7826c39a4048eecda541ebdaa"
2222
integrity sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew==
2323

24-
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.10", "@babel/core@^7.13.8", "@babel/core@^7.16.0", "@babel/core@^7.3.4", "@babel/core@^7.7.5":
25-
version "7.16.0"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
27-
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
24+
"@babel/core@^7.0.0", "@babel/core@^7.1.6", "@babel/core@^7.12.0", "@babel/core@^7.12.3", "@babel/core@^7.13.10", "@babel/core@^7.13.8", "@babel/core@^7.16.5", "@babel/core@^7.3.4", "@babel/core@^7.7.5":
25+
version "7.16.5"
26+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.5.tgz#924aa9e1ae56e1e55f7184c8bf073a50d8677f5c"
27+
integrity sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==
2828
dependencies:
2929
"@babel/code-frame" "^7.16.0"
30-
"@babel/generator" "^7.16.0"
31-
"@babel/helper-compilation-targets" "^7.16.0"
32-
"@babel/helper-module-transforms" "^7.16.0"
33-
"@babel/helpers" "^7.16.0"
34-
"@babel/parser" "^7.16.0"
30+
"@babel/generator" "^7.16.5"
31+
"@babel/helper-compilation-targets" "^7.16.3"
32+
"@babel/helper-module-transforms" "^7.16.5"
33+
"@babel/helpers" "^7.16.5"
34+
"@babel/parser" "^7.16.5"
3535
"@babel/template" "^7.16.0"
36-
"@babel/traverse" "^7.16.0"
36+
"@babel/traverse" "^7.16.5"
3737
"@babel/types" "^7.16.0"
3838
convert-source-map "^1.7.0"
3939
debug "^4.1.0"
@@ -42,10 +42,10 @@
4242
semver "^6.3.0"
4343
source-map "^0.5.0"
4444

45-
"@babel/generator@^7.16.0":
46-
version "7.16.0"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
48-
integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==
45+
"@babel/generator@^7.16.5":
46+
version "7.16.5"
47+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.5.tgz#26e1192eb8f78e0a3acaf3eede3c6fc96d22bedf"
48+
integrity sha512-kIvCdjZqcdKqoDbVVdt5R99icaRtrtYhYK/xux5qiWCBmfdvEYMFZ68QCrpE5cbFM1JsuArUNs1ZkuKtTtUcZA==
4949
dependencies:
5050
"@babel/types" "^7.16.0"
5151
jsesc "^2.5.1"
@@ -73,14 +73,14 @@
7373
"@babel/helper-explode-assignable-expression" "^7.12.13"
7474
"@babel/types" "^7.12.13"
7575

76-
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.16.0":
77-
version "7.16.0"
78-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.0.tgz#01d615762e796c17952c29e3ede9d6de07d235a8"
79-
integrity sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==
76+
"@babel/helper-compilation-targets@^7.12.0", "@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.16.0", "@babel/helper-compilation-targets@^7.16.3":
77+
version "7.16.3"
78+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
79+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
8080
dependencies:
8181
"@babel/compat-data" "^7.16.0"
8282
"@babel/helper-validator-option" "^7.14.5"
83-
browserslist "^4.16.6"
83+
browserslist "^4.17.5"
8484
semver "^6.3.0"
8585

8686
"@babel/helper-create-class-features-plugin@^7.13.0":
@@ -157,6 +157,13 @@
157157
resolve "^1.14.2"
158158
semver "^6.1.2"
159159

160+
"@babel/helper-environment-visitor@^7.16.5":
161+
version "7.16.5"
162+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.5.tgz#f6a7f38b3c6d8b07c88faea083c46c09ef5451b8"
163+
integrity sha512-ODQyc5AnxmZWm/R2W7fzhamOk1ey8gSguo5SGvF0zcB3uUzRpTRmM/jmLSm9bDMyPlvbyJ+PwPEK0BWIoZ9wjg==
164+
dependencies:
165+
"@babel/types" "^7.16.0"
166+
160167
"@babel/helper-explode-assignable-expression@^7.12.13":
161168
version "7.13.0"
162169
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f"
@@ -241,13 +248,6 @@
241248
dependencies:
242249
"@babel/types" "^7.13.12"
243250

244-
"@babel/helper-member-expression-to-functions@^7.16.0":
245-
version "7.16.0"
246-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
247-
integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==
248-
dependencies:
249-
"@babel/types" "^7.16.0"
250-
251251
"@babel/helper-member-expression-to-functions@^7.8.3":
252252
version "7.8.3"
253253
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -283,18 +283,18 @@
283283
dependencies:
284284
"@babel/types" "^7.10.4"
285285

286-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.16.0":
287-
version "7.16.0"
288-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
289-
integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==
286+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.16.5":
287+
version "7.16.5"
288+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.5.tgz#530ebf6ea87b500f60840578515adda2af470a29"
289+
integrity sha512-CkvMxgV4ZyyioElFwcuWnDCcNIeyqTkCm9BxXZi73RR1ozqlpboqsbGUNvRTflgZtFbbJ1v5Emvm+lkjMYY/LQ==
290290
dependencies:
291+
"@babel/helper-environment-visitor" "^7.16.5"
291292
"@babel/helper-module-imports" "^7.16.0"
292-
"@babel/helper-replace-supers" "^7.16.0"
293293
"@babel/helper-simple-access" "^7.16.0"
294294
"@babel/helper-split-export-declaration" "^7.16.0"
295295
"@babel/helper-validator-identifier" "^7.15.7"
296296
"@babel/template" "^7.16.0"
297-
"@babel/traverse" "^7.16.0"
297+
"@babel/traverse" "^7.16.5"
298298
"@babel/types" "^7.16.0"
299299

300300
"@babel/helper-optimise-call-expression@^7.12.13":
@@ -304,13 +304,6 @@
304304
dependencies:
305305
"@babel/types" "^7.12.13"
306306

307-
"@babel/helper-optimise-call-expression@^7.16.0":
308-
version "7.16.0"
309-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
310-
integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==
311-
dependencies:
312-
"@babel/types" "^7.16.0"
313-
314307
"@babel/helper-optimise-call-expression@^7.8.3":
315308
version "7.8.3"
316309
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.8.3.tgz#7ed071813d09c75298ef4f208956006b6111ecb9"
@@ -359,16 +352,6 @@
359352
"@babel/traverse" "^7.13.0"
360353
"@babel/types" "^7.13.0"
361354

362-
"@babel/helper-replace-supers@^7.16.0":
363-
version "7.16.0"
364-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
365-
integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==
366-
dependencies:
367-
"@babel/helper-member-expression-to-functions" "^7.16.0"
368-
"@babel/helper-optimise-call-expression" "^7.16.0"
369-
"@babel/traverse" "^7.16.0"
370-
"@babel/types" "^7.16.0"
371-
372355
"@babel/helper-replace-supers@^7.8.3":
373356
version "7.8.3"
374357
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.3.tgz#91192d25f6abbcd41da8a989d4492574fb1530bc"
@@ -451,13 +434,13 @@
451434
"@babel/traverse" "^7.13.0"
452435
"@babel/types" "^7.13.0"
453436

454-
"@babel/helpers@^7.16.0":
455-
version "7.16.0"
456-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.0.tgz#875519c979c232f41adfbd43a3b0398c2e388183"
457-
integrity sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==
437+
"@babel/helpers@^7.16.5":
438+
version "7.16.5"
439+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
440+
integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==
458441
dependencies:
459442
"@babel/template" "^7.16.0"
460-
"@babel/traverse" "^7.16.0"
443+
"@babel/traverse" "^7.16.5"
461444
"@babel/types" "^7.16.0"
462445

463446
"@babel/highlight@^7.10.4":
@@ -478,10 +461,10 @@
478461
chalk "^2.0.0"
479462
js-tokens "^4.0.0"
480463

481-
"@babel/parser@^7.12.3", "@babel/parser@^7.16.0", "@babel/parser@^7.4.5", "@babel/parser@^7.5.5", "@babel/parser@^7.7.0":
482-
version "7.16.2"
483-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac"
484-
integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==
464+
"@babel/parser@^7.12.3", "@babel/parser@^7.16.0", "@babel/parser@^7.16.5", "@babel/parser@^7.4.5", "@babel/parser@^7.5.5", "@babel/parser@^7.7.0":
465+
version "7.16.5"
466+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.5.tgz#beb3af702e54d24796341ab9420fb329131ad658"
467+
integrity sha512-+Ce7T5iPNWzfu9C1aB5tN3Lyafs5xb3Ic7vBWyZL2KXT3QSdD1dD3CvgOzPmQKoNNRt6uauc0XwNJTQtXC2/Mw==
485468

486469
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
487470
version "7.13.12"
@@ -1192,17 +1175,18 @@
11921175
"@babel/parser" "^7.16.0"
11931176
"@babel/types" "^7.16.0"
11941177

1195-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.16.0", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3":
1196-
version "7.16.0"
1197-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.0.tgz#965df6c6bfc0a958c1e739284d3c9fa4a6e3c45b"
1198-
integrity sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==
1178+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.16.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3":
1179+
version "7.16.5"
1180+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.5.tgz#d7d400a8229c714a59b87624fc67b0f1fbd4b2b3"
1181+
integrity sha512-FOCODAzqUMROikDYLYxl4nmwiLlu85rNqBML/A5hKRVXG2LV8d0iMqgPzdYTcIpjZEBB7D6UDU9vxRZiriASdQ==
11991182
dependencies:
12001183
"@babel/code-frame" "^7.16.0"
1201-
"@babel/generator" "^7.16.0"
1184+
"@babel/generator" "^7.16.5"
1185+
"@babel/helper-environment-visitor" "^7.16.5"
12021186
"@babel/helper-function-name" "^7.16.0"
12031187
"@babel/helper-hoist-variables" "^7.16.0"
12041188
"@babel/helper-split-export-declaration" "^7.16.0"
1205-
"@babel/parser" "^7.16.0"
1189+
"@babel/parser" "^7.16.5"
12061190
"@babel/types" "^7.16.0"
12071191
debug "^4.1.0"
12081192
globals "^11.1.0"

0 commit comments

Comments
 (0)