Skip to content

Commit 86b7b6f

Browse files
Update dependency babel-plugin-import to v1.13.8
1 parent 51e018a commit 86b7b6f

File tree

1 file changed

+129
-16
lines changed

1 file changed

+129
-16
lines changed

yarn.lock

+129-16
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
dependencies:
2424
"@babel/highlight" "^7.16.0"
2525

26+
"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
27+
version "7.26.2"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
29+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
30+
dependencies:
31+
"@babel/helper-validator-identifier" "^7.25.9"
32+
js-tokens "^4.0.0"
33+
picocolors "^1.0.0"
34+
2635
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.4":
2736
version "7.14.4"
2837
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
@@ -98,6 +107,17 @@
98107
jsesc "^2.5.1"
99108
source-map "^0.5.0"
100109

110+
"@babel/generator@^7.26.5":
111+
version "7.26.5"
112+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
113+
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
114+
dependencies:
115+
"@babel/parser" "^7.26.5"
116+
"@babel/types" "^7.26.5"
117+
"@jridgewell/gen-mapping" "^0.3.5"
118+
"@jridgewell/trace-mapping" "^0.3.25"
119+
jsesc "^3.0.2"
120+
101121
"@babel/helper-annotate-as-pure@^7.12.13":
102122
version "7.12.13"
103123
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -260,7 +280,15 @@
260280
dependencies:
261281
"@babel/types" "^7.16.0"
262282

263-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12":
283+
"@babel/helper-module-imports@^7.0.0":
284+
version "7.25.9"
285+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
286+
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
287+
dependencies:
288+
"@babel/traverse" "^7.25.9"
289+
"@babel/types" "^7.25.9"
290+
291+
"@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12":
264292
version "7.13.12"
265293
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
266294
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
@@ -399,10 +427,15 @@
399427
dependencies:
400428
"@babel/types" "^7.16.0"
401429

402-
"@babel/helper-validator-identifier@^7.14.0":
403-
version "7.14.0"
404-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
405-
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
430+
"@babel/helper-string-parser@^7.25.9":
431+
version "7.25.9"
432+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
433+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
434+
435+
"@babel/helper-validator-identifier@^7.14.0", "@babel/helper-validator-identifier@^7.25.9":
436+
version "7.25.9"
437+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
438+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
406439

407440
"@babel/helper-validator-identifier@^7.15.7":
408441
version "7.15.7"
@@ -475,6 +508,13 @@
475508
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.2.tgz#3723cd5c8d8773eef96ce57ea1d9b7faaccd12ac"
476509
integrity sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==
477510

511+
"@babel/parser@^7.25.9", "@babel/parser@^7.26.5":
512+
version "7.26.5"
513+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
514+
integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
515+
dependencies:
516+
"@babel/types" "^7.26.5"
517+
478518
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
479519
version "7.16.2"
480520
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.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -1245,7 +1285,7 @@
12451285
dependencies:
12461286
regenerator-runtime "^0.13.4"
12471287

1248-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.8.4":
1288+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.8.4":
12491289
version "7.14.0"
12501290
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
12511291
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
@@ -1270,6 +1310,15 @@
12701310
"@babel/parser" "^7.16.0"
12711311
"@babel/types" "^7.16.0"
12721312

1313+
"@babel/template@^7.25.9":
1314+
version "7.25.9"
1315+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
1316+
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
1317+
dependencies:
1318+
"@babel/code-frame" "^7.25.9"
1319+
"@babel/parser" "^7.25.9"
1320+
"@babel/types" "^7.25.9"
1321+
12731322
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0":
12741323
version "7.14.2"
12751324
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
@@ -1299,14 +1348,35 @@
12991348
debug "^4.1.0"
13001349
globals "^11.1.0"
13011350

1302-
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1351+
"@babel/traverse@^7.25.9":
1352+
version "7.26.5"
1353+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.5.tgz#6d0be3e772ff786456c1a37538208286f6e79021"
1354+
integrity sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==
1355+
dependencies:
1356+
"@babel/code-frame" "^7.26.2"
1357+
"@babel/generator" "^7.26.5"
1358+
"@babel/parser" "^7.26.5"
1359+
"@babel/template" "^7.25.9"
1360+
"@babel/types" "^7.26.5"
1361+
debug "^4.3.1"
1362+
globals "^11.1.0"
1363+
1364+
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49", "@babel/types@^7.12.13", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.14.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
13031365
version "7.14.4"
13041366
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.4.tgz#bfd6980108168593b38b3eb48a24aa026b919bc0"
13051367
integrity sha512-lCj4aIs0xUefJFQnwwQv2Bxg7Omd6bgquZ6LGC+gGMh6/s5qDVfjuCMlDmYQ15SLsWHd9n+X3E75lKIhl5Lkiw==
13061368
dependencies:
13071369
"@babel/helper-validator-identifier" "^7.14.0"
13081370
to-fast-properties "^2.0.0"
13091371

1372+
"@babel/types@^7.13.12", "@babel/types@^7.25.9", "@babel/types@^7.26.5":
1373+
version "7.26.5"
1374+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
1375+
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
1376+
dependencies:
1377+
"@babel/helper-string-parser" "^7.25.9"
1378+
"@babel/helper-validator-identifier" "^7.25.9"
1379+
13101380
"@babel/types@^7.16.0":
13111381
version "7.16.0"
13121382
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -1623,6 +1693,38 @@
16231693
"@types/yargs" "^15.0.0"
16241694
chalk "^3.0.0"
16251695

1696+
"@jridgewell/gen-mapping@^0.3.5":
1697+
version "0.3.8"
1698+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
1699+
integrity sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==
1700+
dependencies:
1701+
"@jridgewell/set-array" "^1.2.1"
1702+
"@jridgewell/sourcemap-codec" "^1.4.10"
1703+
"@jridgewell/trace-mapping" "^0.3.24"
1704+
1705+
"@jridgewell/resolve-uri@^3.1.0":
1706+
version "3.1.2"
1707+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
1708+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
1709+
1710+
"@jridgewell/set-array@^1.2.1":
1711+
version "1.2.1"
1712+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1713+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1714+
1715+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1716+
version "1.5.0"
1717+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
1718+
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
1719+
1720+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1721+
version "0.3.25"
1722+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1723+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1724+
dependencies:
1725+
"@jridgewell/resolve-uri" "^3.1.0"
1726+
"@jridgewell/sourcemap-codec" "^1.4.14"
1727+
16261728
"@npmcli/git@^2.0.1":
16271729
version "2.0.9"
16281730
resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-2.0.9.tgz#915bbfe66300e67b4da5ef765a4475ffb2ca5b6b"
@@ -2646,12 +2748,11 @@ babel-plugin-dynamic-import-node@^2.3.3:
26462748
object.assign "^4.1.0"
26472749

26482750
babel-plugin-import@^1.13.1:
2649-
version "1.13.3"
2650-
resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.3.tgz#9dbbba7d1ac72bd412917a830d445e00941d26d7"
2651-
integrity sha512-1qCWdljJOrDRH/ybaCZuDgySii4yYrtQ8OJQwrcDqdt0y67N30ng3X3nABg6j7gR7qUJgcMa9OMhc4AGViDwWw==
2751+
version "1.13.8"
2752+
resolved "https://registry.yarnpkg.com/babel-plugin-import/-/babel-plugin-import-1.13.8.tgz#782c517f6bbf2de3b1f75aaafd6d20a491c4878c"
2753+
integrity sha512-36babpjra5m3gca44V6tSTomeBlPA7cHUynrE2WiQIm3rEGD9xy28MKsx5IdO45EbnpJY7Jrgd00C6Dwt/l/2Q==
26522754
dependencies:
26532755
"@babel/helper-module-imports" "^7.0.0"
2654-
"@babel/runtime" "^7.0.0"
26552756

26562757
babel-plugin-istanbul@^5.1.0:
26572758
version "5.2.0"
@@ -4039,6 +4140,13 @@ debug@^3.1.1, debug@^3.2.6, debug@^3.2.7:
40394140
dependencies:
40404141
ms "^2.1.1"
40414142

4143+
debug@^4.3.1:
4144+
version "4.4.0"
4145+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4146+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
4147+
dependencies:
4148+
ms "^2.1.3"
4149+
40424150
debug@^4.3.2:
40434151
version "4.3.2"
40444152
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
@@ -7285,6 +7393,11 @@ jsesc@^2.5.1:
72857393
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
72867394
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
72877395

7396+
jsesc@^3.0.2:
7397+
version "3.1.0"
7398+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.1.0.tgz#74d335a234f67ed19907fdadfac7ccf9d409825d"
7399+
integrity sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==
7400+
72887401
jsesc@~0.5.0:
72897402
version "0.5.0"
72907403
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
@@ -8127,7 +8240,7 @@ [email protected]:
81278240
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
81288241
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
81298242

8130-
ms@^2.0.0, ms@^2.1.1:
8243+
ms@^2.0.0, ms@^2.1.1, ms@^2.1.3:
81318244
version "2.1.3"
81328245
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
81338246
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
@@ -9872,9 +9985,9 @@ regenerator-runtime@^0.11.0:
98729985
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
98739986

98749987
regenerator-runtime@^0.13.4:
9875-
version "0.13.7"
9876-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"
9877-
integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==
9988+
version "0.13.11"
9989+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
9990+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
98789991

98799992
regenerator-transform@^0.14.2:
98809993
version "0.14.5"
@@ -11229,7 +11342,7 @@ to-arraybuffer@^1.0.0:
1122911342
to-fast-properties@^2.0.0:
1123011343
version "2.0.0"
1123111344
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
11232-
integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
11345+
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
1123311346

1123411347
to-object-path@^0.3.0:
1123511348
version "0.3.0"

0 commit comments

Comments
 (0)