Skip to content

Commit fe6f722

Browse files
chore(deps): update babel monorepo to v7.28.3 (#466)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c3d6bf commit fe6f722

File tree

2 files changed

+53
-100
lines changed

2 files changed

+53
-100
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"url": "https://github.com/CareLuLu/react-native-web-jsonschema-form"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "7.28.0",
22-
"@babel/core": "7.28.0",
21+
"@babel/cli": "7.28.3",
22+
"@babel/core": "7.28.3",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.27.1",
25-
"@babel/register": "7.27.1",
25+
"@babel/register": "7.28.3",
2626
"@babel/eslint-parser": "7.28.0",
2727
"babel-plugin-lodash": "3.3.4",
2828
"cloc": "2.11.0",

yarn.lock

Lines changed: 50 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@jridgewell/gen-mapping" "^0.1.0"
1111
"@jridgewell/trace-mapping" "^0.3.9"
1212

13-
"@babel/[email protected].0":
14-
version "7.28.0"
15-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.0.tgz#26959456cbedff569a2c3ac909e8a268ca6cb7e2"
16-
integrity sha512-CYrZG7FagtE8ReKDBfItxnrEBf2khq2eTMnPuqO8UVN0wzhp1eMX1wfda8b1a32l2aqYLwRRIOGNovm8FVzmMw==
13+
"@babel/[email protected].3":
14+
version "7.28.3"
15+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.3.tgz#f33693753bc103ab0084a5776ccf8ab8a140038b"
16+
integrity sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==
1717
dependencies:
1818
"@jridgewell/trace-mapping" "^0.3.28"
1919
commander "^6.2.0"
@@ -54,21 +54,21 @@
5454
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
5555
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
5656

57-
"@babel/[email protected].0":
58-
version "7.28.0"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
60-
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
57+
"@babel/[email protected].3":
58+
version "7.28.3"
59+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
60+
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
6161
dependencies:
6262
"@ampproject/remapping" "^2.2.0"
6363
"@babel/code-frame" "^7.27.1"
64-
"@babel/generator" "^7.28.0"
64+
"@babel/generator" "^7.28.3"
6565
"@babel/helper-compilation-targets" "^7.27.2"
66-
"@babel/helper-module-transforms" "^7.27.3"
67-
"@babel/helpers" "^7.27.6"
68-
"@babel/parser" "^7.28.0"
66+
"@babel/helper-module-transforms" "^7.28.3"
67+
"@babel/helpers" "^7.28.3"
68+
"@babel/parser" "^7.28.3"
6969
"@babel/template" "^7.27.2"
70-
"@babel/traverse" "^7.28.0"
71-
"@babel/types" "^7.28.0"
70+
"@babel/traverse" "^7.28.3"
71+
"@babel/types" "^7.28.2"
7272
convert-source-map "^2.0.0"
7373
debug "^4.1.0"
7474
gensync "^1.0.0-beta.2"
@@ -104,24 +104,13 @@
104104
"@jridgewell/trace-mapping" "^0.3.25"
105105
jsesc "^3.0.2"
106106

107-
"@babel/generator@^7.27.3":
108-
version "7.27.3"
109-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc"
110-
integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==
111-
dependencies:
112-
"@babel/parser" "^7.27.3"
113-
"@babel/types" "^7.27.3"
114-
"@jridgewell/gen-mapping" "^0.3.5"
115-
"@jridgewell/trace-mapping" "^0.3.25"
116-
jsesc "^3.0.2"
117-
118-
"@babel/generator@^7.28.0":
119-
version "7.28.0"
120-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
121-
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
107+
"@babel/generator@^7.28.3":
108+
version "7.28.3"
109+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
110+
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
122111
dependencies:
123-
"@babel/parser" "^7.28.0"
124-
"@babel/types" "^7.28.0"
112+
"@babel/parser" "^7.28.3"
113+
"@babel/types" "^7.28.2"
125114
"@jridgewell/gen-mapping" "^0.3.12"
126115
"@jridgewell/trace-mapping" "^0.3.28"
127116
jsesc "^3.0.2"
@@ -210,14 +199,14 @@
210199
"@babel/traverse" "^7.27.1"
211200
"@babel/types" "^7.27.1"
212201

213-
"@babel/helper-module-transforms@^7.27.3":
214-
version "7.27.3"
215-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
216-
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
202+
"@babel/helper-module-transforms@^7.28.3":
203+
version "7.28.3"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
205+
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
217206
dependencies:
218207
"@babel/helper-module-imports" "^7.27.1"
219208
"@babel/helper-validator-identifier" "^7.27.1"
220-
"@babel/traverse" "^7.27.3"
209+
"@babel/traverse" "^7.28.3"
221210

222211
"@babel/helper-optimise-call-expression@^7.18.6":
223212
version "7.18.6"
@@ -279,13 +268,13 @@
279268
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
280269
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
281270

282-
"@babel/helpers@^7.27.6":
283-
version "7.27.6"
284-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
285-
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
271+
"@babel/helpers@^7.28.3":
272+
version "7.28.3"
273+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
274+
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
286275
dependencies:
287276
"@babel/template" "^7.27.2"
288-
"@babel/types" "^7.27.6"
277+
"@babel/types" "^7.28.2"
289278

290279
"@babel/highlight@^7.10.4":
291280
version "7.12.13"
@@ -317,19 +306,12 @@
317306
dependencies:
318307
"@babel/types" "^7.27.1"
319308

320-
"@babel/parser@^7.27.3":
321-
version "7.27.3"
322-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
323-
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
324-
dependencies:
325-
"@babel/types" "^7.27.3"
326-
327-
"@babel/parser@^7.28.0":
328-
version "7.28.0"
329-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
330-
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
309+
"@babel/parser@^7.28.3":
310+
version "7.28.3"
311+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
312+
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
331313
dependencies:
332-
"@babel/types" "^7.28.0"
314+
"@babel/types" "^7.28.2"
333315

334316
335317
version "7.18.6"
@@ -357,10 +339,10 @@
357339
"@babel/plugin-syntax-jsx" "^7.27.1"
358340
"@babel/types" "^7.27.1"
359341

360-
"@babel/register@7.27.1":
361-
version "7.27.1"
362-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.27.1.tgz#ea4d701649d788d7cb8a064b7540fd21083147f1"
363-
integrity sha512-K13lQpoV54LATKkzBpBAEu1GGSIRzxR9f4IN4V8DCDgiUMo2UDGagEZr3lPeVNJPLkWUi5JE4hCHKneVTwQlYQ==
342+
"@babel/register@7.28.3":
343+
version "7.28.3"
344+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.28.3.tgz#abd8a3753480c799bdaf9c9092d6745d16e052c2"
345+
integrity sha512-CieDOtd8u208eI49bYl4z1J22ySFw87IGwE+IswFEExH7e3rLgKb0WNQeumnacQ1+VoDJLYI5QFA3AJZuyZQfA==
364346
dependencies:
365347
clone-deep "^4.0.1"
366348
find-cache-dir "^2.0.0"
@@ -415,30 +397,17 @@
415397
debug "^4.3.1"
416398
globals "^11.1.0"
417399

418-
"@babel/traverse@^7.27.3":
419-
version "7.27.3"
420-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.3.tgz#8b62a6c2d10f9d921ba7339c90074708509cffae"
421-
integrity sha512-lId/IfN/Ye1CIu8xG7oKBHXd2iNb2aW1ilPszzGcJug6M8RCKfVNcYhpI5+bMvFYjK7lXIM0R+a+6r8xhHp2FQ==
422-
dependencies:
423-
"@babel/code-frame" "^7.27.1"
424-
"@babel/generator" "^7.27.3"
425-
"@babel/parser" "^7.27.3"
426-
"@babel/template" "^7.27.2"
427-
"@babel/types" "^7.27.3"
428-
debug "^4.3.1"
429-
globals "^11.1.0"
430-
431-
"@babel/traverse@^7.28.0":
432-
version "7.28.0"
433-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
434-
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
400+
"@babel/traverse@^7.28.3":
401+
version "7.28.3"
402+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
403+
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
435404
dependencies:
436405
"@babel/code-frame" "^7.27.1"
437-
"@babel/generator" "^7.28.0"
406+
"@babel/generator" "^7.28.3"
438407
"@babel/helper-globals" "^7.28.0"
439-
"@babel/parser" "^7.28.0"
408+
"@babel/parser" "^7.28.3"
440409
"@babel/template" "^7.27.2"
441-
"@babel/types" "^7.28.0"
410+
"@babel/types" "^7.28.2"
442411
debug "^4.3.1"
443412

444413
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
@@ -465,26 +434,10 @@
465434
"@babel/helper-string-parser" "^7.27.1"
466435
"@babel/helper-validator-identifier" "^7.27.1"
467436

468-
"@babel/types@^7.27.3":
469-
version "7.27.3"
470-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
471-
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
472-
dependencies:
473-
"@babel/helper-string-parser" "^7.27.1"
474-
"@babel/helper-validator-identifier" "^7.27.1"
475-
476-
"@babel/types@^7.27.6":
477-
version "7.27.7"
478-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
479-
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
480-
dependencies:
481-
"@babel/helper-string-parser" "^7.27.1"
482-
"@babel/helper-validator-identifier" "^7.27.1"
483-
484-
"@babel/types@^7.28.0":
485-
version "7.28.0"
486-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
487-
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
437+
"@babel/types@^7.28.2":
438+
version "7.28.2"
439+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
440+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
488441
dependencies:
489442
"@babel/helper-string-parser" "^7.27.1"
490443
"@babel/helper-validator-identifier" "^7.27.1"

0 commit comments

Comments
 (0)