Skip to content

Commit fc6548d

Browse files
committed
⬆️ deps: Upgrade dependency @babel/core to v7.23.0
1 parent d97747c commit fc6548d

File tree

2 files changed

+84
-73
lines changed

2 files changed

+84
-73
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/core": "7.22.20",
68+
"@babel/core": "7.23.0",
6969
"@babel/preset-env": "7.22.20",
7070
"@babel/register": "7.22.15",
7171
"@commitlint/cli": "17.7.1",

yarn.lock

Lines changed: 83 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -57,22 +57,22 @@
5757
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
5858
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
5959

60-
"@babel/core@7.22.20":
61-
version "7.22.20"
62-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.20.tgz#e3d0eed84c049e2a2ae0a64d27b6a37edec385b7"
63-
integrity sha512-Y6jd1ahLubuYweD/zJH+vvOY141v4f9igNQAQ+MBgq9JlHS2iTsZKn1aMsb3vGccZsXI16VzTBw52Xx0DWmtnA==
60+
"@babel/core@7.23.0":
61+
version "7.23.0"
62+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.0.tgz#f8259ae0e52a123eb40f552551e647b506a94d83"
63+
integrity sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==
6464
dependencies:
6565
"@ampproject/remapping" "^2.2.0"
6666
"@babel/code-frame" "^7.22.13"
67-
"@babel/generator" "^7.22.15"
67+
"@babel/generator" "^7.23.0"
6868
"@babel/helper-compilation-targets" "^7.22.15"
69-
"@babel/helper-module-transforms" "^7.22.20"
70-
"@babel/helpers" "^7.22.15"
71-
"@babel/parser" "^7.22.16"
69+
"@babel/helper-module-transforms" "^7.23.0"
70+
"@babel/helpers" "^7.23.0"
71+
"@babel/parser" "^7.23.0"
7272
"@babel/template" "^7.22.15"
73-
"@babel/traverse" "^7.22.20"
74-
"@babel/types" "^7.22.19"
75-
convert-source-map "^1.7.0"
73+
"@babel/traverse" "^7.23.0"
74+
"@babel/types" "^7.23.0"
75+
convert-source-map "^2.0.0"
7676
debug "^4.1.0"
7777
gensync "^1.0.0-beta.2"
7878
json5 "^2.2.3"
@@ -108,16 +108,6 @@
108108
jsesc "^2.5.1"
109109
source-map "^0.5.0"
110110

111-
"@babel/generator@^7.22.15":
112-
version "7.22.15"
113-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
114-
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
115-
dependencies:
116-
"@babel/types" "^7.22.15"
117-
"@jridgewell/gen-mapping" "^0.3.2"
118-
"@jridgewell/trace-mapping" "^0.3.17"
119-
jsesc "^2.5.1"
120-
121111
"@babel/generator@^7.22.5":
122112
version "7.22.5"
123113
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7"
@@ -128,6 +118,16 @@
128118
"@jridgewell/trace-mapping" "^0.3.17"
129119
jsesc "^2.5.1"
130120

121+
"@babel/generator@^7.23.0":
122+
version "7.23.0"
123+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
124+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
125+
dependencies:
126+
"@babel/types" "^7.23.0"
127+
"@jridgewell/gen-mapping" "^0.3.2"
128+
"@jridgewell/trace-mapping" "^0.3.17"
129+
jsesc "^2.5.1"
130+
131131
"@babel/helper-annotate-as-pure@^7.16.0":
132132
version "7.16.0"
133133
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
@@ -341,6 +341,14 @@
341341
"@babel/template" "^7.22.5"
342342
"@babel/types" "^7.22.5"
343343

344+
"@babel/helper-function-name@^7.23.0":
345+
version "7.23.0"
346+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
347+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
348+
dependencies:
349+
"@babel/template" "^7.22.15"
350+
"@babel/types" "^7.23.0"
351+
344352
"@babel/helper-get-function-arity@^7.16.0":
345353
version "7.16.0"
346354
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
@@ -422,17 +430,6 @@
422430
"@babel/helper-split-export-declaration" "^7.22.6"
423431
"@babel/helper-validator-identifier" "^7.22.15"
424432

425-
"@babel/helper-module-transforms@^7.22.20":
426-
version "7.22.20"
427-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.20.tgz#da9edc14794babbe7386df438f3768067132f59e"
428-
integrity sha512-dLT7JVWIUUxKOs1UnJUBR3S70YK+pKX6AbJgB2vMIvEkZkrfJDbYDJesnPshtKV4LhDOR3Oc5YULeDizRek+5A==
429-
dependencies:
430-
"@babel/helper-environment-visitor" "^7.22.20"
431-
"@babel/helper-module-imports" "^7.22.15"
432-
"@babel/helper-simple-access" "^7.22.5"
433-
"@babel/helper-split-export-declaration" "^7.22.6"
434-
"@babel/helper-validator-identifier" "^7.22.20"
435-
436433
"@babel/helper-module-transforms@^7.22.5":
437434
version "7.22.5"
438435
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef"
@@ -458,6 +455,17 @@
458455
"@babel/helper-split-export-declaration" "^7.22.6"
459456
"@babel/helper-validator-identifier" "^7.22.5"
460457

458+
"@babel/helper-module-transforms@^7.23.0":
459+
version "7.23.0"
460+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.0.tgz#3ec246457f6c842c0aee62a01f60739906f7047e"
461+
integrity sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==
462+
dependencies:
463+
"@babel/helper-environment-visitor" "^7.22.20"
464+
"@babel/helper-module-imports" "^7.22.15"
465+
"@babel/helper-simple-access" "^7.22.5"
466+
"@babel/helper-split-export-declaration" "^7.22.6"
467+
"@babel/helper-validator-identifier" "^7.22.20"
468+
461469
"@babel/helper-optimise-call-expression@^7.16.0":
462470
version "7.16.0"
463471
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -684,14 +692,14 @@
684692
"@babel/traverse" "^7.16.5"
685693
"@babel/types" "^7.16.0"
686694

687-
"@babel/helpers@^7.22.15":
688-
version "7.22.15"
689-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
690-
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
695+
"@babel/helpers@^7.23.0":
696+
version "7.23.1"
697+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
698+
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
691699
dependencies:
692700
"@babel/template" "^7.22.15"
693-
"@babel/traverse" "^7.22.15"
694-
"@babel/types" "^7.22.15"
701+
"@babel/traverse" "^7.23.0"
702+
"@babel/types" "^7.23.0"
695703

696704
"@babel/highlight@^7.16.0":
697705
version "7.16.0"
@@ -725,7 +733,7 @@
725733
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.6.tgz#8f194828193e8fa79166f34a4b4e52f3e769a314"
726734
integrity sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==
727735

728-
"@babel/parser@^7.22.15", "@babel/parser@^7.22.16":
736+
"@babel/parser@^7.22.15":
729737
version "7.22.16"
730738
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
731739
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
@@ -735,6 +743,11 @@
735743
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
736744
integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==
737745

746+
"@babel/parser@^7.23.0":
747+
version "7.23.0"
748+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
749+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
750+
738751
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
739752
version "7.16.2"
740753
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"
@@ -2000,38 +2013,6 @@
20002013
debug "^4.1.0"
20012014
globals "^11.1.0"
20022015

2003-
"@babel/traverse@^7.22.15":
2004-
version "7.22.17"
2005-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
2006-
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
2007-
dependencies:
2008-
"@babel/code-frame" "^7.22.13"
2009-
"@babel/generator" "^7.22.15"
2010-
"@babel/helper-environment-visitor" "^7.22.5"
2011-
"@babel/helper-function-name" "^7.22.5"
2012-
"@babel/helper-hoist-variables" "^7.22.5"
2013-
"@babel/helper-split-export-declaration" "^7.22.6"
2014-
"@babel/parser" "^7.22.16"
2015-
"@babel/types" "^7.22.17"
2016-
debug "^4.1.0"
2017-
globals "^11.1.0"
2018-
2019-
"@babel/traverse@^7.22.20":
2020-
version "7.22.20"
2021-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.20.tgz#db572d9cb5c79e02d83e5618b82f6991c07584c9"
2022-
integrity sha512-eU260mPZbU7mZ0N+X10pxXhQFMGTeLb9eFS0mxehS8HZp9o1uSnFeWQuG1UPrlxgA7QoUzFhOnilHDp0AXCyHw==
2023-
dependencies:
2024-
"@babel/code-frame" "^7.22.13"
2025-
"@babel/generator" "^7.22.15"
2026-
"@babel/helper-environment-visitor" "^7.22.20"
2027-
"@babel/helper-function-name" "^7.22.5"
2028-
"@babel/helper-hoist-variables" "^7.22.5"
2029-
"@babel/helper-split-export-declaration" "^7.22.6"
2030-
"@babel/parser" "^7.22.16"
2031-
"@babel/types" "^7.22.19"
2032-
debug "^4.1.0"
2033-
globals "^11.1.0"
2034-
20352016
"@babel/traverse@^7.22.5":
20362017
version "7.22.5"
20372018
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1"
@@ -2048,6 +2029,22 @@
20482029
debug "^4.1.0"
20492030
globals "^11.1.0"
20502031

2032+
"@babel/traverse@^7.23.0":
2033+
version "7.23.0"
2034+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.0.tgz#18196ddfbcf4ccea324b7f6d3ada00d8c5a99c53"
2035+
integrity sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==
2036+
dependencies:
2037+
"@babel/code-frame" "^7.22.13"
2038+
"@babel/generator" "^7.23.0"
2039+
"@babel/helper-environment-visitor" "^7.22.20"
2040+
"@babel/helper-function-name" "^7.23.0"
2041+
"@babel/helper-hoist-variables" "^7.22.5"
2042+
"@babel/helper-split-export-declaration" "^7.22.6"
2043+
"@babel/parser" "^7.23.0"
2044+
"@babel/types" "^7.23.0"
2045+
debug "^4.1.0"
2046+
globals "^11.1.0"
2047+
20512048
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
20522049
version "7.16.0"
20532050
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
@@ -2073,7 +2070,7 @@
20732070
"@babel/helper-validator-identifier" "^7.22.5"
20742071
to-fast-properties "^2.0.0"
20752072

2076-
"@babel/types@^7.22.15", "@babel/types@^7.22.17":
2073+
"@babel/types@^7.22.15":
20772074
version "7.22.17"
20782075
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
20792076
integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
@@ -2100,6 +2097,15 @@
21002097
"@babel/helper-validator-identifier" "^7.22.5"
21012098
to-fast-properties "^2.0.0"
21022099

2100+
"@babel/types@^7.23.0":
2101+
version "7.23.0"
2102+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
2103+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
2104+
dependencies:
2105+
"@babel/helper-string-parser" "^7.22.5"
2106+
"@babel/helper-validator-identifier" "^7.22.20"
2107+
to-fast-properties "^2.0.0"
2108+
21032109
"@bcoe/v8-coverage@^0.2.3":
21042110
version "0.2.3"
21052111
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4122,6 +4128,11 @@ convert-source-map@^1.6.0, convert-source-map@^1.7.0:
41224128
dependencies:
41234129
safe-buffer "~5.1.1"
41244130

4131+
convert-source-map@^2.0.0:
4132+
version "2.0.0"
4133+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
4134+
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
4135+
41254136
convert-to-spaces@^2.0.1:
41264137
version "2.0.1"
41274138
resolved "https://registry.yarnpkg.com/convert-to-spaces/-/convert-to-spaces-2.0.1.tgz#61a6c98f8aa626c16b296b862a91412a33bceb6b"

0 commit comments

Comments
 (0)