Skip to content

Commit 0eb48c0

Browse files
chore(deps): bump @babel/helpers (#18812)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.1.5 to 7.26.10. - [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.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
1 parent 8b71aba commit 0eb48c0

File tree

1 file changed

+43
-6
lines changed
  • packages/icons-vue/examples/storybook

1 file changed

+43
-6
lines changed

packages/icons-vue/examples/storybook/yarn.lock

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
"@babel/highlight" "^7.22.13"
1818
chalk "^2.4.2"
1919

20+
"@babel/code-frame@^7.26.2":
21+
version "7.26.2"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
23+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
24+
dependencies:
25+
"@babel/helper-validator-identifier" "^7.25.9"
26+
js-tokens "^4.0.0"
27+
picocolors "^1.0.0"
28+
2029
"@babel/core@^7.1.5":
2130
version "7.1.5"
2231
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090"
@@ -261,13 +270,12 @@
261270
"@babel/types" "^7.0.0"
262271

263272
"@babel/helpers@^7.1.5":
264-
version "7.1.5"
265-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996"
266-
integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==
273+
version "7.26.10"
274+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
275+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
267276
dependencies:
268-
"@babel/template" "^7.1.2"
269-
"@babel/traverse" "^7.1.5"
270-
"@babel/types" "^7.1.5"
277+
"@babel/template" "^7.26.9"
278+
"@babel/types" "^7.26.10"
271279

272280
"@babel/highlight@^7.0.0":
273281
version "7.0.0"
@@ -304,6 +312,13 @@
304312
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
305313
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
306314

315+
"@babel/parser@^7.26.9":
316+
version "7.26.10"
317+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
318+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
319+
dependencies:
320+
"@babel/types" "^7.26.10"
321+
307322
"@babel/plugin-proposal-async-generator-functions@^7.1.0":
308323
version "7.1.0"
309324
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce"
@@ -690,6 +705,15 @@
690705
"@babel/parser" "^7.22.15"
691706
"@babel/types" "^7.22.15"
692707

708+
"@babel/template@^7.26.9":
709+
version "7.26.9"
710+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
711+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
712+
dependencies:
713+
"@babel/code-frame" "^7.26.2"
714+
"@babel/parser" "^7.26.9"
715+
"@babel/types" "^7.26.9"
716+
693717
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5":
694718
version "7.23.2"
695719
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -732,6 +756,14 @@
732756
"@babel/helper-validator-identifier" "^7.22.20"
733757
to-fast-properties "^2.0.0"
734758

759+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
760+
version "7.26.10"
761+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
762+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
763+
dependencies:
764+
"@babel/helper-string-parser" "^7.25.9"
765+
"@babel/helper-validator-identifier" "^7.25.9"
766+
735767
"@carbon/icon-helpers@^0.0.1-alpha.20":
736768
version "0.0.1-alpha.20"
737769
resolved "https://registry.yarnpkg.com/@carbon/icon-helpers/-/icon-helpers-0.0.1-alpha.20.tgz#3e9ceb79996bf3161984de1941c329d6d210802c"
@@ -5382,6 +5414,11 @@ pbkdf2@^3.0.3:
53825414
safe-buffer "^5.0.1"
53835415
sha.js "^2.4.8"
53845416

5417+
picocolors@^1.0.0:
5418+
version "1.1.1"
5419+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
5420+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
5421+
53855422
picocolors@^1.0.1:
53865423
version "1.0.1"
53875424
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"

0 commit comments

Comments
 (0)