Skip to content

Commit 4745d25

Browse files
chore(deps): bump @babel/helpers from 7.19.0 to 7.28.4 in /example
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.19.0 to 7.28.4. - [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.28.4/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.28.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 802451a commit 4745d25

1 file changed

Lines changed: 54 additions & 7 deletions

File tree

example/yarn.lock

Lines changed: 54 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@
9191
"@babel/highlight" "^7.22.13"
9292
chalk "^2.4.2"
9393

94+
"@babel/code-frame@^7.27.1":
95+
version "7.27.1"
96+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
97+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
98+
dependencies:
99+
"@babel/helper-validator-identifier" "^7.27.1"
100+
js-tokens "^4.0.0"
101+
picocolors "^1.1.1"
102+
94103
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3":
95104
version "7.19.3"
96105
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
@@ -333,6 +342,11 @@
333342
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
334343
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
335344

345+
"@babel/helper-string-parser@^7.27.1":
346+
version "7.27.1"
347+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
348+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
349+
336350
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
337351
version "7.19.1"
338352
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -343,6 +357,11 @@
343357
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
344358
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
345359

360+
"@babel/helper-validator-identifier@^7.27.1":
361+
version "7.27.1"
362+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
363+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
364+
346365
"@babel/helper-validator-option@^7.18.6":
347366
version "7.18.6"
348367
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -359,13 +378,12 @@
359378
"@babel/types" "^7.19.0"
360379

361380
"@babel/helpers@^7.19.0":
362-
version "7.19.0"
363-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
364-
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
381+
version "7.28.4"
382+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
383+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
365384
dependencies:
366-
"@babel/template" "^7.18.10"
367-
"@babel/traverse" "^7.19.0"
368-
"@babel/types" "^7.19.0"
385+
"@babel/template" "^7.27.2"
386+
"@babel/types" "^7.28.4"
369387

370388
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
371389
version "7.18.6"
@@ -395,6 +413,13 @@
395413
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
396414
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
397415

416+
"@babel/parser@^7.27.2":
417+
version "7.28.4"
418+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
419+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
420+
dependencies:
421+
"@babel/types" "^7.28.4"
422+
398423
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0":
399424
version "7.18.6"
400425
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -862,6 +887,15 @@
862887
"@babel/parser" "^7.22.15"
863888
"@babel/types" "^7.22.15"
864889

890+
"@babel/template@^7.27.2":
891+
version "7.27.2"
892+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
893+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
894+
dependencies:
895+
"@babel/code-frame" "^7.27.1"
896+
"@babel/parser" "^7.27.2"
897+
"@babel/types" "^7.27.1"
898+
865899
"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
866900
version "7.23.2"
867901
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -896,6 +930,14 @@
896930
"@babel/helper-validator-identifier" "^7.22.20"
897931
to-fast-properties "^2.0.0"
898932

933+
"@babel/types@^7.27.1", "@babel/types@^7.28.4":
934+
version "7.28.4"
935+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
936+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
937+
dependencies:
938+
"@babel/helper-string-parser" "^7.27.1"
939+
"@babel/helper-validator-identifier" "^7.27.1"
940+
899941
"@bcoe/v8-coverage@^0.2.3":
900942
version "0.2.3"
901943
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1446,7 +1488,7 @@
14461488
integrity sha512-o6aam+0Ug1xGK3ABYmBm0B1YuEKfM/5kaoZO0eHbZwSpw9UzDX4G5y4Nx/K20FHqUmJHkZmLvOUFYwN4N+HqKA==
14471489

14481490
"@react-native-community/progress-view@../":
1449-
version "1.4.2"
1491+
version "1.5.0"
14501492

14511493
"@react-native-windows/cli@0.68.5":
14521494
version "0.68.5"
@@ -5840,6 +5882,11 @@ picocolors@^1.0.0:
58405882
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
58415883
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
58425884

5885+
picocolors@^1.1.1:
5886+
version "1.1.1"
5887+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5888+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
5889+
58435890
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
58445891
version "2.3.1"
58455892
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)