Skip to content

Commit adcc6b1

Browse files
chore(deps): bump @babel/helpers from 7.25.0 to 7.28.4
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.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 898273f commit adcc6b1

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed

yarn.lock

Lines changed: 53 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
"@babel/highlight" "^7.24.7"
2424
picocolors "^1.0.0"
2525

26+
"@babel/code-frame@^7.27.1":
27+
version "7.27.1"
28+
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
29+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
30+
dependencies:
31+
"@babel/helper-validator-identifier" "^7.27.1"
32+
js-tokens "^4.0.0"
33+
picocolors "^1.1.1"
34+
2635
"@babel/compat-data@^7.25.2":
2736
version "7.25.2"
2837
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
@@ -101,23 +110,33 @@
101110
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
102111
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
103112

113+
"@babel/helper-string-parser@^7.27.1":
114+
version "7.27.1"
115+
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
116+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
117+
104118
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
105119
version "7.24.7"
106120
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
107121
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
108122

123+
"@babel/helper-validator-identifier@^7.27.1", "@babel/helper-validator-identifier@^7.28.5":
124+
version "7.28.5"
125+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
126+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
127+
109128
"@babel/helper-validator-option@^7.24.8":
110129
version "7.24.8"
111130
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
112131
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
113132

114133
"@babel/helpers@^7.25.0":
115-
version "7.25.0"
116-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
117-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
134+
version "7.28.4"
135+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
136+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
118137
dependencies:
119-
"@babel/template" "^7.25.0"
120-
"@babel/types" "^7.25.0"
138+
"@babel/template" "^7.27.2"
139+
"@babel/types" "^7.28.4"
121140

122141
"@babel/highlight@^7.24.7":
123142
version "7.24.7"
@@ -134,6 +153,13 @@
134153
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.25.0.tgz#9fdc9237504d797b6e7b8f66e78ea7f570d256ad"
135154
integrity sha512-CzdIU9jdP0dg7HdyB+bHvDJGagUv+qtzZt5rYCWwW6tITNqV9odjp6Qu41gkG0ca5UfdDUWrKkiAnHHdGRnOrA==
136155

156+
"@babel/parser@^7.27.2":
157+
version "7.28.5"
158+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
159+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
160+
dependencies:
161+
"@babel/types" "^7.28.5"
162+
137163
"@babel/template@^7.25.0":
138164
version "7.25.0"
139165
resolved "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
@@ -143,6 +169,15 @@
143169
"@babel/parser" "^7.25.0"
144170
"@babel/types" "^7.25.0"
145171

172+
"@babel/template@^7.27.2":
173+
version "7.27.2"
174+
resolved "https://registry.npmjs.org/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
175+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
176+
dependencies:
177+
"@babel/code-frame" "^7.27.1"
178+
"@babel/parser" "^7.27.2"
179+
"@babel/types" "^7.27.1"
180+
146181
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2":
147182
version "7.25.2"
148183
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae"
@@ -165,6 +200,14 @@
165200
"@babel/helper-validator-identifier" "^7.24.7"
166201
to-fast-properties "^2.0.0"
167202

203+
"@babel/types@^7.27.1", "@babel/types@^7.28.4", "@babel/types@^7.28.5":
204+
version "7.28.5"
205+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
206+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
207+
dependencies:
208+
"@babel/helper-string-parser" "^7.27.1"
209+
"@babel/helper-validator-identifier" "^7.28.5"
210+
168211
"@commitlint/cli@^17.1.2":
169212
version "17.6.3"
170213
resolved "https://registry.npmjs.org/@commitlint/cli/-/cli-17.6.3.tgz#a02194a2bb6efe4e681eda2addd072a8d02c9497"
@@ -3305,6 +3348,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
33053348
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
33063349
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
33073350

3351+
picocolors@^1.1.1:
3352+
version "1.1.1"
3353+
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
3354+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
3355+
33083356
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
33093357
version "2.3.1"
33103358
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)