Skip to content

Commit 289c2f3

Browse files
chore(deps): bump @babel/helpers from 7.23.2 to 7.27.6 (#14)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.23.2 to 7.27.6. - [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.27.6/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 066c03e commit 289c2f3

File tree

1 file changed

+53
-6
lines changed

1 file changed

+53
-6
lines changed

yarn.lock

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
"@babel/highlight" "^7.23.4"
6363
chalk "^2.4.2"
6464

65+
"@babel/code-frame@^7.27.1":
66+
version "7.27.1"
67+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
68+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
69+
dependencies:
70+
"@babel/helper-validator-identifier" "^7.27.1"
71+
js-tokens "^4.0.0"
72+
picocolors "^1.1.1"
73+
6574
"@babel/compat-data@^7.22.9":
6675
version "7.23.2"
6776
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.2.tgz#6a12ced93455827037bfb5ed8492820d60fc32cc"
@@ -171,24 +180,33 @@
171180
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
172181
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
173182

183+
"@babel/helper-string-parser@^7.27.1":
184+
version "7.27.1"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
186+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
187+
174188
"@babel/helper-validator-identifier@^7.22.20":
175189
version "7.22.20"
176190
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
177191
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
178192

193+
"@babel/helper-validator-identifier@^7.27.1":
194+
version "7.27.1"
195+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
196+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
197+
179198
"@babel/helper-validator-option@^7.22.15":
180199
version "7.22.15"
181200
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
182201
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
183202

184203
"@babel/helpers@^7.23.2":
185-
version "7.23.2"
186-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.2.tgz#2832549a6e37d484286e15ba36a5330483cac767"
187-
integrity sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==
204+
version "7.27.6"
205+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
206+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
188207
dependencies:
189-
"@babel/template" "^7.22.15"
190-
"@babel/traverse" "^7.23.2"
191-
"@babel/types" "^7.23.0"
208+
"@babel/template" "^7.27.2"
209+
"@babel/types" "^7.27.6"
192210

193211
"@babel/highlight@^7.22.13":
194212
version "7.22.20"
@@ -213,6 +231,13 @@
213231
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
214232
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
215233

234+
"@babel/parser@^7.27.2":
235+
version "7.28.0"
236+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
237+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
238+
dependencies:
239+
"@babel/types" "^7.28.0"
240+
216241
"@babel/plugin-syntax-async-generators@^7.8.4":
217242
version "7.8.4"
218243
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -327,6 +352,15 @@
327352
"@babel/parser" "^7.22.15"
328353
"@babel/types" "^7.22.15"
329354

355+
"@babel/template@^7.27.2":
356+
version "7.27.2"
357+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
358+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
359+
dependencies:
360+
"@babel/code-frame" "^7.27.1"
361+
"@babel/parser" "^7.27.2"
362+
"@babel/types" "^7.27.1"
363+
330364
"@babel/traverse@^7.23.2":
331365
version "7.23.2"
332366
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -352,6 +386,14 @@
352386
"@babel/helper-validator-identifier" "^7.22.20"
353387
to-fast-properties "^2.0.0"
354388

389+
"@babel/types@^7.27.1", "@babel/types@^7.27.6", "@babel/types@^7.28.0":
390+
version "7.28.1"
391+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.1.tgz#2aaf3c10b31ba03a77ac84f52b3912a0edef4cf9"
392+
integrity sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==
393+
dependencies:
394+
"@babel/helper-string-parser" "^7.27.1"
395+
"@babel/helper-validator-identifier" "^7.27.1"
396+
355397
"@bcoe/v8-coverage@^0.2.3":
356398
version "0.2.3"
357399
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3440,6 +3482,11 @@ picocolors@^1.0.1:
34403482
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
34413483
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
34423484

3485+
picocolors@^1.1.1:
3486+
version "1.1.1"
3487+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
3488+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
3489+
34433490
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
34443491
version "2.3.1"
34453492
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)