Skip to content

Commit 81c4c1c

Browse files
chore(deps): bump @babel/helpers from 7.25.7 to 7.27.0 in /example
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.7 to 7.27.0. - [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.27.0/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37e8765 commit 81c4c1c

File tree

1 file changed

+49
-7
lines changed

1 file changed

+49
-7
lines changed

example/yarn.lock

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.25.7"
1919
picocolors "^1.0.0"
2020

21+
"@babel/code-frame@^7.26.2":
22+
version "7.26.2"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
24+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
25+
dependencies:
26+
"@babel/helper-validator-identifier" "^7.25.9"
27+
js-tokens "^4.0.0"
28+
picocolors "^1.0.0"
29+
2130
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7", "@babel/compat-data@^7.25.8":
2231
version "7.25.8"
2332
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.8.tgz#0376e83df5ab0eb0da18885c0140041f0747a402"
@@ -199,11 +208,21 @@
199208
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
200209
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
201210

211+
"@babel/helper-string-parser@^7.25.9":
212+
version "7.25.9"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
214+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
215+
202216
"@babel/helper-validator-identifier@^7.25.7":
203217
version "7.25.7"
204218
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
205219
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
206220

221+
"@babel/helper-validator-identifier@^7.25.9":
222+
version "7.25.9"
223+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
224+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
225+
207226
"@babel/helper-validator-option@^7.25.7":
208227
version "7.25.7"
209228
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
@@ -219,12 +238,12 @@
219238
"@babel/types" "^7.25.7"
220239

221240
"@babel/helpers@^7.25.7":
222-
version "7.25.7"
223-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
224-
integrity sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==
241+
version "7.27.0"
242+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
243+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
225244
dependencies:
226-
"@babel/template" "^7.25.7"
227-
"@babel/types" "^7.25.7"
245+
"@babel/template" "^7.27.0"
246+
"@babel/types" "^7.27.0"
228247

229248
"@babel/highlight@^7.25.7":
230249
version "7.25.7"
@@ -243,6 +262,13 @@
243262
dependencies:
244263
"@babel/types" "^7.25.8"
245264

265+
"@babel/parser@^7.27.0":
266+
version "7.27.0"
267+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
268+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
269+
dependencies:
270+
"@babel/types" "^7.27.0"
271+
246272
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
247273
version "7.25.7"
248274
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
@@ -1048,6 +1074,15 @@
10481074
"@babel/parser" "^7.25.7"
10491075
"@babel/types" "^7.25.7"
10501076

1077+
"@babel/template@^7.27.0":
1078+
version "7.27.0"
1079+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1080+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1081+
dependencies:
1082+
"@babel/code-frame" "^7.26.2"
1083+
"@babel/parser" "^7.27.0"
1084+
"@babel/types" "^7.27.0"
1085+
10511086
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
10521087
version "7.25.7"
10531088
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
@@ -1083,6 +1118,14 @@
10831118
"@babel/helper-validator-identifier" "^7.25.7"
10841119
to-fast-properties "^2.0.0"
10851120

1121+
"@babel/types@^7.27.0":
1122+
version "7.27.0"
1123+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1124+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1125+
dependencies:
1126+
"@babel/helper-string-parser" "^7.25.9"
1127+
"@babel/helper-validator-identifier" "^7.25.9"
1128+
10861129
"@bcoe/v8-coverage@^0.2.3":
10871130
version "0.2.3"
10881131
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -5740,8 +5783,7 @@ react-native-gesture-handler@^2.20.2:
57405783
prop-types "^15.7.2"
57415784

57425785
"react-native-safe-area-context@link:..":
5743-
version "0.0.0"
5744-
uid ""
5786+
version "5.4.0"
57455787

57465788
react-native-screens@^3.35.0:
57475789
version "3.35.0"

0 commit comments

Comments
 (0)