Skip to content

Commit 97f382d

Browse files
chore(deps): update dependency @types/aws-lambda to v8.10.148
1 parent 539d20c commit 97f382d

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.25.9":
302+
version "7.25.9"
303+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
304+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
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.25.9":
317+
version "7.25.9"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
319+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
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.26.10"
370+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749"
371+
integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==
372+
dependencies:
373+
"@babel/types" "^7.26.10"
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.26.10":
1257+
version "7.26.10"
1258+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1259+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1260+
dependencies:
1261+
"@babel/helper-string-parser" "^7.25.9"
1262+
"@babel/helper-validator-identifier" "^7.25.9"
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.148"
2523+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.148.tgz#3a31fc720670473c4d7de4b03d074e8bd97e36a3"
2524+
integrity sha512-JL+2cfkY9ODQeE06hOxSFNkafjNk4JRBgY837kpoq1GHDttq2U3BA9IzKOWxS4DLjKoymGB4i9uBrlCkjUl1yg==
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)