Skip to content

Commit 945d8e8

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

File tree

2 files changed

+56
-36
lines changed

2 files changed

+56
-36
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "7.28.3",
22-
"@babel/core": "7.28.3",
22+
"@babel/core": "7.28.4",
2323
"@babel/plugin-proposal-class-properties": "7.18.6",
2424
"@babel/plugin-transform-react-jsx": "7.27.1",
2525
"@babel/register": "7.28.3",
26-
"@babel/eslint-parser": "7.28.0",
26+
"@babel/eslint-parser": "7.28.4",
2727
"babel-plugin-lodash": "3.3.4",
2828
"cloc": "2.11.0",
2929
"eslint": "7.32.0",

yarn.lock

Lines changed: 54 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@ampproject/remapping@^2.2.0":
6-
version "2.2.0"
7-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
8-
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
9-
dependencies:
10-
"@jridgewell/gen-mapping" "^0.1.0"
11-
"@jridgewell/trace-mapping" "^0.3.9"
12-
135
"@babel/cli@7.28.3":
146
version "7.28.3"
157
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.28.3.tgz#f33693753bc103ab0084a5776ccf8ab8a140038b"
@@ -54,31 +46,31 @@
5446
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
5547
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
5648

57-
"@babel/core@7.28.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==
49+
"@babel/core@7.28.4":
50+
version "7.28.4"
51+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
52+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
6153
dependencies:
62-
"@ampproject/remapping" "^2.2.0"
6354
"@babel/code-frame" "^7.27.1"
6455
"@babel/generator" "^7.28.3"
6556
"@babel/helper-compilation-targets" "^7.27.2"
6657
"@babel/helper-module-transforms" "^7.28.3"
67-
"@babel/helpers" "^7.28.3"
68-
"@babel/parser" "^7.28.3"
58+
"@babel/helpers" "^7.28.4"
59+
"@babel/parser" "^7.28.4"
6960
"@babel/template" "^7.27.2"
70-
"@babel/traverse" "^7.28.3"
71-
"@babel/types" "^7.28.2"
61+
"@babel/traverse" "^7.28.4"
62+
"@babel/types" "^7.28.4"
63+
"@jridgewell/remapping" "^2.3.5"
7264
convert-source-map "^2.0.0"
7365
debug "^4.1.0"
7466
gensync "^1.0.0-beta.2"
7567
json5 "^2.2.3"
7668
semver "^6.3.1"
7769

78-
"@babel/eslint-parser@7.28.0":
79-
version "7.28.0"
80-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.0.tgz#c1b3fbba070f5bac32e3d02f244201add4afdd6e"
81-
integrity sha512-N4ntErOlKvcbTt01rr5wj3y55xnIdx1ymrfIr8C2WnM1Y9glFgWaGDEULJIazOX3XM9NRzhfJ6zZnQ1sBNWU+w==
70+
"@babel/eslint-parser@7.28.4":
71+
version "7.28.4"
72+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz#80dd86e0aeaae9704411a044db60e1ae6477d93f"
73+
integrity sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==
8274
dependencies:
8375
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
8476
eslint-visitor-keys "^2.1.0"
@@ -268,13 +260,13 @@
268260
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
269261
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
270262

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==
263+
"@babel/helpers@^7.28.4":
264+
version "7.28.4"
265+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
266+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
275267
dependencies:
276268
"@babel/template" "^7.27.2"
277-
"@babel/types" "^7.28.2"
269+
"@babel/types" "^7.28.4"
278270

279271
"@babel/highlight@^7.10.4":
280272
version "7.12.13"
@@ -313,6 +305,13 @@
313305
dependencies:
314306
"@babel/types" "^7.28.2"
315307

308+
"@babel/parser@^7.28.4":
309+
version "7.28.4"
310+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
311+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
312+
dependencies:
313+
"@babel/types" "^7.28.4"
314+
316315
"@babel/plugin-proposal-class-properties@7.18.6":
317316
version "7.18.6"
318317
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -410,6 +409,19 @@
410409
"@babel/types" "^7.28.2"
411410
debug "^4.3.1"
412411

412+
"@babel/traverse@^7.28.4":
413+
version "7.28.4"
414+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
415+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
416+
dependencies:
417+
"@babel/code-frame" "^7.27.1"
418+
"@babel/generator" "^7.28.3"
419+
"@babel/helper-globals" "^7.28.0"
420+
"@babel/parser" "^7.28.4"
421+
"@babel/template" "^7.27.2"
422+
"@babel/types" "^7.28.4"
423+
debug "^4.3.1"
424+
413425
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
414426
version "7.4.0"
415427
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.4.0.tgz#670724f77d24cce6cc7d8cf64599d511d164894c"
@@ -442,6 +454,14 @@
442454
"@babel/helper-string-parser" "^7.27.1"
443455
"@babel/helper-validator-identifier" "^7.27.1"
444456

457+
"@babel/types@^7.28.4":
458+
version "7.28.4"
459+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
460+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
461+
dependencies:
462+
"@babel/helper-string-parser" "^7.27.1"
463+
"@babel/helper-validator-identifier" "^7.27.1"
464+
445465
"@eslint/eslintrc@^0.4.3":
446466
version "0.4.3"
447467
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -471,14 +491,6 @@
471491
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
472492
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
473493

474-
"@jridgewell/gen-mapping@^0.1.0":
475-
version "0.1.1"
476-
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
477-
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
478-
dependencies:
479-
"@jridgewell/set-array" "^1.0.0"
480-
"@jridgewell/sourcemap-codec" "^1.4.10"
481-
482494
"@jridgewell/gen-mapping@^0.3.0":
483495
version "0.3.1"
484496
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9"
@@ -505,6 +517,14 @@
505517
"@jridgewell/sourcemap-codec" "^1.4.10"
506518
"@jridgewell/trace-mapping" "^0.3.24"
507519

520+
"@jridgewell/remapping@^2.3.5":
521+
version "2.3.5"
522+
resolved "https://registry.yarnpkg.com/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
523+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
524+
dependencies:
525+
"@jridgewell/gen-mapping" "^0.3.5"
526+
"@jridgewell/trace-mapping" "^0.3.24"
527+
508528
"@jridgewell/resolve-uri@^3.0.3":
509529
version "3.0.3"
510530
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.3.tgz#b80093f4edbb5490c49746231513669c8f518acb"

0 commit comments

Comments
 (0)