Skip to content

Commit b315fd0

Browse files
build(deps-dev): bump @babel/core from 7.24.5 to 7.24.6 (#1539)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.5 to 7.24.6. - [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.24.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f850783 commit b315fd0

2 files changed

Lines changed: 43 additions & 152 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"watch": "yarn clean && rollup -c --environment DEVELOPMENT --watch"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.24.5",
38+
"@babel/core": "^7.24.6",
3939
"@babel/preset-env": "^7.24.6",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.19",

yarn.lock

Lines changed: 42 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
24-
version "7.24.2"
25-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
26-
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
27-
dependencies:
28-
"@babel/highlight" "^7.24.2"
29-
picocolors "^1.0.0"
30-
31-
"@babel/code-frame@^7.24.6":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.6":
3224
version "7.24.6"
3325
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2"
3426
integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==
@@ -41,33 +33,33 @@
4133
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2"
4234
integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==
4335

44-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.5":
45-
version "7.24.5"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
47-
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
36+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.6":
37+
version "7.24.6"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787"
39+
integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==
4840
dependencies:
4941
"@ampproject/remapping" "^2.2.0"
50-
"@babel/code-frame" "^7.24.2"
51-
"@babel/generator" "^7.24.5"
52-
"@babel/helper-compilation-targets" "^7.23.6"
53-
"@babel/helper-module-transforms" "^7.24.5"
54-
"@babel/helpers" "^7.24.5"
55-
"@babel/parser" "^7.24.5"
56-
"@babel/template" "^7.24.0"
57-
"@babel/traverse" "^7.24.5"
58-
"@babel/types" "^7.24.5"
42+
"@babel/code-frame" "^7.24.6"
43+
"@babel/generator" "^7.24.6"
44+
"@babel/helper-compilation-targets" "^7.24.6"
45+
"@babel/helper-module-transforms" "^7.24.6"
46+
"@babel/helpers" "^7.24.6"
47+
"@babel/parser" "^7.24.6"
48+
"@babel/template" "^7.24.6"
49+
"@babel/traverse" "^7.24.6"
50+
"@babel/types" "^7.24.6"
5951
convert-source-map "^2.0.0"
6052
debug "^4.1.0"
6153
gensync "^1.0.0-beta.2"
6254
json5 "^2.2.3"
6355
semver "^6.3.1"
6456

65-
"@babel/generator@^7.24.5", "@babel/generator@^7.7.2":
66-
version "7.24.5"
67-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
68-
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
57+
"@babel/generator@^7.24.6", "@babel/generator@^7.7.2":
58+
version "7.24.6"
59+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
60+
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
6961
dependencies:
70-
"@babel/types" "^7.24.5"
62+
"@babel/types" "^7.24.6"
7163
"@jridgewell/gen-mapping" "^0.3.5"
7264
"@jridgewell/trace-mapping" "^0.3.25"
7365
jsesc "^2.5.1"
@@ -93,7 +85,7 @@
9385
dependencies:
9486
"@babel/types" "^7.24.6"
9587

96-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6", "@babel/helper-compilation-targets@^7.24.6":
88+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6":
9789
version "7.24.6"
9890
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51"
9991
integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==
@@ -147,24 +139,11 @@
147139
lodash.debounce "^4.0.8"
148140
resolve "^1.14.2"
149141

150-
"@babel/helper-environment-visitor@^7.22.20":
151-
version "7.22.20"
152-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
153-
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
154-
155142
"@babel/helper-environment-visitor@^7.24.6":
156143
version "7.24.6"
157144
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d"
158145
integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==
159146

160-
"@babel/helper-function-name@^7.23.0":
161-
version "7.23.0"
162-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
163-
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
164-
dependencies:
165-
"@babel/template" "^7.22.15"
166-
"@babel/types" "^7.23.0"
167-
168147
"@babel/helper-function-name@^7.24.6":
169148
version "7.24.6"
170149
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8"
@@ -173,13 +152,6 @@
173152
"@babel/template" "^7.24.6"
174153
"@babel/types" "^7.24.6"
175154

176-
"@babel/helper-hoist-variables@^7.22.5":
177-
version "7.22.5"
178-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
179-
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
180-
dependencies:
181-
"@babel/types" "^7.22.5"
182-
183155
"@babel/helper-hoist-variables@^7.24.6":
184156
version "7.24.6"
185157
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9"
@@ -201,31 +173,13 @@
201173
dependencies:
202174
"@babel/types" "^7.14.5"
203175

204-
"@babel/helper-module-imports@^7.24.3":
205-
version "7.24.3"
206-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
207-
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
208-
dependencies:
209-
"@babel/types" "^7.24.0"
210-
211176
"@babel/helper-module-imports@^7.24.6":
212177
version "7.24.6"
213178
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
214179
integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==
215180
dependencies:
216181
"@babel/types" "^7.24.6"
217182

218-
"@babel/helper-module-transforms@^7.24.5":
219-
version "7.24.5"
220-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
221-
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
222-
dependencies:
223-
"@babel/helper-environment-visitor" "^7.22.20"
224-
"@babel/helper-module-imports" "^7.24.3"
225-
"@babel/helper-simple-access" "^7.24.5"
226-
"@babel/helper-split-export-declaration" "^7.24.5"
227-
"@babel/helper-validator-identifier" "^7.24.5"
228-
229183
"@babel/helper-module-transforms@^7.24.6":
230184
version "7.24.6"
231185
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e"
@@ -267,13 +221,6 @@
267221
"@babel/helper-member-expression-to-functions" "^7.24.6"
268222
"@babel/helper-optimise-call-expression" "^7.24.6"
269223

270-
"@babel/helper-simple-access@^7.24.5":
271-
version "7.24.5"
272-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
273-
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
274-
dependencies:
275-
"@babel/types" "^7.24.5"
276-
277224
"@babel/helper-simple-access@^7.24.6":
278225
version "7.24.6"
279226
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1"
@@ -288,40 +235,18 @@
288235
dependencies:
289236
"@babel/types" "^7.24.6"
290237

291-
"@babel/helper-split-export-declaration@^7.24.5":
292-
version "7.24.5"
293-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
294-
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
295-
dependencies:
296-
"@babel/types" "^7.24.5"
297-
298238
"@babel/helper-split-export-declaration@^7.24.6":
299239
version "7.24.6"
300240
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3"
301241
integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==
302242
dependencies:
303243
"@babel/types" "^7.24.6"
304244

305-
"@babel/helper-string-parser@^7.24.1":
306-
version "7.24.1"
307-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
308-
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
309-
310245
"@babel/helper-string-parser@^7.24.6":
311246
version "7.24.6"
312247
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
313248
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
314249

315-
"@babel/helper-validator-identifier@^7.22.20":
316-
version "7.22.20"
317-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
318-
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
319-
320-
"@babel/helper-validator-identifier@^7.24.5":
321-
version "7.24.5"
322-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
323-
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
324-
325250
"@babel/helper-validator-identifier@^7.24.6":
326251
version "7.24.6"
327252
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
@@ -341,24 +266,13 @@
341266
"@babel/template" "^7.24.6"
342267
"@babel/types" "^7.24.6"
343268

344-
"@babel/helpers@^7.24.5":
345-
version "7.24.5"
346-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
347-
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
348-
dependencies:
349-
"@babel/template" "^7.24.0"
350-
"@babel/traverse" "^7.24.5"
351-
"@babel/types" "^7.24.5"
352-
353-
"@babel/highlight@^7.24.2":
354-
version "7.24.2"
355-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
356-
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
269+
"@babel/helpers@^7.24.6":
270+
version "7.24.6"
271+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
272+
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
357273
dependencies:
358-
"@babel/helper-validator-identifier" "^7.22.20"
359-
chalk "^2.4.2"
360-
js-tokens "^4.0.0"
361-
picocolors "^1.0.0"
274+
"@babel/template" "^7.24.6"
275+
"@babel/types" "^7.24.6"
362276

363277
"@babel/highlight@^7.24.6":
364278
version "7.24.6"
@@ -370,12 +284,7 @@
370284
js-tokens "^4.0.0"
371285
picocolors "^1.0.0"
372286

373-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
374-
version "7.24.5"
375-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
376-
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
377-
378-
"@babel/parser@^7.24.6":
287+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.6":
379288
version "7.24.6"
380289
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
381290
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
@@ -1060,16 +969,7 @@
1060969
dependencies:
1061970
regenerator-runtime "^0.13.4"
1062971

1063-
"@babel/template@^7.22.15", "@babel/template@^7.24.0", "@babel/template@^7.3.3":
1064-
version "7.24.0"
1065-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
1066-
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
1067-
dependencies:
1068-
"@babel/code-frame" "^7.23.5"
1069-
"@babel/parser" "^7.24.0"
1070-
"@babel/types" "^7.24.0"
1071-
1072-
"@babel/template@^7.24.6":
972+
"@babel/template@^7.24.6", "@babel/template@^7.3.3":
1073973
version "7.24.6"
1074974
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9"
1075975
integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==
@@ -1078,32 +978,23 @@
1078978
"@babel/parser" "^7.24.6"
1079979
"@babel/types" "^7.24.6"
1080980

1081-
"@babel/traverse@^7.24.5":
1082-
version "7.24.5"
1083-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
1084-
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
1085-
dependencies:
1086-
"@babel/code-frame" "^7.24.2"
1087-
"@babel/generator" "^7.24.5"
1088-
"@babel/helper-environment-visitor" "^7.22.20"
1089-
"@babel/helper-function-name" "^7.23.0"
1090-
"@babel/helper-hoist-variables" "^7.22.5"
1091-
"@babel/helper-split-export-declaration" "^7.24.5"
1092-
"@babel/parser" "^7.24.5"
1093-
"@babel/types" "^7.24.5"
981+
"@babel/traverse@^7.24.6":
982+
version "7.24.6"
983+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
984+
integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==
985+
dependencies:
986+
"@babel/code-frame" "^7.24.6"
987+
"@babel/generator" "^7.24.6"
988+
"@babel/helper-environment-visitor" "^7.24.6"
989+
"@babel/helper-function-name" "^7.24.6"
990+
"@babel/helper-hoist-variables" "^7.24.6"
991+
"@babel/helper-split-export-declaration" "^7.24.6"
992+
"@babel/parser" "^7.24.6"
993+
"@babel/types" "^7.24.6"
1094994
debug "^4.3.1"
1095995
globals "^11.1.0"
1096996

1097-
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1098-
version "7.24.5"
1099-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
1100-
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
1101-
dependencies:
1102-
"@babel/helper-string-parser" "^7.24.1"
1103-
"@babel/helper-validator-identifier" "^7.24.5"
1104-
to-fast-properties "^2.0.0"
1105-
1106-
"@babel/types@^7.24.6":
997+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.6", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1107998
version "7.24.6"
1108999
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
11091000
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==

0 commit comments

Comments
 (0)