Skip to content

Commit e5b965b

Browse files
chore(deps): bump @babel/helpers in /fabric-example
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.18.2 to 7.28.2. - [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.2/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.28.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aebeb2d commit e5b965b

File tree

1 file changed

+54
-7
lines changed

1 file changed

+54
-7
lines changed

fabric-example/yarn.lock

Lines changed: 54 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
"@babel/highlight" "^7.22.13"
3333
chalk "^2.4.2"
3434

35+
"@babel/code-frame@^7.27.1":
36+
version "7.27.1"
37+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
38+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
39+
dependencies:
40+
"@babel/helper-validator-identifier" "^7.27.1"
41+
js-tokens "^4.0.0"
42+
picocolors "^1.1.1"
43+
3544
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
3645
version "7.17.10"
3746
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -270,6 +279,11 @@
270279
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
271280
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
272281

282+
"@babel/helper-string-parser@^7.27.1":
283+
version "7.27.1"
284+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
285+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
286+
273287
"@babel/helper-validator-identifier@^7.16.7":
274288
version "7.16.7"
275289
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -280,6 +294,11 @@
280294
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
281295
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
282296

297+
"@babel/helper-validator-identifier@^7.27.1":
298+
version "7.27.1"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
300+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
301+
283302
"@babel/helper-validator-option@^7.16.7":
284303
version "7.16.7"
285304
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -296,13 +315,12 @@
296315
"@babel/types" "^7.16.8"
297316

298317
"@babel/helpers@^7.18.2":
299-
version "7.18.2"
300-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
301-
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
318+
version "7.28.2"
319+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.2.tgz#80f0918fecbfebea9af856c419763230040ee850"
320+
integrity sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==
302321
dependencies:
303-
"@babel/template" "^7.16.7"
304-
"@babel/traverse" "^7.18.2"
305-
"@babel/types" "^7.18.2"
322+
"@babel/template" "^7.27.2"
323+
"@babel/types" "^7.28.2"
306324

307325
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.7":
308326
version "7.17.12"
@@ -332,6 +350,13 @@
332350
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
333351
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
334352

353+
"@babel/parser@^7.27.2":
354+
version "7.28.0"
355+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
356+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
357+
dependencies:
358+
"@babel/types" "^7.28.0"
359+
335360
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
336361
version "7.17.12"
337362
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz#094a417e31ce7e692d84bab06c8e2a607cbeef03"
@@ -800,6 +825,15 @@
800825
"@babel/parser" "^7.22.15"
801826
"@babel/types" "^7.22.15"
802827

828+
"@babel/template@^7.27.2":
829+
version "7.27.2"
830+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
831+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
832+
dependencies:
833+
"@babel/code-frame" "^7.27.1"
834+
"@babel/parser" "^7.27.2"
835+
"@babel/types" "^7.27.1"
836+
803837
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
804838
version "7.23.2"
805839
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -833,6 +867,14 @@
833867
"@babel/helper-validator-identifier" "^7.22.20"
834868
to-fast-properties "^2.0.0"
835869

870+
"@babel/types@^7.27.1", "@babel/types@^7.28.0", "@babel/types@^7.28.2":
871+
version "7.28.2"
872+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
873+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
874+
dependencies:
875+
"@babel/helper-string-parser" "^7.27.1"
876+
"@babel/helper-validator-identifier" "^7.27.1"
877+
836878
"@bcoe/v8-coverage@^0.2.3":
837879
version "0.2.3"
838880
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1350,7 +1392,7 @@
13501392
integrity sha512-o6aam+0Ug1xGK3ABYmBm0B1YuEKfM/5kaoZO0eHbZwSpw9UzDX4G5y4Nx/K20FHqUmJHkZmLvOUFYwN4N+HqKA==
13511393

13521394
"@react-native-community/progress-view@link:..":
1353-
version "1.4.2"
1395+
version "1.5.0"
13541396

13551397
"@react-native/assets@1.0.0":
13561398
version "1.0.0"
@@ -5500,6 +5542,11 @@ picocolors@^1.0.0:
55005542
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
55015543
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
55025544

5545+
picocolors@^1.1.1:
5546+
version "1.1.1"
5547+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5548+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
5549+
55035550
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
55045551
version "2.3.1"
55055552
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)