Skip to content

Commit bb4eb1e

Browse files
build(deps-dev): bump @babel/core from 7.24.6 to 7.24.7 (#1543)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.6 to 7.24.7. - [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.7/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 f71cc23 commit bb4eb1e

2 files changed

Lines changed: 26 additions & 155 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.6",
38+
"@babel/core": "^7.24.7",
3939
"@babel/preset-env": "^7.24.7",
4040
"@testing-library/jest-dom": "^5.17.0",
4141
"autoprefixer": "^10.4.19",

yarn.lock

Lines changed: 25 additions & 154 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.24.6":
24-
version "7.24.6"
25-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2"
26-
integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==
27-
dependencies:
28-
"@babel/highlight" "^7.24.6"
29-
picocolors "^1.0.0"
30-
31-
"@babel/code-frame@^7.24.7":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
3224
version "7.24.7"
3325
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
3426
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
@@ -41,38 +33,28 @@
4133
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.7.tgz#d23bbea508c3883ba8251fb4164982c36ea577ed"
4234
integrity sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==
4335

44-
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.6":
45-
version "7.24.6"
46-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787"
47-
integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==
36+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.7":
37+
version "7.24.7"
38+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4"
39+
integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g==
4840
dependencies:
4941
"@ampproject/remapping" "^2.2.0"
50-
"@babel/code-frame" "^7.24.6"
51-
"@babel/generator" "^7.24.6"
52-
"@babel/helper-compilation-targets" "^7.24.6"
53-
"@babel/helper-module-transforms" "^7.24.6"
54-
"@babel/helpers" "^7.24.6"
55-
"@babel/parser" "^7.24.6"
56-
"@babel/template" "^7.24.6"
57-
"@babel/traverse" "^7.24.6"
58-
"@babel/types" "^7.24.6"
42+
"@babel/code-frame" "^7.24.7"
43+
"@babel/generator" "^7.24.7"
44+
"@babel/helper-compilation-targets" "^7.24.7"
45+
"@babel/helper-module-transforms" "^7.24.7"
46+
"@babel/helpers" "^7.24.7"
47+
"@babel/parser" "^7.24.7"
48+
"@babel/template" "^7.24.7"
49+
"@babel/traverse" "^7.24.7"
50+
"@babel/types" "^7.24.7"
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.6", "@babel/generator@^7.7.2":
66-
version "7.24.6"
67-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7"
68-
integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==
69-
dependencies:
70-
"@babel/types" "^7.24.6"
71-
"@jridgewell/gen-mapping" "^0.3.5"
72-
"@jridgewell/trace-mapping" "^0.3.25"
73-
jsesc "^2.5.1"
74-
75-
"@babel/generator@^7.24.7":
57+
"@babel/generator@^7.24.7", "@babel/generator@^7.7.2":
7658
version "7.24.7"
7759
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d"
7860
integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA==
@@ -104,7 +86,7 @@
10486
"@babel/traverse" "^7.24.7"
10587
"@babel/types" "^7.24.7"
10688

107-
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.6", "@babel/helper-compilation-targets@^7.24.7":
89+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.24.7":
10890
version "7.24.7"
10991
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.7.tgz#4eb6c4a80d6ffeac25ab8cd9a21b5dfa48d503a9"
11092
integrity sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==
@@ -158,26 +140,13 @@
158140
lodash.debounce "^4.0.8"
159141
resolve "^1.14.2"
160142

161-
"@babel/helper-environment-visitor@^7.24.6":
162-
version "7.24.6"
163-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d"
164-
integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==
165-
166143
"@babel/helper-environment-visitor@^7.24.7":
167144
version "7.24.7"
168145
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.7.tgz#4b31ba9551d1f90781ba83491dd59cf9b269f7d9"
169146
integrity sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==
170147
dependencies:
171148
"@babel/types" "^7.24.7"
172149

173-
"@babel/helper-function-name@^7.24.6":
174-
version "7.24.6"
175-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8"
176-
integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==
177-
dependencies:
178-
"@babel/template" "^7.24.6"
179-
"@babel/types" "^7.24.6"
180-
181150
"@babel/helper-function-name@^7.24.7":
182151
version "7.24.7"
183152
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.7.tgz#75f1e1725742f39ac6584ee0b16d94513da38dd2"
@@ -186,13 +155,6 @@
186155
"@babel/template" "^7.24.7"
187156
"@babel/types" "^7.24.7"
188157

189-
"@babel/helper-hoist-variables@^7.24.6":
190-
version "7.24.6"
191-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9"
192-
integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==
193-
dependencies:
194-
"@babel/types" "^7.24.6"
195-
196158
"@babel/helper-hoist-variables@^7.24.7":
197159
version "7.24.7"
198160
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.7.tgz#b4ede1cde2fd89436397f30dc9376ee06b0f25ee"
@@ -215,13 +177,6 @@
215177
dependencies:
216178
"@babel/types" "^7.14.5"
217179

218-
"@babel/helper-module-imports@^7.24.6":
219-
version "7.24.6"
220-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852"
221-
integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==
222-
dependencies:
223-
"@babel/types" "^7.24.6"
224-
225180
"@babel/helper-module-imports@^7.24.7":
226181
version "7.24.7"
227182
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
@@ -230,17 +185,6 @@
230185
"@babel/traverse" "^7.24.7"
231186
"@babel/types" "^7.24.7"
232187

233-
"@babel/helper-module-transforms@^7.24.6":
234-
version "7.24.6"
235-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e"
236-
integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==
237-
dependencies:
238-
"@babel/helper-environment-visitor" "^7.24.6"
239-
"@babel/helper-module-imports" "^7.24.6"
240-
"@babel/helper-simple-access" "^7.24.6"
241-
"@babel/helper-split-export-declaration" "^7.24.6"
242-
"@babel/helper-validator-identifier" "^7.24.6"
243-
244188
"@babel/helper-module-transforms@^7.24.7":
245189
version "7.24.7"
246190
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8"
@@ -282,13 +226,6 @@
282226
"@babel/helper-member-expression-to-functions" "^7.24.7"
283227
"@babel/helper-optimise-call-expression" "^7.24.7"
284228

285-
"@babel/helper-simple-access@^7.24.6":
286-
version "7.24.6"
287-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1"
288-
integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==
289-
dependencies:
290-
"@babel/types" "^7.24.6"
291-
292229
"@babel/helper-simple-access@^7.24.7":
293230
version "7.24.7"
294231
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
@@ -305,35 +242,18 @@
305242
"@babel/traverse" "^7.24.7"
306243
"@babel/types" "^7.24.7"
307244

308-
"@babel/helper-split-export-declaration@^7.24.6":
309-
version "7.24.6"
310-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3"
311-
integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==
312-
dependencies:
313-
"@babel/types" "^7.24.6"
314-
315245
"@babel/helper-split-export-declaration@^7.24.7":
316246
version "7.24.7"
317247
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz#83949436890e07fa3d6873c61a96e3bbf692d856"
318248
integrity sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==
319249
dependencies:
320250
"@babel/types" "^7.24.7"
321251

322-
"@babel/helper-string-parser@^7.24.6":
323-
version "7.24.6"
324-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df"
325-
integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==
326-
327252
"@babel/helper-string-parser@^7.24.7":
328253
version "7.24.7"
329254
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2"
330255
integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==
331256

332-
"@babel/helper-validator-identifier@^7.24.6":
333-
version "7.24.6"
334-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
335-
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
336-
337257
"@babel/helper-validator-identifier@^7.24.7":
338258
version "7.24.7"
339259
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
@@ -354,23 +274,13 @@
354274
"@babel/traverse" "^7.24.7"
355275
"@babel/types" "^7.24.7"
356276

357-
"@babel/helpers@^7.24.6":
358-
version "7.24.6"
359-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176"
360-
integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==
361-
dependencies:
362-
"@babel/template" "^7.24.6"
363-
"@babel/types" "^7.24.6"
364-
365-
"@babel/highlight@^7.24.6":
366-
version "7.24.6"
367-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df"
368-
integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==
277+
"@babel/helpers@^7.24.7":
278+
version "7.24.7"
279+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416"
280+
integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg==
369281
dependencies:
370-
"@babel/helper-validator-identifier" "^7.24.6"
371-
chalk "^2.4.2"
372-
js-tokens "^4.0.0"
373-
picocolors "^1.0.0"
282+
"@babel/template" "^7.24.7"
283+
"@babel/types" "^7.24.7"
374284

375285
"@babel/highlight@^7.24.7":
376286
version "7.24.7"
@@ -382,12 +292,7 @@
382292
js-tokens "^4.0.0"
383293
picocolors "^1.0.0"
384294

385-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.6":
386-
version "7.24.6"
387-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328"
388-
integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==
389-
390-
"@babel/parser@^7.24.7":
295+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7":
391296
version "7.24.7"
392297
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85"
393298
integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw==
@@ -1072,16 +977,7 @@
1072977
dependencies:
1073978
regenerator-runtime "^0.13.4"
1074979

1075-
"@babel/template@^7.24.6", "@babel/template@^7.3.3":
1076-
version "7.24.6"
1077-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9"
1078-
integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==
1079-
dependencies:
1080-
"@babel/code-frame" "^7.24.6"
1081-
"@babel/parser" "^7.24.6"
1082-
"@babel/types" "^7.24.6"
1083-
1084-
"@babel/template@^7.24.7":
980+
"@babel/template@^7.24.7", "@babel/template@^7.3.3":
1085981
version "7.24.7"
1086982
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.7.tgz#02efcee317d0609d2c07117cb70ef8fb17ab7315"
1087983
integrity sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==
@@ -1090,22 +986,6 @@
1090986
"@babel/parser" "^7.24.7"
1091987
"@babel/types" "^7.24.7"
1092988

1093-
"@babel/traverse@^7.24.6":
1094-
version "7.24.6"
1095-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc"
1096-
integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==
1097-
dependencies:
1098-
"@babel/code-frame" "^7.24.6"
1099-
"@babel/generator" "^7.24.6"
1100-
"@babel/helper-environment-visitor" "^7.24.6"
1101-
"@babel/helper-function-name" "^7.24.6"
1102-
"@babel/helper-hoist-variables" "^7.24.6"
1103-
"@babel/helper-split-export-declaration" "^7.24.6"
1104-
"@babel/parser" "^7.24.6"
1105-
"@babel/types" "^7.24.6"
1106-
debug "^4.3.1"
1107-
globals "^11.1.0"
1108-
1109989
"@babel/traverse@^7.24.7":
1110990
version "7.24.7"
1111991
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5"
@@ -1122,16 +1002,7 @@
11221002
debug "^4.3.1"
11231003
globals "^11.1.0"
11241004

1125-
"@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":
1126-
version "7.24.6"
1127-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912"
1128-
integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==
1129-
dependencies:
1130-
"@babel/helper-string-parser" "^7.24.6"
1131-
"@babel/helper-validator-identifier" "^7.24.6"
1132-
to-fast-properties "^2.0.0"
1133-
1134-
"@babel/types@^7.24.7":
1005+
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
11351006
version "7.24.7"
11361007
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2"
11371008
integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==

0 commit comments

Comments
 (0)