Skip to content

Commit fe9b683

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

File tree

2 files changed

+50
-26
lines changed

2 files changed

+50
-26
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.4",
22+
"@babel/core": "7.28.5",
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.4",
26+
"@babel/eslint-parser": "7.28.5",
2727
"babel-plugin-lodash": "3.3.4",
2828
"cloc": "2.11.0",
2929
"eslint": "7.32.0",

yarn.lock

Lines changed: 48 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,31 +46,31 @@
4646
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
4747
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
4848

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==
49+
"@babel/core@7.28.5":
50+
version "7.28.5"
51+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
52+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
5353
dependencies:
5454
"@babel/code-frame" "^7.27.1"
55-
"@babel/generator" "^7.28.3"
55+
"@babel/generator" "^7.28.5"
5656
"@babel/helper-compilation-targets" "^7.27.2"
5757
"@babel/helper-module-transforms" "^7.28.3"
5858
"@babel/helpers" "^7.28.4"
59-
"@babel/parser" "^7.28.4"
59+
"@babel/parser" "^7.28.5"
6060
"@babel/template" "^7.27.2"
61-
"@babel/traverse" "^7.28.4"
62-
"@babel/types" "^7.28.4"
61+
"@babel/traverse" "^7.28.5"
62+
"@babel/types" "^7.28.5"
6363
"@jridgewell/remapping" "^2.3.5"
6464
convert-source-map "^2.0.0"
6565
debug "^4.1.0"
6666
gensync "^1.0.0-beta.2"
6767
json5 "^2.2.3"
6868
semver "^6.3.1"
6969

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==
70+
"@babel/eslint-parser@7.28.5":
71+
version "7.28.5"
72+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz#0b8883a4a1c2cbed7b3cd9d7765d80e8f480b9ae"
73+
integrity sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==
7474
dependencies:
7575
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
7676
eslint-visitor-keys "^2.1.0"
@@ -107,6 +107,17 @@
107107
"@jridgewell/trace-mapping" "^0.3.28"
108108
jsesc "^3.0.2"
109109

110+
"@babel/generator@^7.28.5":
111+
version "7.28.5"
112+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
113+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
114+
dependencies:
115+
"@babel/parser" "^7.28.5"
116+
"@babel/types" "^7.28.5"
117+
"@jridgewell/gen-mapping" "^0.3.12"
118+
"@jridgewell/trace-mapping" "^0.3.28"
119+
jsesc "^3.0.2"
120+
110121
"@babel/helper-annotate-as-pure@^7.18.6":
111122
version "7.18.6"
112123
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -255,6 +266,11 @@
255266
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
256267
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
257268

269+
"@babel/helper-validator-identifier@^7.28.5":
270+
version "7.28.5"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
272+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
273+
258274
"@babel/helper-validator-option@^7.27.1":
259275
version "7.27.1"
260276
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
@@ -305,12 +321,12 @@
305321
dependencies:
306322
"@babel/types" "^7.28.2"
307323

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==
324+
"@babel/parser@^7.28.5":
325+
version "7.28.5"
326+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
327+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
312328
dependencies:
313-
"@babel/types" "^7.28.4"
329+
"@babel/types" "^7.28.5"
314330

315331
"@babel/plugin-proposal-class-properties@7.18.6":
316332
version "7.18.6"
@@ -409,17 +425,17 @@
409425
"@babel/types" "^7.28.2"
410426
debug "^4.3.1"
411427

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==
428+
"@babel/traverse@^7.28.5":
429+
version "7.28.5"
430+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
431+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
416432
dependencies:
417433
"@babel/code-frame" "^7.27.1"
418-
"@babel/generator" "^7.28.3"
434+
"@babel/generator" "^7.28.5"
419435
"@babel/helper-globals" "^7.28.0"
420-
"@babel/parser" "^7.28.4"
436+
"@babel/parser" "^7.28.5"
421437
"@babel/template" "^7.27.2"
422-
"@babel/types" "^7.28.4"
438+
"@babel/types" "^7.28.5"
423439
debug "^4.3.1"
424440

425441
"@babel/types@^7.0.0", "@babel/types@^7.0.0-beta.49":
@@ -462,6 +478,14 @@
462478
"@babel/helper-string-parser" "^7.27.1"
463479
"@babel/helper-validator-identifier" "^7.27.1"
464480

481+
"@babel/types@^7.28.5":
482+
version "7.28.5"
483+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
484+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
485+
dependencies:
486+
"@babel/helper-string-parser" "^7.27.1"
487+
"@babel/helper-validator-identifier" "^7.28.5"
488+
465489
"@eslint/eslintrc@^0.4.3":
466490
version "0.4.3"
467491
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"

0 commit comments

Comments
 (0)