Skip to content

Commit 340ab87

Browse files
Update definitelyTyped
1 parent 6631ac2 commit 340ab87

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-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.16.1",
23+
"@types/uuid": "^10.0.0",
2424
"graphql-schema-typescript": "1.3.2",
2525
"jest": "26.0.1",
2626
"serverless": "2.3.0",

yarn.lock

Lines changed: 26 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.16.1"
2054+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.1.tgz#cdb8128d3ea7800a6c3f68cf3135b1d1bbdaf8ae"
2055+
integrity sha512-oaNE4MzsA6uO7HcsjUvqzz19lYIRsV6I1Dc6iOvgwYYDiOeF7/9b2E/PE0UW2ccwpgWPVUedjltYXQXVKFd4EA==
2056+
dependencies:
2057+
undici-types "~6.21.0"
20542058

20552059
"@types/node@^10.1.0":
20562060
version "10.17.44"
@@ -2141,10 +2145,10 @@
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@^10.0.0":
2149+
version "10.0.0"
2150+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
2151+
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
21482152

21492153
21502154
version "1.0.1"
@@ -5082,6 +5086,11 @@ extsprintf@^1.2.0:
50825086
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
50835087
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
50845088

5089+
faker@*:
5090+
version "6.6.6"
5091+
resolved "https://registry.yarnpkg.com/faker/-/faker-6.6.6.tgz#e9529da0109dca4c7c5dbfeaadbd9234af943033"
5092+
integrity sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg==
5093+
50855094
faker@^4.1.0:
50865095
version "4.1.0"
50875096
resolved "https://registry.yarnpkg.com/faker/-/faker-4.1.0.tgz#1e45bbbecc6774b3c195fad2835109c6d748cc3f"
@@ -10966,6 +10975,11 @@ unc-path-regex@^0.1.2:
1096610975
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
1096710976
integrity sha1-5z3T17DXxe2G+6xrCufYxqadUPo=
1096810977

10978+
undici-types@~6.21.0:
10979+
version "6.21.0"
10980+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
10981+
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
10982+
1096910983
union-value@^1.0.0:
1097010984
version "1.0.1"
1097110985
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)