Skip to content

Commit 607670c

Browse files
authored
Merge pull request #508 from a-sh-dev/dependabot/npm_and_yarn/_mini_projects/16_pure_react_forms/babel/helpers-7.27.0
Bump @babel/helpers from 7.16.5 to 7.27.0 in /_mini_projects/16_pure_react_forms
2 parents 0a876c0 + cb43725 commit 607670c

File tree

1 file changed

+48
-6
lines changed

1 file changed

+48
-6
lines changed

_mini_projects/16_pure_react_forms/yarn.lock

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
"@babel/highlight" "^7.23.4"
2727
chalk "^2.4.2"
2828

29+
"@babel/code-frame@^7.26.2":
30+
version "7.26.2"
31+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
32+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
33+
dependencies:
34+
"@babel/helper-validator-identifier" "^7.25.9"
35+
js-tokens "^4.0.0"
36+
picocolors "^1.0.0"
37+
2938
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
3039
version "7.16.4"
3140
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
@@ -290,6 +299,11 @@
290299
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
291300
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
292301

302+
"@babel/helper-string-parser@^7.25.9":
303+
version "7.25.9"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
305+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
306+
293307
"@babel/helper-validator-identifier@^7.15.7":
294308
version "7.15.7"
295309
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -300,6 +314,11 @@
300314
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
301315
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
302316

317+
"@babel/helper-validator-identifier@^7.25.9":
318+
version "7.25.9"
319+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
320+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
321+
303322
"@babel/helper-validator-option@^7.14.5":
304323
version "7.14.5"
305324
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -316,13 +335,12 @@
316335
"@babel/types" "^7.16.0"
317336

318337
"@babel/helpers@^7.16.5":
319-
version "7.16.5"
320-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
321-
integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==
338+
version "7.27.0"
339+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
340+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
322341
dependencies:
323-
"@babel/template" "^7.16.0"
324-
"@babel/traverse" "^7.16.5"
325-
"@babel/types" "^7.16.0"
342+
"@babel/template" "^7.27.0"
343+
"@babel/types" "^7.27.0"
326344

327345
"@babel/highlight@^7.16.0":
328346
version "7.16.0"
@@ -352,6 +370,13 @@
352370
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.0.tgz#26a3d1ff49031c53a97d03b604375f028746a9ac"
353371
integrity sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==
354372

373+
"@babel/parser@^7.27.0":
374+
version "7.27.0"
375+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
376+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
377+
dependencies:
378+
"@babel/types" "^7.27.0"
379+
355380
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
356381
version "7.16.2"
357382
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.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
@@ -1108,6 +1133,15 @@
11081133
"@babel/parser" "^7.24.0"
11091134
"@babel/types" "^7.24.0"
11101135

1136+
"@babel/template@^7.27.0":
1137+
version "7.27.0"
1138+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1139+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1140+
dependencies:
1141+
"@babel/code-frame" "^7.26.2"
1142+
"@babel/parser" "^7.27.0"
1143+
"@babel/types" "^7.27.0"
1144+
11111145
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5", "@babel/traverse@^7.7.2":
11121146
version "7.24.0"
11131147
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.0.tgz#4a408fbf364ff73135c714a2ab46a5eab2831b1e"
@@ -1141,6 +1175,14 @@
11411175
"@babel/helper-validator-identifier" "^7.22.20"
11421176
to-fast-properties "^2.0.0"
11431177

1178+
"@babel/types@^7.27.0":
1179+
version "7.27.0"
1180+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1181+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1182+
dependencies:
1183+
"@babel/helper-string-parser" "^7.25.9"
1184+
"@babel/helper-validator-identifier" "^7.25.9"
1185+
11441186
"@bcoe/v8-coverage@^0.2.3":
11451187
version "0.2.3"
11461188
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)