Skip to content

Commit c5016e5

Browse files
chore: bump babel core
1 parent 544146f commit c5016e5

File tree

2 files changed

+98
-42
lines changed

2 files changed

+98
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
],
4949
"homepage": "https://cerebroapp.com",
5050
"devDependencies": {
51-
"@babel/core": "7.20.5",
51+
"@babel/core": "7.20.12",
5252
"@babel/eslint-parser": "7.19.1",
5353
"@babel/preset-env": "7.20.2",
5454
"@babel/preset-react": "7.18.6",

yarn.lock

Lines changed: 97 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,30 @@
5656
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
5757
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
5858

59-
"@babel/core@7.20.5":
60-
version "7.20.5"
61-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
62-
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
59+
"@babel/compat-data@^7.20.5":
60+
version "7.20.14"
61+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.14.tgz#4106fc8b755f3e3ee0a0a7c27dde5de1d2b2baf8"
62+
integrity sha512-0YpKHD6ImkWMEINCyDAD0HLLUH/lPCefG8ld9it8DJB2wnApraKuhgYTvTY1z7UFIfBTGy5LwncZ+5HWWGbhFw==
63+
64+
"@babel/core@7.20.12":
65+
version "7.20.12"
66+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d"
67+
integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==
6368
dependencies:
6469
"@ampproject/remapping" "^2.1.0"
6570
"@babel/code-frame" "^7.18.6"
66-
"@babel/generator" "^7.20.5"
67-
"@babel/helper-compilation-targets" "^7.20.0"
68-
"@babel/helper-module-transforms" "^7.20.2"
69-
"@babel/helpers" "^7.20.5"
70-
"@babel/parser" "^7.20.5"
71-
"@babel/template" "^7.18.10"
72-
"@babel/traverse" "^7.20.5"
73-
"@babel/types" "^7.20.5"
71+
"@babel/generator" "^7.20.7"
72+
"@babel/helper-compilation-targets" "^7.20.7"
73+
"@babel/helper-module-transforms" "^7.20.11"
74+
"@babel/helpers" "^7.20.7"
75+
"@babel/parser" "^7.20.7"
76+
"@babel/template" "^7.20.7"
77+
"@babel/traverse" "^7.20.12"
78+
"@babel/types" "^7.20.7"
7479
convert-source-map "^1.7.0"
7580
debug "^4.1.0"
7681
gensync "^1.0.0-beta.2"
77-
json5 "^2.2.1"
82+
json5 "^2.2.2"
7883
semver "^6.3.0"
7984

8085
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2":
@@ -164,12 +169,12 @@
164169
"@jridgewell/gen-mapping" "^0.3.2"
165170
jsesc "^2.5.1"
166171

167-
"@babel/generator@^7.20.5":
168-
version "7.20.5"
169-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
170-
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
172+
"@babel/generator@^7.20.7":
173+
version "7.20.14"
174+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.14.tgz#9fa772c9f86a46c6ac9b321039400712b96f64ce"
175+
integrity sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==
171176
dependencies:
172-
"@babel/types" "^7.20.5"
177+
"@babel/types" "^7.20.7"
173178
"@jridgewell/gen-mapping" "^0.3.2"
174179
jsesc "^2.5.1"
175180

@@ -235,6 +240,17 @@
235240
browserslist "^4.21.3"
236241
semver "^6.3.0"
237242

243+
"@babel/helper-compilation-targets@^7.20.7":
244+
version "7.20.7"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
246+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
247+
dependencies:
248+
"@babel/compat-data" "^7.20.5"
249+
"@babel/helper-validator-option" "^7.18.6"
250+
browserslist "^4.21.3"
251+
lru-cache "^5.1.1"
252+
semver "^6.3.0"
253+
238254
"@babel/helper-create-class-features-plugin@^7.18.6":
239255
version "7.18.13"
240256
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz#63e771187bd06d234f95fdf8bd5f8b6429de6298"
@@ -439,7 +455,7 @@
439455
"@babel/traverse" "^7.18.9"
440456
"@babel/types" "^7.18.9"
441457

442-
"@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
458+
"@babel/helper-module-transforms@^7.19.6":
443459
version "7.20.2"
444460
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
445461
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
@@ -453,6 +469,20 @@
453469
"@babel/traverse" "^7.20.1"
454470
"@babel/types" "^7.20.2"
455471

472+
"@babel/helper-module-transforms@^7.20.11":
473+
version "7.20.11"
474+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0"
475+
integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg==
476+
dependencies:
477+
"@babel/helper-environment-visitor" "^7.18.9"
478+
"@babel/helper-module-imports" "^7.18.6"
479+
"@babel/helper-simple-access" "^7.20.2"
480+
"@babel/helper-split-export-declaration" "^7.18.6"
481+
"@babel/helper-validator-identifier" "^7.19.1"
482+
"@babel/template" "^7.20.7"
483+
"@babel/traverse" "^7.20.10"
484+
"@babel/types" "^7.20.7"
485+
456486
"@babel/helper-optimise-call-expression@^7.16.0":
457487
version "7.16.0"
458488
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
@@ -663,14 +693,14 @@
663693
"@babel/traverse" "^7.18.2"
664694
"@babel/types" "^7.18.2"
665695

666-
"@babel/helpers@^7.20.5":
667-
version "7.20.6"
668-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
669-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
696+
"@babel/helpers@^7.20.7":
697+
version "7.20.13"
698+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.13.tgz#e3cb731fb70dc5337134cadc24cbbad31cc87ad2"
699+
integrity sha512-nzJ0DWCL3gB5RCXbUO3KIMMsBY2Eqbx8mBpKGE/02PgyRQFcPQLbkQ1vyy596mZLaP+dAfD+R4ckASzNVmW3jg==
670700
dependencies:
671-
"@babel/template" "^7.18.10"
672-
"@babel/traverse" "^7.20.5"
673-
"@babel/types" "^7.20.5"
701+
"@babel/template" "^7.20.7"
702+
"@babel/traverse" "^7.20.13"
703+
"@babel/types" "^7.20.7"
674704

675705
"@babel/highlight@^7.16.0":
676706
version "7.16.0"
@@ -719,10 +749,10 @@
719749
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.3.tgz#5358cf62e380cf69efcb87a7bb922ff88bfac6e2"
720750
integrity sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==
721751

722-
"@babel/parser@^7.20.5":
723-
version "7.20.5"
724-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
725-
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
752+
"@babel/parser@^7.20.13", "@babel/parser@^7.20.7":
753+
version "7.20.15"
754+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
755+
integrity sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==
726756

727757
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
728758
version "7.18.6"
@@ -1471,6 +1501,15 @@
14711501
"@babel/parser" "^7.18.10"
14721502
"@babel/types" "^7.18.10"
14731503

1504+
"@babel/template@^7.20.7":
1505+
version "7.20.7"
1506+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1507+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
1508+
dependencies:
1509+
"@babel/code-frame" "^7.18.6"
1510+
"@babel/parser" "^7.20.7"
1511+
"@babel/types" "^7.20.7"
1512+
14741513
"@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2":
14751514
version "7.16.3"
14761515
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
@@ -1534,19 +1573,19 @@
15341573
debug "^4.1.0"
15351574
globals "^11.1.0"
15361575

1537-
"@babel/traverse@^7.20.5":
1538-
version "7.20.5"
1539-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1540-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1576+
"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.13":
1577+
version "7.20.13"
1578+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.13.tgz#817c1ba13d11accca89478bd5481b2d168d07473"
1579+
integrity sha512-kMJXfF0T6DIS9E8cgdLCSAL+cuCK+YEZHWiLK0SXpTo8YRj5lpJu3CDNKiIBCne4m9hhTIqUg6SYTAI39tAiVQ==
15411580
dependencies:
15421581
"@babel/code-frame" "^7.18.6"
1543-
"@babel/generator" "^7.20.5"
1582+
"@babel/generator" "^7.20.7"
15441583
"@babel/helper-environment-visitor" "^7.18.9"
15451584
"@babel/helper-function-name" "^7.19.0"
15461585
"@babel/helper-hoist-variables" "^7.18.6"
15471586
"@babel/helper-split-export-declaration" "^7.18.6"
1548-
"@babel/parser" "^7.20.5"
1549-
"@babel/types" "^7.20.5"
1587+
"@babel/parser" "^7.20.13"
1588+
"@babel/types" "^7.20.7"
15501589
debug "^4.1.0"
15511590
globals "^11.1.0"
15521591

@@ -1593,10 +1632,10 @@
15931632
"@babel/helper-validator-identifier" "^7.19.1"
15941633
to-fast-properties "^2.0.0"
15951634

1596-
"@babel/types@^7.20.5":
1597-
version "7.20.5"
1598-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1599-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1635+
"@babel/types@^7.20.7":
1636+
version "7.20.7"
1637+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1638+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
16001639
dependencies:
16011640
"@babel/helper-string-parser" "^7.19.4"
16021641
"@babel/helper-validator-identifier" "^7.19.1"
@@ -7298,6 +7337,11 @@ json5@^2.2.1:
72987337
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
72997338
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
73007339

7340+
json5@^2.2.2:
7341+
version "2.2.3"
7342+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
7343+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
7344+
73017345
jsonfile@^4.0.0:
73027346
version "4.0.0"
73037347
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb"
@@ -7590,6 +7634,13 @@ lowercase-keys@^2.0.0:
75907634
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
75917635
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
75927636

7637+
lru-cache@^5.1.1:
7638+
version "5.1.1"
7639+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
7640+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
7641+
dependencies:
7642+
yallist "^3.0.2"
7643+
75937644
lru-cache@^6.0.0:
75947645
version "6.0.0"
75957646
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -10825,6 +10876,11 @@ y18n@^5.0.5:
1082510876
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
1082610877
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
1082710878

10879+
yallist@^3.0.2:
10880+
version "3.1.1"
10881+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
10882+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
10883+
1082810884
yallist@^4.0.0:
1082910885
version "4.0.0"
1083010886
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)