Skip to content

Commit 34143ca

Browse files
chore(deps): update dependency @types/aws-lambda to v8.10.157
1 parent 539d20c commit 34143ca

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

yarn.lock

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,11 @@
298298
dependencies:
299299
"@babel/types" "^7.12.13"
300300

301+
"@babel/helper-string-parser@^7.27.1":
302+
version "7.27.1"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
304+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
305+
301306
"@babel/helper-validator-identifier@^7.12.11":
302307
version "7.14.0"
303308
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
@@ -308,6 +313,11 @@
308313
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
309314
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
310315

316+
"@babel/helper-validator-identifier@^7.28.5":
317+
version "7.28.5"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
319+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
320+
311321
"@babel/helper-validator-option@^7.12.11", "@babel/helper-validator-option@^7.12.17":
312322
version "7.12.17"
313323
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -355,6 +365,13 @@
355365
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.1.tgz#1bd644b5db3f5797c4479d89ec1817fe02b84c47"
356366
integrity sha512-muUGEKu8E/ftMTPlNp+mc6zL3E9zKWmF5sDHZ5MSsoTP9Wyz64AhEf9kD08xYJ7w6Hdcu8H550ircnPyWSIF0Q==
357367

368+
"@babel/parser@^7.20.7":
369+
version "7.28.5"
370+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
371+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
372+
dependencies:
373+
"@babel/types" "^7.28.5"
374+
358375
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
359376
version "7.13.12"
360377
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -1236,6 +1253,14 @@
12361253
"@babel/helper-validator-identifier" "^7.14.5"
12371254
to-fast-properties "^2.0.0"
12381255

1256+
"@babel/types@^7.20.7", "@babel/types@^7.28.5":
1257+
version "7.28.5"
1258+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
1259+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
1260+
dependencies:
1261+
"@babel/helper-string-parser" "^7.27.1"
1262+
"@babel/helper-validator-identifier" "^7.28.5"
1263+
12391264
"@bcoe/v8-coverage@^0.2.3":
12401265
version "0.2.3"
12411266
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2494,17 +2519,17 @@
24942519
integrity sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==
24952520

24962521
"@types/aws-lambda@^8.10.62":
2497-
version "8.10.76"
2498-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.76.tgz#a20191677f1f5e32fe1f26739b1d6fbbea9cf636"
2499-
integrity sha512-lCTyeRm3NWqSwDnoji0z82Pl0tsOpr1p+33AiNeidgarloWXh3wdiVRUuxEa+sY9S5YLOYGz5X3N3Zvpibvm5w==
2522+
version "8.10.157"
2523+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.157.tgz#0ef9fbe5790f5593f938b7ef5170b0a0ff7b2738"
2524+
integrity sha512-ofjcRCO1N7tMZDSO11u5bFHPDfUFD3Q9YK9g4S4w8UDKuG3CNlw2lNK1sd3Itdo7JORygZmG4h9ZykS8dlXvMA==
25002525

25012526
"@types/babel__core@^7.1.7":
2502-
version "7.1.14"
2503-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
2504-
integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==
2527+
version "7.20.5"
2528+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
2529+
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
25052530
dependencies:
2506-
"@babel/parser" "^7.1.0"
2507-
"@babel/types" "^7.0.0"
2531+
"@babel/parser" "^7.20.7"
2532+
"@babel/types" "^7.20.7"
25082533
"@types/babel__generator" "*"
25092534
"@types/babel__template" "*"
25102535
"@types/babel__traverse" "*"

0 commit comments

Comments
 (0)