Skip to content

Commit 438e402

Browse files
Update definitelyTyped
1 parent 6631ac2 commit 438e402

File tree

2 files changed

+36
-15
lines changed

2 files changed

+36
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@graphql-codegen/typescript": "1.15.1",
1818
"@graphql-codegen/typescript-resolvers": "1.15.1",
1919
"@types/aws-lambda": "8.10.64",
20-
"@types/faker": "4.1.12",
20+
"@types/faker": "6.6.11",
2121
"@types/graphql": "14.5.0",
22-
"@types/node": "14.0.27",
23-
"@types/uuid": "^8.3.0",
22+
"@types/node": "22.18.5",
23+
"@types/uuid": "^11.0.0",
2424
"graphql-schema-typescript": "1.3.2",
2525
"jest": "26.0.1",
2626
"serverless": "2.3.0",

yarn.lock

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1892,10 +1892,12 @@
18921892
"@types/qs" "*"
18931893
"@types/serve-static" "*"
18941894

1895-
1896-
version "4.1.12"
1897-
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-4.1.12.tgz#065d37343677df1aa757c622650bd14666c42602"
1898-
integrity sha512-0MEyzJrLLs1WaOCx9ULK6FzdCSj2EuxdSP9kvuxxdBEGujZYUOZ4vkPXdgu3dhyg/pOdn7VCatelYX7k0YShlA==
1895+
1896+
version "6.6.11"
1897+
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-6.6.11.tgz#ef9e9490c96522c7c36f90f00b17a88d78a1bd84"
1898+
integrity sha512-/m/YZdfPXeM3dnSBz4JDbbYXelBm+onjsX2+LZV1XPJjIOpdhoc8ngws67iyXdLJwLiigOcejBufaDdjuVWy3Q==
1899+
dependencies:
1900+
faker "*"
18991901

19001902
"@types/fs-capacitor@*":
19011903
version "2.0.0"
@@ -2047,10 +2049,12 @@
20472049
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.6.tgz#146d3da57b3c636cc0d1769396ce1cfa8991147f"
20482050
integrity sha512-6QlRuqsQ/Ox/aJEQWBEJG7A9+u7oSYl3mem/K8IzxXG/kAGbV1YPD9Bg9Zw3vyxC/YP+zONKwy8hGkSt1jxFMw==
20492051

2050-
2051-
version "14.0.27"
2052-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
2053-
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
2052+
2053+
version "22.18.5"
2054+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.5.tgz#6b90a0087660cce4e956c3932c7f4357ef06bccf"
2055+
integrity sha512-g9BpPfJvxYBXUWI9bV37j6d6LTMNQ88hPwdWWUeYZnMhlo66FIg9gCc1/DZb15QylJSKwOZjwrckvOTWpOiChg==
2056+
dependencies:
2057+
undici-types "~6.21.0"
20542058

20552059
"@types/node@^10.1.0":
20562060
version "10.17.44"
@@ -2141,10 +2145,12 @@
21412145
resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.0.tgz#fef1904e4668b6e5ecee60c52cc6a078ffa6697d"
21422146
integrity sha512-I99sngh224D0M7XgW1s120zxCt3VYQ3IQsuw3P3jbq5GG4yc79+ZjyKznyOGIQrflfylLgcfekeZW/vk0yng6A==
21432147

2144-
"@types/uuid@^8.3.0":
2145-
version "8.3.0"
2146-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
2147-
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
2148+
"@types/uuid@^11.0.0":
2149+
version "11.0.0"
2150+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
2151+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
2152+
dependencies:
2153+
uuid "*"
21482154

21492155
21502156
version "1.0.1"
@@ -5082,6 +5088,11 @@ extsprintf@^1.2.0:
50825088
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
50835089
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
50845090

5091+
faker@*:
5092+
version "6.6.6"
5093+
resolved "https://registry.yarnpkg.com/faker/-/faker-6.6.6.tgz#e9529da0109dca4c7c5dbfeaadbd9234af943033"
5094+
integrity sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg==
5095+
50855096
faker@^4.1.0:
50865097
version "4.1.0"
50875098
resolved "https://registry.yarnpkg.com/faker/-/faker-4.1.0.tgz#1e45bbbecc6774b3c195fad2835109c6d748cc3f"
@@ -10966,6 +10977,11 @@ unc-path-regex@^0.1.2:
1096610977
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1096710978
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
1096810979

10980+
undici-types@~6.21.0:
10981+
version "6.21.0"
10982+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10983+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10984+
1096910985
union-value@^1.0.0:
1097010986
version "1.0.1"
1097110987
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"
@@ -11156,6 +11172,11 @@ util@^0.11.0:
1115611172
dependencies:
1115711173
inherits "2.0.3"
1115811174

11175+
uuid@*:
11176+
version "13.0.0"
11177+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
11178+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
11179+
1115911180
1116011181
version "3.3.2"
1116111182
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"

0 commit comments

Comments
 (0)