Skip to content

Commit 80e6d2c

Browse files
committed
Update dependency @babel/core to v7.20.12
1 parent 2493566 commit 80e6d2c

File tree

2 files changed

+105
-27
lines changed

2 files changed

+105
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"dependencies": {
88
"@ant-design/icons": "4.8.0",
9-
"@babel/core": "7.20.5",
9+
"@babel/core": "7.20.12",
1010
"@babel/preset-env": "7.20.2",
1111
"@babel/preset-react": "7.18.6",
1212
"@codefreak/eslint-config": "0.1.3",

yarn.lock

Lines changed: 104 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
9898
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
9999

100+
"@babel/compat-data@^7.20.5":
101+
version "7.20.10"
102+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
103+
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
104+
100105
101106
version "7.12.9"
102107
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -119,25 +124,25 @@
119124
semver "^5.4.1"
120125
source-map "^0.5.0"
121126

122-
"@babel/[email protected].5":
123-
version "7.20.5"
124-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
125-
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
127+
"@babel/[email protected].12":
128+
version "7.20.12"
129+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
130+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
126131
dependencies:
127132
"@ampproject/remapping" "^2.1.0"
128133
"@babel/code-frame" "^7.18.6"
129-
"@babel/generator" "^7.20.5"
130-
"@babel/helper-compilation-targets" "^7.20.0"
131-
"@babel/helper-module-transforms" "^7.20.2"
132-
"@babel/helpers" "^7.20.5"
133-
"@babel/parser" "^7.20.5"
134-
"@babel/template" "^7.18.10"
135-
"@babel/traverse" "^7.20.5"
136-
"@babel/types" "^7.20.5"
134+
"@babel/generator" "^7.20.7"
135+
"@babel/helper-compilation-targets" "^7.20.7"
136+
"@babel/helper-module-transforms" "^7.20.11"
137+
"@babel/helpers" "^7.20.7"
138+
"@babel/parser" "^7.20.7"
139+
"@babel/template" "^7.20.7"
140+
"@babel/traverse" "^7.20.12"
141+
"@babel/types" "^7.20.7"
137142
convert-source-map "^1.7.0"
138143
debug "^4.1.0"
139144
gensync "^1.0.0-beta.2"
140-
json5 "^2.2.1"
145+
json5 "^2.2.2"
141146
semver "^6.3.0"
142147

143148
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
@@ -206,6 +211,15 @@
206211
"@jridgewell/gen-mapping" "^0.3.2"
207212
jsesc "^2.5.1"
208213

214+
"@babel/generator@^7.20.7":
215+
version "7.20.7"
216+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
217+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
218+
dependencies:
219+
"@babel/types" "^7.20.7"
220+
"@jridgewell/gen-mapping" "^0.3.2"
221+
jsesc "^2.5.1"
222+
209223
"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
210224
version "7.12.13"
211225
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -266,6 +280,17 @@
266280
browserslist "^4.21.3"
267281
semver "^6.3.0"
268282

283+
"@babel/helper-compilation-targets@^7.20.7":
284+
version "7.20.7"
285+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
286+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
287+
dependencies:
288+
"@babel/compat-data" "^7.20.5"
289+
"@babel/helper-validator-option" "^7.18.6"
290+
browserslist "^4.21.3"
291+
lru-cache "^5.1.1"
292+
semver "^6.3.0"
293+
269294
"@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.2":
270295
version "7.14.2"
271296
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.2.tgz#4e455b0329af29c2d3ad254b5dd5aed34595385d"
@@ -546,7 +571,7 @@
546571
"@babel/traverse" "^7.18.6"
547572
"@babel/types" "^7.18.6"
548573

549-
"@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
574+
"@babel/helper-module-transforms@^7.19.6":
550575
version "7.20.2"
551576
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
552577
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
@@ -560,6 +585,20 @@
560585
"@babel/traverse" "^7.20.1"
561586
"@babel/types" "^7.20.2"
562587

588+
"@babel/helper-module-transforms@^7.20.11":
589+
version "7.20.11"
590+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
591+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
592+
dependencies:
593+
"@babel/helper-environment-visitor" "^7.18.9"
594+
"@babel/helper-module-imports" "^7.18.6"
595+
"@babel/helper-simple-access" "^7.20.2"
596+
"@babel/helper-split-export-declaration" "^7.18.6"
597+
"@babel/helper-validator-identifier" "^7.19.1"
598+
"@babel/template" "^7.20.7"
599+
"@babel/traverse" "^7.20.10"
600+
"@babel/types" "^7.20.7"
601+
563602
"@babel/helper-optimise-call-expression@^7.12.13":
564603
version "7.12.13"
565604
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -805,14 +844,14 @@
805844
"@babel/traverse" "^7.14.0"
806845
"@babel/types" "^7.14.0"
807846

808-
"@babel/helpers@^7.20.5":
809-
version "7.20.6"
810-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
811-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
847+
"@babel/helpers@^7.20.7":
848+
version "7.20.7"
849+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
850+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
812851
dependencies:
813-
"@babel/template" "^7.18.10"
814-
"@babel/traverse" "^7.20.5"
815-
"@babel/types" "^7.20.5"
852+
"@babel/template" "^7.20.7"
853+
"@babel/traverse" "^7.20.7"
854+
"@babel/types" "^7.20.7"
816855

817856
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
818857
version "7.14.0"
@@ -866,6 +905,11 @@
866905
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
867906
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
868907

908+
"@babel/parser@^7.20.7":
909+
version "7.20.7"
910+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
911+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
912+
869913
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
870914
version "7.18.6"
871915
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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -2250,6 +2294,15 @@
22502294
"@babel/parser" "^7.18.6"
22512295
"@babel/types" "^7.18.6"
22522296

2297+
"@babel/template@^7.20.7":
2298+
version "7.20.7"
2299+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
2300+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
2301+
dependencies:
2302+
"@babel/code-frame" "^7.18.6"
2303+
"@babel/parser" "^7.20.7"
2304+
"@babel/types" "^7.20.7"
2305+
22532306
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.7.0":
22542307
version "7.14.2"
22552308
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
@@ -2311,7 +2364,7 @@
23112364
debug "^4.1.0"
23122365
globals "^11.1.0"
23132366

2314-
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5":
2367+
"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1":
23152368
version "7.20.5"
23162369
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
23172370
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
@@ -2327,6 +2380,22 @@
23272380
debug "^4.1.0"
23282381
globals "^11.1.0"
23292382

2383+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7":
2384+
version "7.20.12"
2385+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5"
2386+
integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==
2387+
dependencies:
2388+
"@babel/code-frame" "^7.18.6"
2389+
"@babel/generator" "^7.20.7"
2390+
"@babel/helper-environment-visitor" "^7.18.9"
2391+
"@babel/helper-function-name" "^7.19.0"
2392+
"@babel/helper-hoist-variables" "^7.18.6"
2393+
"@babel/helper-split-export-declaration" "^7.18.6"
2394+
"@babel/parser" "^7.20.7"
2395+
"@babel/types" "^7.20.7"
2396+
debug "^4.1.0"
2397+
globals "^11.1.0"
2398+
23302399
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.2", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
23312400
version "7.14.2"
23322401
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
@@ -2394,6 +2463,15 @@
23942463
"@babel/helper-validator-identifier" "^7.19.1"
23952464
to-fast-properties "^2.0.0"
23962465

2466+
"@babel/types@^7.20.7":
2467+
version "7.20.7"
2468+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
2469+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
2470+
dependencies:
2471+
"@babel/helper-string-parser" "^7.19.4"
2472+
"@babel/helper-validator-identifier" "^7.19.1"
2473+
to-fast-properties "^2.0.0"
2474+
23972475
23982476
version "1.0.1"
23992477
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
@@ -10908,10 +10986,10 @@ json5@^2.1.2, json5@^2.1.3:
1090810986
dependencies:
1090910987
minimist "^1.2.5"
1091010988

10911-
json5@^2.2.1:
10912-
version "2.2.1"
10913-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
10914-
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
10989+
json5@^2.2.2:
10990+
version "2.2.3"
10991+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
10992+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
1091510993

1091610994
jsonfile@^2.1.0:
1091710995
version "2.4.0"

0 commit comments

Comments
 (0)