Skip to content

Commit d69e1b1

Browse files
build(deps): Bump @babel/helpers in /consumers/online
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.6 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 8f03d24 commit d69e1b1

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed

consumers/online/yarn.lock

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,15 @@
772772
"@babel/highlight" "^7.24.7"
773773
picocolors "^1.0.0"
774774

775+
"@babel/code-frame@^7.27.1":
776+
version "7.27.1"
777+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
778+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
779+
dependencies:
780+
"@babel/helper-validator-identifier" "^7.27.1"
781+
js-tokens "^4.0.0"
782+
picocolors "^1.1.1"
783+
775784
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2", "@babel/compat-data@^7.25.4":
776785
version "7.25.4"
777786
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
@@ -953,11 +962,21 @@
953962
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
954963
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
955964

965+
"@babel/helper-string-parser@^7.27.1":
966+
version "7.27.1"
967+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
968+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
969+
956970
"@babel/helper-validator-identifier@^7.24.7":
957971
version "7.24.7"
958972
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
959973
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
960974

975+
"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5":
976+
version "7.28.5"
977+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
978+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
979+
961980
"@babel/helper-validator-option@^7.24.7", "@babel/helper-validator-option@^7.24.8":
962981
version "7.24.8"
963982
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
@@ -973,12 +992,12 @@
973992
"@babel/types" "^7.25.0"
974993

975994
"@babel/helpers@^7.25.0":
976-
version "7.25.6"
977-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
978-
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
995+
version "7.28.4"
996+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
997+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
979998
dependencies:
980-
"@babel/template" "^7.25.0"
981-
"@babel/types" "^7.25.6"
999+
"@babel/template" "^7.27.2"
1000+
"@babel/types" "^7.28.4"
9821001

9831002
"@babel/highlight@^7.24.7":
9841003
version "7.24.7"
@@ -997,6 +1016,13 @@
9971016
dependencies:
9981017
"@babel/types" "^7.25.6"
9991018

1019+
"@babel/parser@^7.27.2":
1020+
version "7.28.5"
1021+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
1022+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
1023+
dependencies:
1024+
"@babel/types" "^7.28.5"
1025+
10001026
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
10011027
version "7.25.3"
10021028
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f"
@@ -1857,6 +1883,15 @@
18571883
"@babel/parser" "^7.25.0"
18581884
"@babel/types" "^7.25.0"
18591885

1886+
"@babel/template@^7.27.2":
1887+
version "7.27.2"
1888+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1889+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1890+
dependencies:
1891+
"@babel/code-frame" "^7.27.1"
1892+
"@babel/parser" "^7.27.2"
1893+
"@babel/types" "^7.27.1"
1894+
18601895
"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8", "@babel/traverse@^7.25.0", "@babel/traverse@^7.25.1", "@babel/traverse@^7.25.2", "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.4", "@babel/traverse@^7.7.2":
18611896
version "7.25.6"
18621897
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
@@ -1879,6 +1914,14 @@
18791914
"@babel/helper-validator-identifier" "^7.24.7"
18801915
to-fast-properties "^2.0.0"
18811916

1917+
"@babel/types@^7.27.1", "@babel/types@^7.28.4", "@babel/types@^7.28.5":
1918+
version "7.28.5"
1919+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1920+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1921+
dependencies:
1922+
"@babel/helper-string-parser" "^7.27.1"
1923+
"@babel/helper-validator-identifier" "^7.28.5"
1924+
18821925
"@balena/dockerignore@^1.0.2":
18831926
version "1.0.2"
18841927
resolved "https://registry.yarnpkg.com/@balena/dockerignore/-/dockerignore-1.0.2.tgz#9ffe4726915251e8eb69f44ef3547e0da2c03e0d"
@@ -9671,6 +9714,11 @@ picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0:
96719714
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
96729715
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
96739716

9717+
picocolors@^1.1.1:
9718+
version "1.1.1"
9719+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
9720+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
9721+
96749722
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
96759723
version "2.3.1"
96769724
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)