Skip to content

Commit 3e596ba

Browse files
chore(deps): update dependency @types/aws-lambda to v8.10.156
1 parent 539d20c commit 3e596ba

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.27.1":
317+
version "7.27.1"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
319+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
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.4"
370+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
371+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
372+
dependencies:
373+
"@babel/types" "^7.28.4"
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.4":
1257+
version "7.28.4"
1258+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1259+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1260+
dependencies:
1261+
"@babel/helper-string-parser" "^7.27.1"
1262+
"@babel/helper-validator-identifier" "^7.27.1"
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.156"
2523+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.156.tgz#ea7cd65806d441fcf4afce1738fe786d4bdafb8d"
2524+
integrity sha512-LElQP+QliVWykC7OF8dNr04z++HJCMO2lF7k9HuKoSDARqhcjHq8MzbrRwujCSDeBHIlvaimbuY/tVZL36KXFQ==
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)