Skip to content

Commit dc7ccd1

Browse files
dependabot[bot]bhufmann
authored andcommitted
Bump @babel/helpers from 7.25.6 to 7.27.6
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.6 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] <[email protected]>
1 parent bd7733d commit dc7ccd1

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
@@ -18,6 +18,15 @@
1818
"@babel/highlight" "^7.24.7"
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.25.2":
2231
version "7.25.4"
2332
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb"
@@ -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.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
116+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
117+
104118
"@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":
124+
version "7.27.1"
125+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
126+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
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.6"
116-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz#57ee60141829ba2e102f30711ffe3afab357cc60"
117-
integrity sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==
134+
version "7.27.6"
135+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
136+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
118137
dependencies:
119-
"@babel/template" "^7.25.0"
120-
"@babel/types" "^7.25.6"
138+
"@babel/template" "^7.27.2"
139+
"@babel/types" "^7.27.6"
121140

122141
"@babel/highlight@^7.24.7":
123142
version "7.24.7"
@@ -136,6 +155,13 @@
136155
dependencies:
137156
"@babel/types" "^7.25.6"
138157

158+
"@babel/parser@^7.27.2":
159+
version "7.27.5"
160+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
161+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
162+
dependencies:
163+
"@babel/types" "^7.27.3"
164+
139165
"@babel/plugin-syntax-async-generators@^7.8.4":
140166
version "7.8.4"
141167
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -257,6 +283,15 @@
257283
"@babel/parser" "^7.25.0"
258284
"@babel/types" "^7.25.0"
259285

286+
"@babel/template@^7.27.2":
287+
version "7.27.2"
288+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
289+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
290+
dependencies:
291+
"@babel/code-frame" "^7.27.1"
292+
"@babel/parser" "^7.27.2"
293+
"@babel/types" "^7.27.1"
294+
260295
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2", "@babel/traverse@^7.7.2":
261296
version "7.25.6"
262297
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41"
@@ -279,6 +314,14 @@
279314
"@babel/helper-validator-identifier" "^7.24.7"
280315
to-fast-properties "^2.0.0"
281316

317+
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6":
318+
version "7.27.6"
319+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
320+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
321+
dependencies:
322+
"@babel/helper-string-parser" "^7.27.1"
323+
"@babel/helper-validator-identifier" "^7.27.1"
324+
282325
"@bcoe/v8-coverage@^0.2.3":
283326
version "0.2.3"
284327
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4617,6 +4660,11 @@ picocolors@^1.0.0, picocolors@^1.0.1:
46174660
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
46184661
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
46194662

4663+
picocolors@^1.1.1:
4664+
version "1.1.1"
4665+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
4666+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
4667+
46204668
picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1:
46214669
version "2.3.1"
46224670
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"

0 commit comments

Comments
 (0)