Skip to content

Commit f7ea346

Browse files
Update dependency @babel/core to v7.28.0
1 parent 7f3f70d commit f7ea346

File tree

2 files changed

+125
-2
lines changed

2 files changed

+125
-2
lines changed

apps/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"use-sync-external-store": "^1.2.2"
3838
},
3939
"devDependencies": {
40-
"@babel/core": "7.27.1",
40+
"@babel/core": "7.28.0",
4141
"@types/jest": "29.5.14",
4242
"@types/react": "19.0.14",
4343
"@types/react-test-renderer": "18.3.1",

yarn.lock

Lines changed: 124 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,33 @@
4141
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
4242
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
4343

44-
"@babel/[email protected]", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.0", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
44+
"@babel/compat-data@^7.27.2":
45+
version "7.28.0"
46+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
47+
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
48+
49+
50+
version "7.28.0"
51+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
52+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
53+
dependencies:
54+
"@ampproject/remapping" "^2.2.0"
55+
"@babel/code-frame" "^7.27.1"
56+
"@babel/generator" "^7.28.0"
57+
"@babel/helper-compilation-targets" "^7.27.2"
58+
"@babel/helper-module-transforms" "^7.27.3"
59+
"@babel/helpers" "^7.27.6"
60+
"@babel/parser" "^7.28.0"
61+
"@babel/template" "^7.27.2"
62+
"@babel/traverse" "^7.28.0"
63+
"@babel/types" "^7.28.0"
64+
convert-source-map "^2.0.0"
65+
debug "^4.1.0"
66+
gensync "^1.0.0-beta.2"
67+
json5 "^2.2.3"
68+
semver "^6.3.1"
69+
70+
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.0", "@babel/core@^7.23.9", "@babel/core@^7.25.2":
4571
version "7.27.1"
4672
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
4773
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
@@ -73,6 +99,17 @@
7399
"@jridgewell/trace-mapping" "^0.3.25"
74100
jsesc "^3.0.2"
75101

102+
"@babel/generator@^7.28.0":
103+
version "7.28.0"
104+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
105+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
106+
dependencies:
107+
"@babel/parser" "^7.28.0"
108+
"@babel/types" "^7.28.0"
109+
"@jridgewell/gen-mapping" "^0.3.12"
110+
"@jridgewell/trace-mapping" "^0.3.28"
111+
jsesc "^3.0.2"
112+
76113
"@babel/helper-annotate-as-pure@^7.27.1":
77114
version "7.27.1"
78115
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz#4345d81a9a46a6486e24d069469f13e60445c05d"
@@ -91,6 +128,17 @@
91128
lru-cache "^5.1.1"
92129
semver "^6.3.1"
93130

131+
"@babel/helper-compilation-targets@^7.27.2":
132+
version "7.27.2"
133+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
134+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
135+
dependencies:
136+
"@babel/compat-data" "^7.27.2"
137+
"@babel/helper-validator-option" "^7.27.1"
138+
browserslist "^4.24.0"
139+
lru-cache "^5.1.1"
140+
semver "^6.3.1"
141+
94142
"@babel/helper-create-class-features-plugin@^7.27.1":
95143
version "7.27.1"
96144
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
@@ -124,6 +172,11 @@
124172
lodash.debounce "^4.0.8"
125173
resolve "^1.14.2"
126174

175+
"@babel/helper-globals@^7.28.0":
176+
version "7.28.0"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
178+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
179+
127180
"@babel/helper-member-expression-to-functions@^7.27.1":
128181
version "7.27.1"
129182
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -149,6 +202,15 @@
149202
"@babel/helper-validator-identifier" "^7.27.1"
150203
"@babel/traverse" "^7.27.1"
151204

205+
"@babel/helper-module-transforms@^7.27.3":
206+
version "7.27.3"
207+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
208+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
209+
dependencies:
210+
"@babel/helper-module-imports" "^7.27.1"
211+
"@babel/helper-validator-identifier" "^7.27.1"
212+
"@babel/traverse" "^7.27.3"
213+
152214
"@babel/helper-optimise-call-expression@^7.27.1":
153215
version "7.27.1"
154216
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -219,6 +281,14 @@
219281
"@babel/template" "^7.27.1"
220282
"@babel/types" "^7.27.1"
221283

284+
"@babel/helpers@^7.27.6":
285+
version "7.27.6"
286+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
287+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
288+
dependencies:
289+
"@babel/template" "^7.27.2"
290+
"@babel/types" "^7.27.6"
291+
222292
"@babel/highlight@^7.10.4":
223293
version "7.25.9"
224294
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.9.tgz#8141ce68fc73757946f983b343f1231f4691acc6"
@@ -236,6 +306,13 @@
236306
dependencies:
237307
"@babel/types" "^7.27.1"
238308

309+
"@babel/parser@^7.27.2", "@babel/parser@^7.28.0":
310+
version "7.28.0"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
312+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
313+
dependencies:
314+
"@babel/types" "^7.28.0"
315+
239316
"@babel/plugin-proposal-decorators@^7.12.9":
240317
version "7.27.1"
241318
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.27.1.tgz#3686f424b2f8b2fee7579aa4df133a4f5244a596"
@@ -741,6 +818,15 @@
741818
"@babel/parser" "^7.27.1"
742819
"@babel/types" "^7.27.1"
743820

821+
"@babel/template@^7.27.2":
822+
version "7.27.2"
823+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
824+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
825+
dependencies:
826+
"@babel/code-frame" "^7.27.1"
827+
"@babel/parser" "^7.27.2"
828+
"@babel/types" "^7.27.1"
829+
744830
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3", "@babel/traverse@^7.25.3", "@babel/traverse@^7.27.1":
745831
version "7.27.1"
746832
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -754,6 +840,19 @@
754840
debug "^4.3.1"
755841
globals "^11.1.0"
756842

843+
"@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
844+
version "7.28.0"
845+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
846+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
847+
dependencies:
848+
"@babel/code-frame" "^7.27.1"
849+
"@babel/generator" "^7.28.0"
850+
"@babel/helper-globals" "^7.28.0"
851+
"@babel/parser" "^7.28.0"
852+
"@babel/template" "^7.27.2"
853+
"@babel/types" "^7.28.0"
854+
debug "^4.3.1"
855+
757856
"@babel/types@^7.0.0", "@babel/types@^7.20.0", "@babel/types@^7.20.7", "@babel/types@^7.25.2", "@babel/types@^7.27.1", "@babel/types@^7.3.3":
758857
version "7.27.1"
759858
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
@@ -762,6 +861,14 @@
762861
"@babel/helper-string-parser" "^7.27.1"
763862
"@babel/helper-validator-identifier" "^7.27.1"
764863

864+
"@babel/types@^7.27.6", "@babel/types@^7.28.0":
865+
version "7.28.1"
866+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.1.tgz#2aaf3c10b31ba03a77ac84f52b3912a0edef4cf9"
867+
integrity sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==
868+
dependencies:
869+
"@babel/helper-string-parser" "^7.27.1"
870+
"@babel/helper-validator-identifier" "^7.27.1"
871+
765872
"@bcoe/v8-coverage@^0.2.3":
766873
version "0.2.3"
767874
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2044,6 +2151,14 @@
20442151
"@types/yargs" "^17.0.8"
20452152
chalk "^4.0.0"
20462153

2154+
"@jridgewell/gen-mapping@^0.3.12":
2155+
version "0.3.12"
2156+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
2157+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
2158+
dependencies:
2159+
"@jridgewell/sourcemap-codec" "^1.5.0"
2160+
"@jridgewell/trace-mapping" "^0.3.24"
2161+
20472162
"@jridgewell/gen-mapping@^0.3.2", "@jridgewell/gen-mapping@^0.3.5":
20482163
version "0.3.8"
20492164
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -2084,6 +2199,14 @@
20842199
"@jridgewell/resolve-uri" "^3.1.0"
20852200
"@jridgewell/sourcemap-codec" "^1.4.14"
20862201

2202+
"@jridgewell/trace-mapping@^0.3.28":
2203+
version "0.3.29"
2204+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
2205+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
2206+
dependencies:
2207+
"@jridgewell/resolve-uri" "^3.1.0"
2208+
"@jridgewell/sourcemap-codec" "^1.4.14"
2209+
20872210
"@napi-rs/wasm-runtime@^0.2.10":
20882211
version "0.2.11"
20892212
resolved "https://registry.yarnpkg.com/@napi-rs/wasm-runtime/-/wasm-runtime-0.2.11.tgz#192c1610e1625048089ab4e35bc0649ce478500e"

0 commit comments

Comments
 (0)