Skip to content

Commit a39cb03

Browse files
dependabot[bot]nemesifier
authored andcommitted
Bump @babel/helpers from 7.25.0 to 7.27.1
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.0 to 7.27.1. - [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.1/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-version: 7.27.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2e55fb commit a39cb03

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
@@ -34,6 +34,15 @@
3434
"@babel/highlight" "^7.24.7"
3535
picocolors "^1.0.0"
3636

37+
"@babel/code-frame@^7.27.1":
38+
version "7.27.1"
39+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
40+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
41+
dependencies:
42+
"@babel/helper-validator-identifier" "^7.27.1"
43+
js-tokens "^4.0.0"
44+
picocolors "^1.1.1"
45+
3746
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.2":
3847
version "7.25.2"
3948
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
@@ -206,11 +215,21 @@
206215
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
207216
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
208217

218+
"@babel/helper-string-parser@^7.27.1":
219+
version "7.27.1"
220+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
221+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
222+
209223
"@babel/helper-validator-identifier@^7.24.7":
210224
version "7.24.7"
211225
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
212226
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
213227

228+
"@babel/helper-validator-identifier@^7.27.1":
229+
version "7.27.1"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
231+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
232+
214233
"@babel/helper-validator-option@^7.24.8":
215234
version "7.24.8"
216235
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
@@ -226,12 +245,12 @@
226245
"@babel/types" "^7.25.0"
227246

228247
"@babel/helpers@^7.25.0":
229-
version "7.25.0"
230-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
231-
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
248+
version "7.27.1"
249+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
250+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
232251
dependencies:
233-
"@babel/template" "^7.25.0"
234-
"@babel/types" "^7.25.0"
252+
"@babel/template" "^7.27.1"
253+
"@babel/types" "^7.27.1"
235254

236255
"@babel/highlight@^7.24.7":
237256
version "7.24.7"
@@ -250,6 +269,13 @@
250269
dependencies:
251270
"@babel/types" "^7.25.2"
252271

272+
"@babel/parser@^7.27.2":
273+
version "7.27.2"
274+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
275+
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
276+
dependencies:
277+
"@babel/types" "^7.27.1"
278+
253279
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3":
254280
version "7.25.3"
255281
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"
@@ -933,6 +959,15 @@
933959
"@babel/parser" "^7.25.0"
934960
"@babel/types" "^7.25.0"
935961

962+
"@babel/template@^7.27.1":
963+
version "7.27.2"
964+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
965+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
966+
dependencies:
967+
"@babel/code-frame" "^7.27.1"
968+
"@babel/parser" "^7.27.2"
969+
"@babel/types" "^7.27.1"
970+
936971
"@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":
937972
version "7.25.3"
938973
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
@@ -955,6 +990,14 @@
955990
"@babel/helper-validator-identifier" "^7.24.7"
956991
to-fast-properties "^2.0.0"
957992

993+
"@babel/types@^7.27.1":
994+
version "7.27.1"
995+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
996+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
997+
dependencies:
998+
"@babel/helper-string-parser" "^7.27.1"
999+
"@babel/helper-validator-identifier" "^7.27.1"
1000+
9581001
"@fortawesome/fontawesome-free@^6.5.2":
9591002
version "6.6.0"
9601003
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.6.0.tgz#0e984f0f2344ee513c185d87d77defac4c0c8224"
@@ -2205,6 +2248,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
22052248
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
22062249
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
22072250

2251+
picocolors@^1.1.1:
2252+
version "1.1.1"
2253+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
2254+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
2255+
22082256
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
22092257
version "2.3.1"
22102258
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)