Skip to content

Commit 5acafc9

Browse files
committed
chore(deps): update dependency @babel/core to v7.20.5
1 parent 984f269 commit 5acafc9

File tree

2 files changed

+57
-18
lines changed

2 files changed

+57
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"repository": "algolia/react-element-to-jsx-string",
3838
"devDependencies": {
3939
"@babel/cli": "7.19.3",
40-
"@babel/core": "7.20.2",
40+
"@babel/core": "7.20.5",
4141
"@babel/preset-env": "7.20.2",
4242
"@babel/preset-flow": "7.18.6",
4343
"@babel/preset-react": "7.18.6",

yarn.lock

+56-17
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@
6060
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.1.tgz#f2e6ef7790d8c8dbf03d379502dcc246dcce0b30"
6161
integrity sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==
6262

63-
"@babel/core@7.20.2":
64-
version "7.20.2"
65-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.2.tgz#8dc9b1620a673f92d3624bd926dc49a52cf25b92"
66-
integrity sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==
63+
"@babel/core@7.20.5":
64+
version "7.20.5"
65+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
66+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
6767
dependencies:
6868
"@ampproject/remapping" "^2.1.0"
6969
"@babel/code-frame" "^7.18.6"
70-
"@babel/generator" "^7.20.2"
70+
"@babel/generator" "^7.20.5"
7171
"@babel/helper-compilation-targets" "^7.20.0"
7272
"@babel/helper-module-transforms" "^7.20.2"
73-
"@babel/helpers" "^7.20.1"
74-
"@babel/parser" "^7.20.2"
73+
"@babel/helpers" "^7.20.5"
74+
"@babel/parser" "^7.20.5"
7575
"@babel/template" "^7.18.10"
76-
"@babel/traverse" "^7.20.1"
77-
"@babel/types" "^7.20.2"
76+
"@babel/traverse" "^7.20.5"
77+
"@babel/types" "^7.20.5"
7878
convert-source-map "^1.7.0"
7979
debug "^4.1.0"
8080
gensync "^1.0.0-beta.2"
@@ -138,7 +138,7 @@
138138
"@jridgewell/gen-mapping" "^0.3.2"
139139
jsesc "^2.5.1"
140140

141-
"@babel/generator@^7.20.1", "@babel/generator@^7.20.2":
141+
"@babel/generator@^7.20.1":
142142
version "7.20.2"
143143
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.2.tgz#c2e89e22613a039285c1e7b749e2cd0b30b9a481"
144144
integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q==
@@ -147,6 +147,15 @@
147147
"@jridgewell/gen-mapping" "^0.3.2"
148148
jsesc "^2.5.1"
149149

150+
"@babel/generator@^7.20.5":
151+
version "7.20.5"
152+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
153+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
154+
dependencies:
155+
"@babel/types" "^7.20.5"
156+
"@jridgewell/gen-mapping" "^0.3.2"
157+
jsesc "^2.5.1"
158+
150159
"@babel/helper-annotate-as-pure@^7.16.7":
151160
version "7.16.7"
152161
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -589,14 +598,14 @@
589598
"@babel/traverse" "^7.17.9"
590599
"@babel/types" "^7.17.0"
591600

592-
"@babel/helpers@^7.20.1":
593-
version "7.20.1"
594-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.1.tgz#2ab7a0fcb0a03b5bf76629196ed63c2d7311f4c9"
595-
integrity sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==
601+
"@babel/helpers@^7.20.5":
602+
version "7.20.6"
603+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
604+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
596605
dependencies:
597606
"@babel/template" "^7.18.10"
598-
"@babel/traverse" "^7.20.1"
599-
"@babel/types" "^7.20.0"
607+
"@babel/traverse" "^7.20.5"
608+
"@babel/types" "^7.20.5"
600609

601610
"@babel/highlight@^7.16.7":
602611
version "7.17.12"
@@ -636,11 +645,16 @@
636645
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
637646
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
638647

639-
"@babel/parser@^7.20.1", "@babel/parser@^7.20.2":
648+
"@babel/parser@^7.20.1":
640649
version "7.20.2"
641650
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.2.tgz#9aeb9b92f64412b5f81064d46f6a1ac0881337f4"
642651
integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg==
643652

653+
"@babel/parser@^7.20.5":
654+
version "7.20.5"
655+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
656+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
657+
644658
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
645659
version "7.18.6"
646660
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"
@@ -1460,6 +1474,22 @@
14601474
debug "^4.1.0"
14611475
globals "^11.1.0"
14621476

1477+
"@babel/traverse@^7.20.5":
1478+
version "7.20.5"
1479+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1480+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1481+
dependencies:
1482+
"@babel/code-frame" "^7.18.6"
1483+
"@babel/generator" "^7.20.5"
1484+
"@babel/helper-environment-visitor" "^7.18.9"
1485+
"@babel/helper-function-name" "^7.19.0"
1486+
"@babel/helper-hoist-variables" "^7.18.6"
1487+
"@babel/helper-split-export-declaration" "^7.18.6"
1488+
"@babel/parser" "^7.20.5"
1489+
"@babel/types" "^7.20.5"
1490+
debug "^4.1.0"
1491+
globals "^11.1.0"
1492+
14631493
"@babel/types@^7.0.0", "@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.17.12", "@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":
14641494
version "7.17.12"
14651495
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.12.tgz#1210690a516489c0200f355d87619157fbbd69a0"
@@ -1520,6 +1550,15 @@
15201550
"@babel/helper-validator-identifier" "^7.19.1"
15211551
to-fast-properties "^2.0.0"
15221552

1553+
"@babel/types@^7.20.5":
1554+
version "7.20.5"
1555+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1556+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1557+
dependencies:
1558+
"@babel/helper-string-parser" "^7.19.4"
1559+
"@babel/helper-validator-identifier" "^7.19.1"
1560+
to-fast-properties "^2.0.0"
1561+
15231562
"@base2/pretty-print-object@1.0.2":
15241563
version "1.0.2"
15251564
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"

0 commit comments

Comments
 (0)