Skip to content

Commit 3e1260a

Browse files
committed
manual updates of @babel/core and friends in yarn.lock
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 6da018e commit 3e1260a

File tree

1 file changed

+96
-87
lines changed

1 file changed

+96
-87
lines changed

yarn.lock

Lines changed: 96 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -121,114 +121,114 @@
121121
jsonwebtoken "^9.0.0"
122122
uuid "^8.3.0"
123123

124-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.2":
125-
version "7.26.2"
126-
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz"
127-
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
124+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.25.9", "@babel/code-frame@^7.27.1":
125+
version "7.27.1"
126+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
127+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
128128
dependencies:
129-
"@babel/helper-validator-identifier" "^7.25.9"
129+
"@babel/helper-validator-identifier" "^7.27.1"
130130
js-tokens "^4.0.0"
131-
picocolors "^1.0.0"
131+
picocolors "^1.1.1"
132132

133-
"@babel/compat-data@^7.26.5":
134-
version "7.26.5"
135-
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.5.tgz"
136-
integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
133+
"@babel/compat-data@^7.27.2":
134+
version "7.27.2"
135+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
136+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
137137

138138
"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.23.9":
139-
version "7.26.7"
140-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.26.7.tgz"
141-
integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA==
139+
version "7.27.1"
140+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
141+
integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==
142142
dependencies:
143143
"@ampproject/remapping" "^2.2.0"
144-
"@babel/code-frame" "^7.26.2"
145-
"@babel/generator" "^7.26.5"
146-
"@babel/helper-compilation-targets" "^7.26.5"
147-
"@babel/helper-module-transforms" "^7.26.0"
148-
"@babel/helpers" "^7.26.7"
149-
"@babel/parser" "^7.26.7"
150-
"@babel/template" "^7.25.9"
151-
"@babel/traverse" "^7.26.7"
152-
"@babel/types" "^7.26.7"
144+
"@babel/code-frame" "^7.27.1"
145+
"@babel/generator" "^7.27.1"
146+
"@babel/helper-compilation-targets" "^7.27.1"
147+
"@babel/helper-module-transforms" "^7.27.1"
148+
"@babel/helpers" "^7.27.1"
149+
"@babel/parser" "^7.27.1"
150+
"@babel/template" "^7.27.1"
151+
"@babel/traverse" "^7.27.1"
152+
"@babel/types" "^7.27.1"
153153
convert-source-map "^2.0.0"
154154
debug "^4.1.0"
155155
gensync "^1.0.0-beta.2"
156156
json5 "^2.2.3"
157157
semver "^6.3.1"
158158

159-
"@babel/generator@^7.26.5", "@babel/generator@^7.7.2":
160-
version "7.26.5"
161-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.26.5.tgz"
162-
integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
159+
"@babel/generator@^7.27.1", "@babel/generator@^7.7.2":
160+
version "7.27.1"
161+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.1.tgz#862d4fad858f7208edd487c28b58144036b76230"
162+
integrity sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==
163163
dependencies:
164-
"@babel/parser" "^7.26.5"
165-
"@babel/types" "^7.26.5"
164+
"@babel/parser" "^7.27.1"
165+
"@babel/types" "^7.27.1"
166166
"@jridgewell/gen-mapping" "^0.3.5"
167167
"@jridgewell/trace-mapping" "^0.3.25"
168168
jsesc "^3.0.2"
169169

170-
"@babel/helper-compilation-targets@^7.26.5":
171-
version "7.26.5"
172-
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz"
173-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
170+
"@babel/helper-compilation-targets@^7.27.1":
171+
version "7.27.2"
172+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
173+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
174174
dependencies:
175-
"@babel/compat-data" "^7.26.5"
176-
"@babel/helper-validator-option" "^7.25.9"
175+
"@babel/compat-data" "^7.27.2"
176+
"@babel/helper-validator-option" "^7.27.1"
177177
browserslist "^4.24.0"
178178
lru-cache "^5.1.1"
179179
semver "^6.3.1"
180180

181-
"@babel/helper-module-imports@^7.25.9":
182-
version "7.25.9"
183-
resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz"
184-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
181+
"@babel/helper-module-imports@^7.27.1":
182+
version "7.27.1"
183+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
184+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
185185
dependencies:
186-
"@babel/traverse" "^7.25.9"
187-
"@babel/types" "^7.25.9"
186+
"@babel/traverse" "^7.27.1"
187+
"@babel/types" "^7.27.1"
188188

189-
"@babel/helper-module-transforms@^7.26.0":
190-
version "7.26.0"
191-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz"
192-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
189+
"@babel/helper-module-transforms@^7.27.1":
190+
version "7.27.1"
191+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
192+
integrity sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==
193193
dependencies:
194-
"@babel/helper-module-imports" "^7.25.9"
195-
"@babel/helper-validator-identifier" "^7.25.9"
196-
"@babel/traverse" "^7.25.9"
194+
"@babel/helper-module-imports" "^7.27.1"
195+
"@babel/helper-validator-identifier" "^7.27.1"
196+
"@babel/traverse" "^7.27.1"
197197

198198
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0":
199199
version "7.26.5"
200200
resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz"
201201
integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
202202

203-
"@babel/helper-string-parser@^7.25.9":
204-
version "7.25.9"
205-
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz"
206-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
203+
"@babel/helper-string-parser@^7.27.1":
204+
version "7.27.1"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
206+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
207207

208-
"@babel/helper-validator-identifier@^7.25.9":
209-
version "7.25.9"
210-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz"
211-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
208+
"@babel/helper-validator-identifier@^7.27.1":
209+
version "7.27.1"
210+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
211+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
212212

213-
"@babel/helper-validator-option@^7.25.9":
214-
version "7.25.9"
215-
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz"
216-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
213+
"@babel/helper-validator-option@^7.27.1":
214+
version "7.27.1"
215+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
216+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
217217

218-
"@babel/helpers@^7.26.7":
219-
version "7.26.7"
220-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.7.tgz"
221-
integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A==
218+
"@babel/helpers@^7.27.1":
219+
version "7.27.1"
220+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
221+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
222222
dependencies:
223-
"@babel/template" "^7.25.9"
224-
"@babel/types" "^7.26.7"
223+
"@babel/template" "^7.27.1"
224+
"@babel/types" "^7.27.1"
225225

226-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.5", "@babel/parser@^7.26.7":
227-
version "7.26.7"
228-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.26.7.tgz"
229-
integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w==
226+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.27.1", "@babel/parser@^7.27.2":
227+
version "7.27.2"
228+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
229+
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
230230
dependencies:
231-
"@babel/types" "^7.26.7"
231+
"@babel/types" "^7.27.1"
232232

233233
"@babel/plugin-syntax-async-generators@^7.8.4":
234234
version "7.8.4"
@@ -349,7 +349,16 @@
349349
dependencies:
350350
"@babel/helper-plugin-utils" "^7.25.9"
351351

352-
"@babel/template@^7.25.9", "@babel/template@^7.3.3":
352+
"@babel/template@^7.27.1":
353+
version "7.27.2"
354+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
355+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
356+
dependencies:
357+
"@babel/code-frame" "^7.27.1"
358+
"@babel/parser" "^7.27.2"
359+
"@babel/types" "^7.27.1"
360+
361+
"@babel/template@^7.3.3":
353362
version "7.25.9"
354363
resolved "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz"
355364
integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
@@ -358,26 +367,26 @@
358367
"@babel/parser" "^7.25.9"
359368
"@babel/types" "^7.25.9"
360369

361-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.7":
362-
version "7.26.7"
363-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.7.tgz"
364-
integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA==
370+
"@babel/traverse@^7.27.1":
371+
version "7.27.1"
372+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
373+
integrity sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==
365374
dependencies:
366-
"@babel/code-frame" "^7.26.2"
367-
"@babel/generator" "^7.26.5"
368-
"@babel/parser" "^7.26.7"
369-
"@babel/template" "^7.25.9"
370-
"@babel/types" "^7.26.7"
375+
"@babel/code-frame" "^7.27.1"
376+
"@babel/generator" "^7.27.1"
377+
"@babel/parser" "^7.27.1"
378+
"@babel/template" "^7.27.1"
379+
"@babel/types" "^7.27.1"
371380
debug "^4.3.1"
372381
globals "^11.1.0"
373382

374-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.5", "@babel/types@^7.26.7", "@babel/types@^7.3.3":
375-
version "7.26.7"
376-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.26.7.tgz"
377-
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
383+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.27.1", "@babel/types@^7.3.3":
384+
version "7.27.1"
385+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
386+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
378387
dependencies:
379-
"@babel/helper-string-parser" "^7.25.9"
380-
"@babel/helper-validator-identifier" "^7.25.9"
388+
"@babel/helper-string-parser" "^7.27.1"
389+
"@babel/helper-validator-identifier" "^7.27.1"
381390

382391
"@bcoe/v8-coverage@^0.2.3":
383392
version "0.2.3"
@@ -4368,7 +4377,7 @@ pend@~1.2.0:
43684377
resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz"
43694378
integrity sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==
43704379

4371-
picocolors@^1.0.0, picocolors@^1.1.1:
4380+
picocolors@^1.1.1:
43724381
version "1.1.1"
43734382
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz"
43744383
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)