Skip to content

Commit ece5e4e

Browse files
Bump @babel/core from 7.24.0 to 7.24.1 (#1238)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.0 to 7.24.1. - [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.1/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production 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 be37b76 commit ece5e4e

File tree

1 file changed

+65
-42
lines changed

1 file changed

+65
-42
lines changed

yarn.lock

+65-42
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@
1515
"@jridgewell/gen-mapping" "^0.3.0"
1616
"@jridgewell/trace-mapping" "^0.3.9"
1717

18-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
19-
version "7.23.5"
20-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
21-
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
18+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1":
19+
version "7.24.2"
20+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
21+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
2222
dependencies:
23-
"@babel/highlight" "^7.23.4"
24-
chalk "^2.4.2"
23+
"@babel/highlight" "^7.24.2"
24+
picocolors "^1.0.0"
2525

2626
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.5":
2727
version "7.23.5"
2828
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
2929
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
3030

3131
"@babel/core@^7.12.0", "@babel/core@^7.16.10", "@babel/core@^7.16.7", "@babel/core@^7.24.0", "@babel/core@^7.3.4":
32-
version "7.24.0"
33-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.0.tgz#56cbda6b185ae9d9bed369816a8f4423c5f2ff1b"
34-
integrity sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==
32+
version "7.24.1"
33+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.1.tgz#b802f931b6498dcb8fed5a4710881a45abbc2784"
34+
integrity sha512-F82udohVyIgGAY2VVj/g34TpFUG606rumIHjTfVbssPg2zTR7PuuEpZcX8JA6sgBfIYmJrFtWgPvHQuJamVqZQ==
3535
dependencies:
3636
"@ampproject/remapping" "^2.2.0"
37-
"@babel/code-frame" "^7.23.5"
38-
"@babel/generator" "^7.23.6"
37+
"@babel/code-frame" "^7.24.1"
38+
"@babel/generator" "^7.24.1"
3939
"@babel/helper-compilation-targets" "^7.23.6"
4040
"@babel/helper-module-transforms" "^7.23.3"
41-
"@babel/helpers" "^7.24.0"
42-
"@babel/parser" "^7.24.0"
41+
"@babel/helpers" "^7.24.1"
42+
"@babel/parser" "^7.24.1"
4343
"@babel/template" "^7.24.0"
44-
"@babel/traverse" "^7.24.0"
44+
"@babel/traverse" "^7.24.1"
4545
"@babel/types" "^7.24.0"
4646
convert-source-map "^2.0.0"
4747
debug "^4.1.0"
@@ -77,14 +77,14 @@
7777
"@jridgewell/trace-mapping" "^0.3.17"
7878
jsesc "^2.5.1"
7979

80-
"@babel/generator@^7.23.0", "@babel/generator@^7.23.6":
81-
version "7.23.6"
82-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.6.tgz#9e1fca4811c77a10580d17d26b57b036133f3c2e"
83-
integrity sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==
80+
"@babel/generator@^7.23.0", "@babel/generator@^7.24.1":
81+
version "7.24.1"
82+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
83+
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
8484
dependencies:
85-
"@babel/types" "^7.23.6"
86-
"@jridgewell/gen-mapping" "^0.3.2"
87-
"@jridgewell/trace-mapping" "^0.3.17"
85+
"@babel/types" "^7.24.0"
86+
"@jridgewell/gen-mapping" "^0.3.5"
87+
"@jridgewell/trace-mapping" "^0.3.25"
8888
jsesc "^2.5.1"
8989

9090
"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5":
@@ -267,28 +267,29 @@
267267
"@babel/template" "^7.22.5"
268268
"@babel/types" "^7.22.10"
269269

270-
"@babel/helpers@^7.24.0":
271-
version "7.24.0"
272-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.0.tgz#a3dd462b41769c95db8091e49cfe019389a9409b"
273-
integrity sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==
270+
"@babel/helpers@^7.24.1":
271+
version "7.24.1"
272+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
273+
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
274274
dependencies:
275275
"@babel/template" "^7.24.0"
276-
"@babel/traverse" "^7.24.0"
276+
"@babel/traverse" "^7.24.1"
277277
"@babel/types" "^7.24.0"
278278

279-
"@babel/highlight@^7.23.4":
280-
version "7.23.4"
281-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
282-
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
279+
"@babel/highlight@^7.24.2":
280+
version "7.24.2"
281+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
282+
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
283283
dependencies:
284284
"@babel/helper-validator-identifier" "^7.22.20"
285285
chalk "^2.4.2"
286286
js-tokens "^4.0.0"
287+
picocolors "^1.0.0"
287288

288-
"@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.4.5":
289-
version "7.24.0"
290-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
291-
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
289+
"@babel/parser@^7.23.0", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1", "@babel/parser@^7.4.5":
290+
version "7.24.1"
291+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
292+
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
292293

293294
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.15":
294295
version "7.22.15"
@@ -1061,18 +1062,18 @@
10611062
debug "^4.1.0"
10621063
globals "^11.1.0"
10631064

1064-
"@babel/traverse@^7.24.0", "@babel/traverse@^7.4.5":
1065-
version "7.24.0"
1066-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
1067-
integrity sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==
1065+
"@babel/traverse@^7.24.1", "@babel/traverse@^7.4.5":
1066+
version "7.24.1"
1067+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
1068+
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
10681069
dependencies:
1069-
"@babel/code-frame" "^7.23.5"
1070-
"@babel/generator" "^7.23.6"
1070+
"@babel/code-frame" "^7.24.1"
1071+
"@babel/generator" "^7.24.1"
10711072
"@babel/helper-environment-visitor" "^7.22.20"
10721073
"@babel/helper-function-name" "^7.23.0"
10731074
"@babel/helper-hoist-variables" "^7.22.5"
10741075
"@babel/helper-split-export-declaration" "^7.22.6"
1075-
"@babel/parser" "^7.24.0"
1076+
"@babel/parser" "^7.24.1"
10761077
"@babel/types" "^7.24.0"
10771078
debug "^4.3.1"
10781079
globals "^11.1.0"
@@ -1086,7 +1087,7 @@
10861087
"@babel/helper-validator-identifier" "^7.22.20"
10871088
to-fast-properties "^2.0.0"
10881089

1089-
"@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.6", "@babel/types@^7.24.0", "@babel/types@^7.4.4", "@babel/types@^7.7.2":
1090+
"@babel/types@^7.22.10", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.4.4", "@babel/types@^7.7.2":
10901091
version "7.24.0"
10911092
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
10921093
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
@@ -1642,6 +1643,15 @@
16421643
"@jridgewell/sourcemap-codec" "^1.4.10"
16431644
"@jridgewell/trace-mapping" "^0.3.9"
16441645

1646+
"@jridgewell/gen-mapping@^0.3.5":
1647+
version "0.3.5"
1648+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
1649+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
1650+
dependencies:
1651+
"@jridgewell/set-array" "^1.2.1"
1652+
"@jridgewell/sourcemap-codec" "^1.4.10"
1653+
"@jridgewell/trace-mapping" "^0.3.24"
1654+
16451655
"@jridgewell/resolve-uri@^3.1.0":
16461656
version "3.1.1"
16471657
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
@@ -1652,6 +1662,11 @@
16521662
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
16531663
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
16541664

1665+
"@jridgewell/set-array@^1.2.1":
1666+
version "1.2.1"
1667+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1668+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1669+
16551670
"@jridgewell/source-map@^0.3.3":
16561671
version "0.3.5"
16571672
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91"
@@ -1673,6 +1688,14 @@
16731688
"@jridgewell/resolve-uri" "^3.1.0"
16741689
"@jridgewell/sourcemap-codec" "^1.4.14"
16751690

1691+
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1692+
version "0.3.25"
1693+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1694+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
1695+
dependencies:
1696+
"@jridgewell/resolve-uri" "^3.1.0"
1697+
"@jridgewell/sourcemap-codec" "^1.4.14"
1698+
16761699
"@lint-todo/utils@^13.1.1":
16771700
version "13.1.1"
16781701
resolved "https://registry.yarnpkg.com/@lint-todo/utils/-/utils-13.1.1.tgz#5c054d61ee037b9e552add118264771122cc1166"

0 commit comments

Comments
 (0)