Skip to content

Commit f27517a

Browse files
chore(deps): bump @babel/helpers from 7.23.1 to 7.26.10 (#44)
1 parent cf0b11f commit f27517a

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

yarn.lock

+48-6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@
2828
"@babel/highlight" "^7.22.13"
2929
chalk "^2.4.2"
3030

31+
"@babel/code-frame@^7.26.2":
32+
version "7.26.2"
33+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
34+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
35+
dependencies:
36+
"@babel/helper-validator-identifier" "^7.25.9"
37+
js-tokens "^4.0.0"
38+
picocolors "^1.0.0"
39+
3140
"@babel/compat-data@^7.22.9":
3241
version "7.22.20"
3342
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.20.tgz#8df6e96661209623f1975d66c35ffca66f3306d0"
@@ -189,24 +198,33 @@
189198
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
190199
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
191200

201+
"@babel/helper-string-parser@^7.25.9":
202+
version "7.25.9"
203+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
204+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
205+
192206
"@babel/helper-validator-identifier@^7.22.20":
193207
version "7.22.20"
194208
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
195209
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
196210

211+
"@babel/helper-validator-identifier@^7.25.9":
212+
version "7.25.9"
213+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
214+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
215+
197216
"@babel/helper-validator-option@^7.22.15":
198217
version "7.22.15"
199218
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
200219
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
201220

202221
"@babel/helpers@^7.23.0":
203-
version "7.23.1"
204-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.1.tgz#44e981e8ce2b9e99f8f0b703f3326a4636c16d15"
205-
integrity sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==
222+
version "7.26.10"
223+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
224+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
206225
dependencies:
207-
"@babel/template" "^7.22.15"
208-
"@babel/traverse" "^7.23.0"
209-
"@babel/types" "^7.23.0"
226+
"@babel/template" "^7.26.9"
227+
"@babel/types" "^7.26.10"
210228

211229
"@babel/highlight@^7.22.13":
212230
version "7.22.20"
@@ -222,6 +240,13 @@
222240
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
223241
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
224242

243+
"@babel/parser@^7.26.9":
244+
version "7.26.10"
245+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
246+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
247+
dependencies:
248+
"@babel/types" "^7.26.10"
249+
225250
"@babel/plugin-proposal-decorators@^7.22.15":
226251
version "7.23.0"
227252
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.0.tgz#66d9014173b3267a9ced3e69935138bc64ffb5c8"
@@ -292,6 +317,15 @@
292317
"@babel/parser" "^7.22.15"
293318
"@babel/types" "^7.22.15"
294319

320+
"@babel/template@^7.26.9":
321+
version "7.26.9"
322+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2"
323+
integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==
324+
dependencies:
325+
"@babel/code-frame" "^7.26.2"
326+
"@babel/parser" "^7.26.9"
327+
"@babel/types" "^7.26.9"
328+
295329
"@babel/traverse@^7.22.5", "@babel/traverse@^7.23.0":
296330
version "7.23.2"
297331
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -317,6 +351,14 @@
317351
"@babel/helper-validator-identifier" "^7.22.20"
318352
to-fast-properties "^2.0.0"
319353

354+
"@babel/types@^7.26.10", "@babel/types@^7.26.9":
355+
version "7.26.10"
356+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
357+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
358+
dependencies:
359+
"@babel/helper-string-parser" "^7.25.9"
360+
"@babel/helper-validator-identifier" "^7.25.9"
361+
320362
"@cloudflare/kv-asset-handler@^0.3.0":
321363
version "0.3.0"
322364
resolved "https://registry.yarnpkg.com/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.3.0.tgz#11f0af0749a400ddadcca16dcd6f4696d7036991"

0 commit comments

Comments
 (0)