Skip to content

Commit 77a5da3

Browse files
authored
Merge pull request #328 from gmsgowtham/dependabot/npm_and_yarn/example/babel/helpers-7.27.0
build(deps): bump @babel/helpers from 7.22.3 to 7.27.0 in /example
2 parents 7a19f9f + d874980 commit 77a5da3

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

example/yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@
3737
"@babel/highlight" "^7.22.13"
3838
chalk "^2.4.2"
3939

40+
"@babel/code-frame@^7.26.2":
41+
version "7.26.2"
42+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
43+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
44+
dependencies:
45+
"@babel/helper-validator-identifier" "^7.25.9"
46+
js-tokens "^4.0.0"
47+
picocolors "^1.0.0"
48+
4049
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.0", "@babel/compat-data@^7.22.3":
4150
version "7.22.3"
4251
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e"
@@ -284,6 +293,11 @@
284293
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
285294
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
286295

296+
"@babel/helper-string-parser@^7.25.9":
297+
version "7.25.9"
298+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
299+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
300+
287301
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
288302
version "7.19.1"
289303
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -294,6 +308,11 @@
294308
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
295309
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
296310

311+
"@babel/helper-validator-identifier@^7.25.9":
312+
version "7.25.9"
313+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
314+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
315+
297316
"@babel/helper-validator-option@^7.21.0":
298317
version "7.21.0"
299318
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -310,13 +329,12 @@
310329
"@babel/types" "^7.20.5"
311330

312331
"@babel/helpers@^7.22.0":
313-
version "7.22.3"
314-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.3.tgz#53b74351da9684ea2f694bf0877998da26dd830e"
315-
integrity sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==
332+
version "7.27.0"
333+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
334+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
316335
dependencies:
317-
"@babel/template" "^7.21.9"
318-
"@babel/traverse" "^7.22.1"
319-
"@babel/types" "^7.22.3"
336+
"@babel/template" "^7.27.0"
337+
"@babel/types" "^7.27.0"
320338

321339
"@babel/highlight@^7.10.4", "@babel/highlight@^7.18.6":
322340
version "7.18.6"
@@ -346,6 +364,13 @@
346364
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
347365
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
348366

367+
"@babel/parser@^7.27.0":
368+
version "7.27.0"
369+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
370+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
371+
dependencies:
372+
"@babel/types" "^7.27.0"
373+
349374
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
350375
version "7.18.6"
351376
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -1309,6 +1334,15 @@
13091334
"@babel/parser" "^7.22.15"
13101335
"@babel/types" "^7.22.15"
13111336

1337+
"@babel/template@^7.27.0":
1338+
version "7.27.0"
1339+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1340+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1341+
dependencies:
1342+
"@babel/code-frame" "^7.26.2"
1343+
"@babel/parser" "^7.27.0"
1344+
"@babel/types" "^7.27.0"
1345+
13121346
"@babel/traverse@^7.20.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1":
13131347
version "7.23.2"
13141348
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
@@ -1352,6 +1386,14 @@
13521386
"@babel/helper-validator-identifier" "^7.19.1"
13531387
to-fast-properties "^2.0.0"
13541388

1389+
"@babel/types@^7.27.0":
1390+
version "7.27.0"
1391+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1392+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1393+
dependencies:
1394+
"@babel/helper-string-parser" "^7.25.9"
1395+
"@babel/helper-validator-identifier" "^7.25.9"
1396+
13551397
"@expo/bunyan@4.0.0", "@expo/bunyan@^4.0.0":
13561398
version "4.0.0"
13571399
resolved "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-4.0.0.tgz#be0c1de943c7987a9fbd309ea0b1acd605890c7b"

0 commit comments

Comments
 (0)