Skip to content

Commit e4725d9

Browse files
Bump @babel/helpers from 7.24.5 to 7.27.1 in /js (#63)
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.24.5 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cb2143 commit e4725d9

File tree

1 file changed

+53
-6
lines changed

1 file changed

+53
-6
lines changed

js/yarn.lock

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.24.2"
1919
picocolors "^1.0.0"
2020

21+
"@babel/code-frame@^7.27.1":
22+
version "7.27.1"
23+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
24+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
25+
dependencies:
26+
"@babel/helper-validator-identifier" "^7.27.1"
27+
js-tokens "^4.0.0"
28+
picocolors "^1.1.1"
29+
2130
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
2231
version "7.24.4"
2332
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
@@ -215,11 +224,21 @@
215224
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
216225
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
217226

227+
"@babel/helper-string-parser@^7.27.1":
228+
version "7.27.1"
229+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
230+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
231+
218232
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5":
219233
version "7.24.5"
220234
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
221235
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
222236

237+
"@babel/helper-validator-identifier@^7.27.1":
238+
version "7.27.1"
239+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
240+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
241+
223242
"@babel/helper-validator-option@^7.23.5":
224243
version "7.23.5"
225244
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
@@ -235,13 +254,12 @@
235254
"@babel/types" "^7.24.5"
236255

237256
"@babel/helpers@^7.24.5":
238-
version "7.24.5"
239-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
240-
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
257+
version "7.27.1"
258+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
259+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
241260
dependencies:
242-
"@babel/template" "^7.24.0"
243-
"@babel/traverse" "^7.24.5"
244-
"@babel/types" "^7.24.5"
261+
"@babel/template" "^7.27.1"
262+
"@babel/types" "^7.27.1"
245263

246264
"@babel/highlight@^7.24.2":
247265
version "7.24.5"
@@ -258,6 +276,13 @@
258276
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
259277
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
260278

279+
"@babel/parser@^7.27.2":
280+
version "7.27.2"
281+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
282+
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
283+
dependencies:
284+
"@babel/types" "^7.27.1"
285+
261286
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
262287
version "7.24.5"
263288
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895"
@@ -1041,6 +1066,15 @@
10411066
"@babel/parser" "^7.24.0"
10421067
"@babel/types" "^7.24.0"
10431068

1069+
"@babel/template@^7.27.1":
1070+
version "7.27.2"
1071+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1072+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1073+
dependencies:
1074+
"@babel/code-frame" "^7.27.1"
1075+
"@babel/parser" "^7.27.2"
1076+
"@babel/types" "^7.27.1"
1077+
10441078
"@babel/traverse@^7.24.5":
10451079
version "7.24.5"
10461080
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
@@ -1066,6 +1100,14 @@
10661100
"@babel/helper-validator-identifier" "^7.24.5"
10671101
to-fast-properties "^2.0.0"
10681102

1103+
"@babel/types@^7.27.1":
1104+
version "7.27.1"
1105+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1106+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
1107+
dependencies:
1108+
"@babel/helper-string-parser" "^7.27.1"
1109+
"@babel/helper-validator-identifier" "^7.27.1"
1110+
10691111
"@discoveryjs/[email protected]", "@discoveryjs/json-ext@^0.5.0":
10701112
version "0.5.7"
10711113
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
@@ -1911,6 +1953,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
19111953
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
19121954
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
19131955

1956+
picocolors@^1.1.1:
1957+
version "1.1.1"
1958+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
1959+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
1960+
19141961
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
19151962
version "4.2.0"
19161963
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"

0 commit comments

Comments
 (0)