Skip to content

Commit 8b3b683

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 802451a commit 8b3b683

File tree

1 file changed

+49
-15
lines changed

1 file changed

+49
-15
lines changed

fabric-example/yarn.lock

Lines changed: 49 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@
4242
"@babel/highlight" "^7.22.13"
4343
chalk "^2.4.2"
4444

45+
"@babel/code-frame@^7.27.1":
46+
version "7.27.1"
47+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
48+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
49+
dependencies:
50+
"@babel/helper-validator-identifier" "^7.27.1"
51+
js-tokens "^4.0.0"
52+
picocolors "^1.1.1"
53+
4554
"@babel/compat-data@^7.17.10":
4655
version "7.17.10"
4756
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -339,6 +348,11 @@
339348
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
340349
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
341350

351+
"@babel/helper-string-parser@^7.27.1":
352+
version "7.27.1"
353+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
354+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
355+
342356
"@babel/helper-validator-identifier@^7.16.7":
343357
version "7.16.7"
344358
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -354,6 +368,11 @@
354368
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
355369
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
356370

371+
"@babel/helper-validator-identifier@^7.27.1":
372+
version "7.27.1"
373+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
374+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
375+
357376
"@babel/helper-validator-option@^7.16.7":
358377
version "7.16.7"
359378
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -373,22 +392,13 @@
373392
"@babel/traverse" "^7.25.9"
374393
"@babel/types" "^7.25.9"
375394

376-
"@babel/helpers@^7.18.2":
377-
version "7.18.2"
378-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.2.tgz#970d74f0deadc3f5a938bfa250738eb4ac889384"
379-
integrity sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==
395+
"@babel/helpers@^7.18.2", "@babel/helpers@^7.26.9":
396+
version "7.28.4"
397+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
398+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
380399
dependencies:
381-
"@babel/template" "^7.16.7"
382-
"@babel/traverse" "^7.18.2"
383-
"@babel/types" "^7.18.2"
384-
385-
"@babel/helpers@^7.26.9":
386-
version "7.26.9"
387-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
388-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
389-
dependencies:
390-
"@babel/template" "^7.26.9"
391-
"@babel/types" "^7.26.9"
400+
"@babel/template" "^7.27.2"
401+
"@babel/types" "^7.28.4"
392402

393403
"@babel/highlight@^7.16.7":
394404
version "7.17.12"
@@ -425,6 +435,13 @@
425435
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
426436
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
427437

438+
"@babel/parser@^7.27.2":
439+
version "7.28.4"
440+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
441+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
442+
dependencies:
443+
"@babel/types" "^7.28.4"
444+
428445
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
429446
version "7.25.9"
430447
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
@@ -1216,6 +1233,15 @@
12161233
"@babel/parser" "^7.26.9"
12171234
"@babel/types" "^7.26.9"
12181235

1236+
"@babel/template@^7.27.2":
1237+
version "7.27.2"
1238+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1239+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1240+
dependencies:
1241+
"@babel/code-frame" "^7.27.1"
1242+
"@babel/parser" "^7.27.2"
1243+
"@babel/types" "^7.27.1"
1244+
12191245
"@babel/traverse--for-generate-function-map@npm:@babel/traverse@^7.25.3":
12201246
version "7.26.9"
12211247
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a"
@@ -1283,6 +1309,14 @@
12831309
"@babel/helper-validator-identifier" "^7.22.20"
12841310
to-fast-properties "^2.0.0"
12851311

1312+
"@babel/types@^7.27.1", "@babel/types@^7.28.4":
1313+
version "7.28.4"
1314+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1315+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1316+
dependencies:
1317+
"@babel/helper-string-parser" "^7.27.1"
1318+
"@babel/helper-validator-identifier" "^7.27.1"
1319+
12861320
"@bcoe/v8-coverage@^0.2.3":
12871321
version "0.2.3"
12881322
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)