Skip to content

Commit 1a4ccdb

Browse files
authored
Merge pull request #519 from a-sh-dev/dependabot/npm_and_yarn/_mini_projects/12_to_do_app/babel/helpers-7.27.1
Bump @babel/helpers from 7.16.5 to 7.27.1 in /_mini_projects/12_to_do_app
2 parents fdb3136 + 7158850 commit 1a4ccdb

File tree

1 file changed

+53
-6
lines changed

1 file changed

+53
-6
lines changed

_mini_projects/12_to_do_app/yarn.lock

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
"@babel/highlight" "^7.23.4"
3232
chalk "^2.4.2"
3333

34+
"@babel/code-frame@^7.27.1":
35+
version "7.27.1"
36+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
37+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
38+
dependencies:
39+
"@babel/helper-validator-identifier" "^7.27.1"
40+
js-tokens "^4.0.0"
41+
picocolors "^1.1.1"
42+
3443
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
3544
version "7.16.4"
3645
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
@@ -308,6 +317,11 @@
308317
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
309318
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
310319

320+
"@babel/helper-string-parser@^7.27.1":
321+
version "7.27.1"
322+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
323+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
324+
311325
"@babel/helper-validator-identifier@^7.15.7":
312326
version "7.15.7"
313327
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
@@ -318,6 +332,11 @@
318332
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
319333
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
320334

335+
"@babel/helper-validator-identifier@^7.27.1":
336+
version "7.27.1"
337+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
338+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
339+
321340
"@babel/helper-validator-option@^7.14.5":
322341
version "7.14.5"
323342
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -334,13 +353,12 @@
334353
"@babel/types" "^7.16.0"
335354

336355
"@babel/helpers@^7.12.1", "@babel/helpers@^7.16.5":
337-
version "7.16.5"
338-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.5.tgz#29a052d4b827846dd76ece16f565b9634c554ebd"
339-
integrity sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==
356+
version "7.27.1"
357+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4"
358+
integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==
340359
dependencies:
341-
"@babel/template" "^7.16.0"
342-
"@babel/traverse" "^7.16.5"
343-
"@babel/types" "^7.16.0"
360+
"@babel/template" "^7.27.1"
361+
"@babel/types" "^7.27.1"
344362

345363
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
346364
version "7.16.0"
@@ -370,6 +388,13 @@
370388
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b"
371389
integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==
372390

391+
"@babel/parser@^7.27.2":
392+
version "7.27.2"
393+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.2.tgz#577518bedb17a2ce4212afd052e01f7df0941127"
394+
integrity sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==
395+
dependencies:
396+
"@babel/types" "^7.27.1"
397+
373398
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
374399
version "7.16.2"
375400
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"
@@ -1126,6 +1151,15 @@
11261151
"@babel/parser" "^7.23.9"
11271152
"@babel/types" "^7.23.9"
11281153

1154+
"@babel/template@^7.27.1":
1155+
version "7.27.2"
1156+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1157+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
1158+
dependencies:
1159+
"@babel/code-frame" "^7.27.1"
1160+
"@babel/parser" "^7.27.2"
1161+
"@babel/types" "^7.27.1"
1162+
11291163
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.5", "@babel/traverse@^7.7.0":
11301164
version "7.23.9"
11311165
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950"
@@ -1159,6 +1193,14 @@
11591193
"@babel/helper-validator-identifier" "^7.22.20"
11601194
to-fast-properties "^2.0.0"
11611195

1196+
"@babel/types@^7.27.1":
1197+
version "7.27.1"
1198+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1199+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
1200+
dependencies:
1201+
"@babel/helper-string-parser" "^7.27.1"
1202+
"@babel/helper-validator-identifier" "^7.27.1"
1203+
11621204
"@bcoe/v8-coverage@^0.2.3":
11631205
version "0.2.3"
11641206
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -8107,6 +8149,11 @@ picocolors@^1.0.0:
81078149
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
81088150
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
81098151

8152+
picocolors@^1.1.1:
8153+
version "1.1.1"
8154+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
8155+
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
8156+
81108157
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
81118158
version "2.3.0"
81128159
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"

0 commit comments

Comments
 (0)