Skip to content

Commit 1538c88

Browse files
committed
Update Babel Transpilation to v7.20.7
1 parent aaf8c09 commit 1538c88

2 files changed

Lines changed: 165 additions & 63 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,17 @@
7373
"sass": "1.57.1"
7474
},
7575
"devDependencies": {
76-
"@babel/core": "7.20.5",
76+
"@babel/core": "7.20.7",
7777
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
78-
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
78+
"@babel/plugin-proposal-logical-assignment-operators": "7.20.7",
7979
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
80-
"@babel/plugin-proposal-object-rest-spread": "7.20.2",
80+
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
8181
"@babel/plugin-proposal-optional-catch-binding": "7.18.6",
82-
"@babel/plugin-proposal-optional-chaining": "7.18.9",
82+
"@babel/plugin-proposal-optional-chaining": "7.20.7",
8383
"@babel/plugin-proposal-pipeline-operator": "7.18.9",
8484
"@babel/plugin-proposal-throw-expressions": "7.18.6",
8585
"@babel/plugin-syntax-top-level-await": "7.14.5",
86-
"@babel/plugin-transform-block-scoping": "7.20.5",
86+
"@babel/plugin-transform-block-scoping": "7.20.7",
8787
"@ember/optional-features": "2.0.0",
8888
"babel-eslint": "10.1.0",
8989
"broccoli-asset-rev": "3.0.0",

yarn.lock

Lines changed: 160 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,16 @@
116116
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2"
117117
integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==
118118

119-
"@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
119+
"@babel/compat-data@^7.20.0":
120120
version "7.20.1"
121121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
122122
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
123123

124+
"@babel/compat-data@^7.20.5":
125+
version "7.20.5"
126+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
127+
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
128+
124129
"@babel/compat-data@^7.8.4":
125130
version "7.8.5"
126131
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.8.5.tgz#d28ce872778c23551cbb9432fc68d28495b613b9"
@@ -139,21 +144,21 @@
139144
invariant "^2.2.4"
140145
semver "^5.5.0"
141146

142-
"@babel/core@7.20.5", "@babel/core@^7.19.3", "@babel/core@^7.20.2":
143-
version "7.20.5"
144-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
145-
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
147+
"@babel/core@7.20.7":
148+
version "7.20.7"
149+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
150+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
146151
dependencies:
147152
"@ampproject/remapping" "^2.1.0"
148153
"@babel/code-frame" "^7.18.6"
149-
"@babel/generator" "^7.20.5"
150-
"@babel/helper-compilation-targets" "^7.20.0"
151-
"@babel/helper-module-transforms" "^7.20.2"
152-
"@babel/helpers" "^7.20.5"
153-
"@babel/parser" "^7.20.5"
154-
"@babel/template" "^7.18.10"
155-
"@babel/traverse" "^7.20.5"
156-
"@babel/types" "^7.20.5"
154+
"@babel/generator" "^7.20.7"
155+
"@babel/helper-compilation-targets" "^7.20.7"
156+
"@babel/helper-module-transforms" "^7.20.7"
157+
"@babel/helpers" "^7.20.7"
158+
"@babel/parser" "^7.20.7"
159+
"@babel/template" "^7.20.7"
160+
"@babel/traverse" "^7.20.7"
161+
"@babel/types" "^7.20.7"
157162
convert-source-map "^1.7.0"
158163
debug "^4.1.0"
159164
gensync "^1.0.0-beta.2"
@@ -332,6 +337,27 @@
332337
semver "^6.3.0"
333338
source-map "^0.5.0"
334339

340+
"@babel/core@^7.19.3", "@babel/core@^7.20.2":
341+
version "7.20.5"
342+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
343+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
344+
dependencies:
345+
"@ampproject/remapping" "^2.1.0"
346+
"@babel/code-frame" "^7.18.6"
347+
"@babel/generator" "^7.20.5"
348+
"@babel/helper-compilation-targets" "^7.20.0"
349+
"@babel/helper-module-transforms" "^7.20.2"
350+
"@babel/helpers" "^7.20.5"
351+
"@babel/parser" "^7.20.5"
352+
"@babel/template" "^7.18.10"
353+
"@babel/traverse" "^7.20.5"
354+
"@babel/types" "^7.20.5"
355+
convert-source-map "^1.7.0"
356+
debug "^4.1.0"
357+
gensync "^1.0.0-beta.2"
358+
json5 "^2.2.1"
359+
semver "^6.3.0"
360+
335361
"@babel/core@^7.9.0":
336362
version "7.9.0"
337363
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
@@ -519,6 +545,15 @@
519545
"@jridgewell/gen-mapping" "^0.3.2"
520546
jsesc "^2.5.1"
521547

548+
"@babel/generator@^7.20.7":
549+
version "7.20.7"
550+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
551+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
552+
dependencies:
553+
"@babel/types" "^7.20.7"
554+
"@jridgewell/gen-mapping" "^0.3.2"
555+
jsesc "^2.5.1"
556+
522557
"@babel/generator@^7.8.4":
523558
version "7.8.4"
524559
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.4.tgz#35bbc74486956fe4251829f9f6c48330e8d0985e"
@@ -725,6 +760,17 @@
725760
browserslist "^4.21.3"
726761
semver "^6.3.0"
727762

763+
"@babel/helper-compilation-targets@^7.20.7":
764+
version "7.20.7"
765+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
766+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
767+
dependencies:
768+
"@babel/compat-data" "^7.20.5"
769+
"@babel/helper-validator-option" "^7.18.6"
770+
browserslist "^4.21.3"
771+
lru-cache "^5.1.1"
772+
semver "^6.3.0"
773+
728774
"@babel/helper-compilation-targets@^7.8.4":
729775
version "7.8.4"
730776
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.8.4.tgz#03d7ecd454b7ebe19a254f76617e61770aed2c88"
@@ -1463,6 +1509,20 @@
14631509
"@babel/traverse" "^7.20.1"
14641510
"@babel/types" "^7.20.2"
14651511

1512+
"@babel/helper-module-transforms@^7.20.7":
1513+
version "7.20.7"
1514+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
1515+
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
1516+
dependencies:
1517+
"@babel/helper-environment-visitor" "^7.18.9"
1518+
"@babel/helper-module-imports" "^7.18.6"
1519+
"@babel/helper-simple-access" "^7.20.2"
1520+
"@babel/helper-split-export-declaration" "^7.18.6"
1521+
"@babel/helper-validator-identifier" "^7.19.1"
1522+
"@babel/template" "^7.20.7"
1523+
"@babel/traverse" "^7.20.7"
1524+
"@babel/types" "^7.20.7"
1525+
14661526
"@babel/helper-module-transforms@^7.8.3":
14671527
version "7.8.3"
14681528
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.8.3.tgz#d305e35d02bee720fbc2c3c3623aa0c316c01590"
@@ -1580,11 +1640,6 @@
15801640
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
15811641
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
15821642

1583-
"@babel/helper-plugin-utils@^7.19.0":
1584-
version "7.19.0"
1585-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf"
1586-
integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==
1587-
15881643
"@babel/helper-plugin-utils@^7.20.2":
15891644
version "7.20.2"
15901645
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
@@ -1858,12 +1913,12 @@
18581913
dependencies:
18591914
"@babel/types" "^7.16.0"
18601915

1861-
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
1862-
version "7.18.9"
1863-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
1864-
integrity sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==
1916+
"@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
1917+
version "7.20.0"
1918+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
1919+
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
18651920
dependencies:
1866-
"@babel/types" "^7.18.9"
1921+
"@babel/types" "^7.20.0"
18671922

18681923
"@babel/helper-split-export-declaration@^7.10.1":
18691924
version "7.10.1"
@@ -2109,6 +2164,15 @@
21092164
"@babel/traverse" "^7.20.5"
21102165
"@babel/types" "^7.20.5"
21112166

2167+
"@babel/helpers@^7.20.7":
2168+
version "7.20.7"
2169+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
2170+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
2171+
dependencies:
2172+
"@babel/template" "^7.20.7"
2173+
"@babel/traverse" "^7.20.7"
2174+
"@babel/types" "^7.20.7"
2175+
21122176
"@babel/helpers@^7.8.4":
21132177
version "7.8.4"
21142178
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.8.4.tgz#754eb3ee727c165e0a240d6c207de7c455f36f73"
@@ -2305,6 +2369,11 @@
23052369
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
23062370
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
23072371

2372+
"@babel/parser@^7.20.7":
2373+
version "7.20.7"
2374+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
2375+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
2376+
23082377
"@babel/parser@^7.3.4", "@babel/parser@^7.4.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
23092378
version "7.8.4"
23102379
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
@@ -2628,12 +2697,12 @@
26282697
"@babel/helper-plugin-utils" "^7.8.3"
26292698
"@babel/plugin-syntax-json-strings" "^7.8.0"
26302699

2631-
"@babel/plugin-proposal-logical-assignment-operators@7.18.9":
2632-
version "7.18.9"
2633-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23"
2634-
integrity sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==
2700+
"@babel/plugin-proposal-logical-assignment-operators@7.20.7":
2701+
version "7.20.7"
2702+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83"
2703+
integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==
26352704
dependencies:
2636-
"@babel/helper-plugin-utils" "^7.18.9"
2705+
"@babel/helper-plugin-utils" "^7.20.2"
26372706
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
26382707

26392708
"@babel/plugin-proposal-logical-assignment-operators@^7.11.0":
@@ -2772,16 +2841,16 @@
27722841
"@babel/helper-plugin-utils" "^7.8.3"
27732842
"@babel/plugin-syntax-numeric-separator" "^7.8.3"
27742843

2775-
"@babel/plugin-proposal-object-rest-spread@7.20.2":
2776-
version "7.20.2"
2777-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz#a556f59d555f06961df1e572bb5eca864c84022d"
2778-
integrity sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==
2844+
"@babel/plugin-proposal-object-rest-spread@7.20.7":
2845+
version "7.20.7"
2846+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
2847+
integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
27792848
dependencies:
2780-
"@babel/compat-data" "^7.20.1"
2781-
"@babel/helper-compilation-targets" "^7.20.0"
2849+
"@babel/compat-data" "^7.20.5"
2850+
"@babel/helper-compilation-targets" "^7.20.7"
27822851
"@babel/helper-plugin-utils" "^7.20.2"
27832852
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
2784-
"@babel/plugin-transform-parameters" "^7.20.1"
2853+
"@babel/plugin-transform-parameters" "^7.20.7"
27852854

27862855
"@babel/plugin-proposal-object-rest-spread@^7.10.1":
27872856
version "7.10.1"
@@ -2887,13 +2956,13 @@
28872956
"@babel/helper-plugin-utils" "^7.8.3"
28882957
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
28892958

2890-
"@babel/plugin-proposal-optional-chaining@7.18.9":
2891-
version "7.18.9"
2892-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz#e8e8fe0723f2563960e4bf5e9690933691915993"
2893-
integrity sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==
2959+
"@babel/plugin-proposal-optional-chaining@7.20.7":
2960+
version "7.20.7"
2961+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.20.7.tgz#49f2b372519ab31728cc14115bb0998b15bfda55"
2962+
integrity sha512-T+A7b1kfjtRM51ssoOfS1+wbyCVqorfyZhT99TvxxLMirPShD8CzKMRepMlCBGM5RpHMbn8s+5MMHnPstJH6mQ==
28942963
dependencies:
2895-
"@babel/helper-plugin-utils" "^7.18.9"
2896-
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
2964+
"@babel/helper-plugin-utils" "^7.20.2"
2965+
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
28972966
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
28982967

28992968
"@babel/plugin-proposal-optional-chaining@^7.10.1":
@@ -3418,10 +3487,10 @@
34183487
dependencies:
34193488
"@babel/helper-plugin-utils" "^7.8.3"
34203489

3421-
"@babel/plugin-transform-block-scoping@7.20.5", "@babel/plugin-transform-block-scoping@^7.20.2":
3422-
version "7.20.5"
3423-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237"
3424-
integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==
3490+
"@babel/plugin-transform-block-scoping@7.20.7":
3491+
version "7.20.7"
3492+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.7.tgz#5cc9cc3f3976de7f632d3f20eab3abee299ed36e"
3493+
integrity sha512-C1njwSKnumUgtgc4j1LAWR48PkfwfHHRd8bWyolSCLShKnqA52VX1+B+GZhJteQlwZeSqYddCQh9Str816Jxtw==
34253494
dependencies:
34263495
"@babel/helper-plugin-utils" "^7.20.2"
34273496

@@ -3454,6 +3523,13 @@
34543523
dependencies:
34553524
"@babel/helper-plugin-utils" "^7.16.7"
34563525

3526+
"@babel/plugin-transform-block-scoping@^7.20.2":
3527+
version "7.20.5"
3528+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237"
3529+
integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==
3530+
dependencies:
3531+
"@babel/helper-plugin-utils" "^7.20.2"
3532+
34573533
"@babel/plugin-transform-block-scoping@^7.8.3":
34583534
version "7.8.3"
34593535
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.8.3.tgz#97d35dab66857a437c166358b91d09050c868f3a"
@@ -4270,12 +4346,12 @@
42704346
dependencies:
42714347
"@babel/helper-plugin-utils" "^7.16.7"
42724348

4273-
"@babel/plugin-transform-parameters@^7.20.1":
4274-
version "7.20.1"
4275-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.1.tgz#9a5aa370fdcce36f110455e9369db7afca0f9eeb"
4276-
integrity sha512-nDvKLrAvl+kf6BOy1UJ3MGwzzfTMgppxwiD2Jb4LO3xjYyZq30oQzDNJbCQpMdG9+j2IXHoiMrw5Cm/L6ZoxXQ==
4349+
"@babel/plugin-transform-parameters@^7.20.7":
4350+
version "7.20.7"
4351+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz#0ee349e9d1bc96e78e3b37a7af423a4078a7083f"
4352+
integrity sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==
42774353
dependencies:
4278-
"@babel/helper-plugin-utils" "^7.19.0"
4354+
"@babel/helper-plugin-utils" "^7.20.2"
42794355

42804356
"@babel/plugin-transform-parameters@^7.8.4":
42814357
version "7.8.4"
@@ -5524,6 +5600,15 @@
55245600
"@babel/parser" "^7.18.6"
55255601
"@babel/types" "^7.18.6"
55265602

5603+
"@babel/template@^7.20.7":
5604+
version "7.20.7"
5605+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
5606+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
5607+
dependencies:
5608+
"@babel/code-frame" "^7.18.6"
5609+
"@babel/parser" "^7.20.7"
5610+
"@babel/types" "^7.20.7"
5611+
55275612
"@babel/template@^7.8.3":
55285613
version "7.8.3"
55295614
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -5833,6 +5918,22 @@
58335918
debug "^4.1.0"
58345919
globals "^11.1.0"
58355920

5921+
"@babel/traverse@^7.20.7":
5922+
version "7.20.7"
5923+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c"
5924+
integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A==
5925+
dependencies:
5926+
"@babel/code-frame" "^7.18.6"
5927+
"@babel/generator" "^7.20.7"
5928+
"@babel/helper-environment-visitor" "^7.18.9"
5929+
"@babel/helper-function-name" "^7.19.0"
5930+
"@babel/helper-hoist-variables" "^7.18.6"
5931+
"@babel/helper-split-export-declaration" "^7.18.6"
5932+
"@babel/parser" "^7.20.7"
5933+
"@babel/types" "^7.20.7"
5934+
debug "^4.1.0"
5935+
globals "^11.1.0"
5936+
58365937
"@babel/traverse@^7.7.0", "@babel/traverse@^7.8.6":
58375938
version "7.8.6"
58385939
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
@@ -6037,14 +6138,6 @@
60376138
"@babel/helper-validator-identifier" "^7.18.6"
60386139
to-fast-properties "^2.0.0"
60396140

6040-
"@babel/types@^7.18.9":
6041-
version "7.18.9"
6042-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
6043-
integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
6044-
dependencies:
6045-
"@babel/helper-validator-identifier" "^7.18.6"
6046-
to-fast-properties "^2.0.0"
6047-
60486141
"@babel/types@^7.19.0":
60496142
version "7.19.0"
60506143
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -6072,6 +6165,15 @@
60726165
"@babel/helper-validator-identifier" "^7.19.1"
60736166
to-fast-properties "^2.0.0"
60746167

6168+
"@babel/types@^7.20.7":
6169+
version "7.20.7"
6170+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
6171+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
6172+
dependencies:
6173+
"@babel/helper-string-parser" "^7.19.4"
6174+
"@babel/helper-validator-identifier" "^7.19.1"
6175+
to-fast-properties "^2.0.0"
6176+
60756177
"@babel/types@^7.4.4", "@babel/types@^7.9.0":
60766178
version "7.9.0"
60776179
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"

0 commit comments

Comments
 (0)