Skip to content

Commit 2c867a0

Browse files
committed
Update dependency apollo-server-lambda to v2.23.0
1 parent 6631ac2 commit 2c867a0

File tree

2 files changed

+123
-113
lines changed

2 files changed

+123
-113
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"webpack-node-externals": "2.5.2"
3535
},
3636
"dependencies": {
37-
"apollo-server-lambda": "2.18.1",
37+
"apollo-server-lambda": "2.23.0",
3838
"camelcase": "^6.0.0",
3939
"dynamoose": "^2.3.0",
4040
"faker": "^4.1.0",

yarn.lock

Lines changed: 122 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,25 @@
3636
dependencies:
3737
apollo-env "^0.6.5"
3838

39-
"@apollographql/[email protected].26":
40-
version "1.6.26"
41-
resolved "https://registry.yarnpkg.com/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.26.tgz#2f7b610392e2a872722912fc342b43cf8d641cb3"
42-
integrity sha512-XAwXOIab51QyhBxnxySdK3nuMEUohhDsHQ5Rbco/V1vjlP75zZ0ZLHD9dTpXTN8uxKxopb2lUvJTq+M4g2Q0HQ==
39+
"@apollographql/[email protected].27":
40+
version "1.6.27"
41+
resolved "https://registry.yarnpkg.com/@apollographql/graphql-playground-html/-/graphql-playground-html-1.6.27.tgz#bc9ab60e9445aa2a8813b4e94f152fa72b756335"
42+
integrity sha512-tea2LweZvn6y6xFV11K0KC8ETjmm52mQrW+ezgB2O/aTQf8JGyFmMcRPFgUaQZeHbWdm8iisDC6EjOKsXu0nfw==
4343
dependencies:
44-
xss "^1.0.6"
44+
xss "^1.0.8"
45+
46+
"@apollographql/graphql-upload-8-fork@^8.1.3":
47+
version "8.1.3"
48+
resolved "https://registry.yarnpkg.com/@apollographql/graphql-upload-8-fork/-/graphql-upload-8-fork-8.1.3.tgz#a0d4e0d5cec8e126d78bd915c264d6b90f5784bc"
49+
integrity sha512-ssOPUT7euLqDXcdVv3Qs4LoL4BPtfermW1IOouaqEmj36TpHYDmYDIbKoSQxikd9vtMumFnP87OybH7sC9fJ6g==
50+
dependencies:
51+
"@types/express" "*"
52+
"@types/fs-capacitor" "*"
53+
"@types/koa" "*"
54+
busboy "^0.3.1"
55+
fs-capacitor "^2.0.4"
56+
http-errors "^1.7.3"
57+
object-path "^0.11.4"
4558

4659
"@ardatan/[email protected]":
4760
version "0.0.6"
@@ -1400,6 +1413,11 @@
14001413
"@types/yargs" "^15.0.0"
14011414
chalk "^4.0.0"
14021415

1416+
"@josephg/resolvable@^1.0.0":
1417+
version "1.0.0"
1418+
resolved "https://registry.yarnpkg.com/@josephg/resolvable/-/resolvable-1.0.0.tgz#cd75b09cfad18cd945de9221d403203aa07e3d0a"
1419+
integrity sha512-OfTtjoqB2doov5aTJxkyAMK8dXoo7CjCUQSYUEtiY34jbWduOGV7+168tmCT8COMsUEd5DMSFg/0iAOPCBTNAQ==
1420+
14031421
"@kwsites/file-exists@^1.1.1":
14041422
version "1.1.1"
14051423
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
@@ -1911,16 +1929,6 @@
19111929
dependencies:
19121930
"@types/node" "*"
19131931

1914-
"@types/graphql-upload@^8.0.0":
1915-
version "8.0.4"
1916-
resolved "https://registry.yarnpkg.com/@types/graphql-upload/-/graphql-upload-8.0.4.tgz#23a8ffb3d2fe6e0ee07e6f16ee9d9d5e995a2f4f"
1917-
integrity sha512-0TRyJD2o8vbkmJF8InppFcPVcXKk+Rvlg/xvpHBIndSJYpmDWfmtx/ZAtl4f3jR2vfarpTqYgj8MZuJssSoU7Q==
1918-
dependencies:
1919-
"@types/express" "*"
1920-
"@types/fs-capacitor" "*"
1921-
"@types/koa" "*"
1922-
graphql "^15.3.0"
1923-
19241932
19251933
version "14.5.0"
19261934
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.5.0.tgz#a545fb3bc8013a3547cf2f07f5e13a33642b75d6"
@@ -2505,21 +2513,21 @@ anymatch@^3.0.3, anymatch@~3.1.1:
25052513
normalize-path "^3.0.0"
25062514
picomatch "^2.0.4"
25072515

2508-
apollo-cache-control@^0.11.4:
2509-
version "0.11.4"
2510-
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.11.4.tgz#06d57d728e6f928e03b9cc3b993f6102f305c32e"
2511-
integrity sha512-FUKE8ASr8GxVq5rmky/tY8bsf++cleGT591lfLiqnPsP1fo3kAfgRfWA2QRHTCKFNlQxzUhVOEDv+PaysqiOjw==
2516+
apollo-cache-control@^0.12.0:
2517+
version "0.12.0"
2518+
resolved "https://registry.yarnpkg.com/apollo-cache-control/-/apollo-cache-control-0.12.0.tgz#45aea0a232d0704e33c2b1a3c428a5500b29818c"
2519+
integrity sha512-kClF5rfAm159Nboul1LxA+l58Tjz0M8L1GUknEMpZt0UHhILLAn3BfcG3ToX4TbNoR9M57kKMUcbPWLdy3Up7w==
25122520
dependencies:
2513-
apollo-server-env "^2.4.5"
2514-
apollo-server-plugin-base "^0.10.2"
2521+
apollo-server-env "^3.0.0"
2522+
apollo-server-plugin-base "^0.11.0"
25152523

2516-
apollo-datasource@^0.7.2:
2517-
version "0.7.2"
2518-
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.7.2.tgz#1662ee93453a9b89af6f73ce561bde46b41ebf31"
2519-
integrity sha512-ibnW+s4BMp4K2AgzLEtvzkjg7dJgCaw9M5b5N0YKNmeRZRnl/I/qBTQae648FsRKgMwTbRQIvBhQ0URUFAqFOw==
2524+
apollo-datasource@^0.8.0:
2525+
version "0.8.0"
2526+
resolved "https://registry.yarnpkg.com/apollo-datasource/-/apollo-datasource-0.8.0.tgz#8cf9103e83558bd30b3b522cb8ec80725c3160ce"
2527+
integrity sha512-gXgsGVLuejLc138z/2jUjPAzadDQxWbcLJyBgaQsg5BaXJNkv5uW/NjiSPk00cK51hyZrb0Xx8a+L+wPk2qIBA==
25202528
dependencies:
2521-
apollo-server-caching "^0.5.2"
2522-
apollo-server-env "^2.4.5"
2529+
apollo-server-caching "^0.6.0"
2530+
apollo-server-env "^3.0.0"
25232531

25242532
apollo-env@^0.6.5:
25252533
version "0.6.5"
@@ -2549,100 +2557,100 @@ apollo-link@^1.2.14:
25492557
tslib "^1.9.3"
25502558
zen-observable-ts "^0.8.21"
25512559

2552-
apollo-reporting-protobuf@^0.6.1:
2553-
version "0.6.1"
2554-
resolved "https://registry.yarnpkg.com/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.1.tgz#09294e5f5f6b2285eb94b40621ed42113eaabea3"
2555-
integrity sha512-qr4DheFP154PGZsd93SSIS9RkqHnR5b6vT+eCloWjy3UIpY+yZ3cVLlttlIjYvOG4xTJ25XEwcHiAExatQo/7g==
2560+
apollo-reporting-protobuf@^0.6.2:
2561+
version "0.6.2"
2562+
resolved "https://registry.yarnpkg.com/apollo-reporting-protobuf/-/apollo-reporting-protobuf-0.6.2.tgz#5572866be9b77f133916532b10e15fbaa4158304"
2563+
integrity sha512-WJTJxLM+MRHNUxt1RTl4zD0HrLdH44F2mDzMweBj1yHL0kSt8I1WwoiF/wiGVSpnG48LZrBegCaOJeuVbJTbtw==
25562564
dependencies:
25572565
"@apollo/protobufjs" "^1.0.3"
25582566

2559-
apollo-server-caching@^0.5.2:
2560-
version "0.5.2"
2561-
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.5.2.tgz#bef5d5e0d48473a454927a66b7bb947a0b6eb13e"
2562-
integrity sha512-HUcP3TlgRsuGgeTOn8QMbkdx0hLPXyEJehZIPrcof0ATz7j7aTPA4at7gaiFHCo8gk07DaWYGB3PFgjboXRcWQ==
2567+
apollo-server-caching@^0.6.0:
2568+
version "0.6.0"
2569+
resolved "https://registry.yarnpkg.com/apollo-server-caching/-/apollo-server-caching-0.6.0.tgz#3140a023ce0be8c43ba0b2f5be9cc5d15d1a32f6"
2570+
integrity sha512-SfjKaccrhRzUQ8TAke9FrYppp4pZV3Rp8KCs+4Ox3kGtbco68acRPJkiYYtSVc4idR8XNAUOOVfAEZVNHdZQKQ==
25632571
dependencies:
2564-
lru-cache "^5.0.0"
2572+
lru-cache "^6.0.0"
25652573

2566-
apollo-server-core@^2.18.1:
2567-
version "2.19.0"
2568-
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.19.0.tgz#ff14e788f228c2d6739478a68cf93f46a16e5bfa"
2569-
integrity sha512-2aMKUVPyNbomJQaG2tkpfqvp1Tfgxgkdr7nX5zHudYNSzsPrHw+CcYlCbIVFFI/mTZsjoK9czNq1qerFRxZbJw==
2574+
apollo-server-core@^2.23.0:
2575+
version "2.23.0"
2576+
resolved "https://registry.yarnpkg.com/apollo-server-core/-/apollo-server-core-2.23.0.tgz#65ac55a293205efa63eadbf09d30704d6a5974d3"
2577+
integrity sha512-3/a4LPgRADc8CdT/nRh7W0CAqQv3Q4DJvakWQgKqGSqDEb/0u4IBynYjlQKuPBi4wwKdeK2Hb1wiQLl+zu4StQ==
25702578
dependencies:
25712579
"@apollographql/apollo-tools" "^0.4.3"
2572-
"@apollographql/graphql-playground-html" "1.6.26"
2573-
"@types/graphql-upload" "^8.0.0"
2580+
"@apollographql/graphql-playground-html" "1.6.27"
2581+
"@apollographql/graphql-upload-8-fork" "^8.1.3"
2582+
"@josephg/resolvable" "^1.0.0"
25742583
"@types/ws" "^7.0.0"
2575-
apollo-cache-control "^0.11.4"
2576-
apollo-datasource "^0.7.2"
2584+
apollo-cache-control "^0.12.0"
2585+
apollo-datasource "^0.8.0"
25772586
apollo-graphql "^0.6.0"
2578-
apollo-reporting-protobuf "^0.6.1"
2579-
apollo-server-caching "^0.5.2"
2580-
apollo-server-env "^2.4.5"
2581-
apollo-server-errors "^2.4.2"
2582-
apollo-server-plugin-base "^0.10.2"
2583-
apollo-server-types "^0.6.1"
2584-
apollo-tracing "^0.12.0"
2587+
apollo-reporting-protobuf "^0.6.2"
2588+
apollo-server-caching "^0.6.0"
2589+
apollo-server-env "^3.0.0"
2590+
apollo-server-errors "^2.5.0"
2591+
apollo-server-plugin-base "^0.11.0"
2592+
apollo-server-types "^0.7.0"
2593+
apollo-tracing "^0.13.0"
25852594
async-retry "^1.2.1"
25862595
fast-json-stable-stringify "^2.0.0"
2587-
graphql-extensions "^0.12.6"
2588-
graphql-tag "^2.9.2"
2589-
graphql-tools "^4.0.0"
2590-
graphql-upload "^8.0.2"
2596+
graphql-extensions "^0.13.0"
2597+
graphql-tag "^2.11.0"
2598+
graphql-tools "^4.0.8"
25912599
loglevel "^1.6.7"
2592-
lru-cache "^5.0.0"
2600+
lru-cache "^6.0.0"
25932601
sha.js "^2.4.11"
25942602
subscriptions-transport-ws "^0.9.11"
25952603
uuid "^8.0.0"
25962604
ws "^6.0.0"
25972605

2598-
apollo-server-env@^2.4.5:
2599-
version "2.4.5"
2600-
resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-2.4.5.tgz#73730b4f0439094a2272a9d0caa4079d4b661d5f"
2601-
integrity sha512-nfNhmGPzbq3xCEWT8eRpoHXIPNcNy3QcEoBlzVMjeglrBGryLG2LXwBSPnVmTRRrzUYugX0ULBtgE3rBFNoUgA==
2606+
apollo-server-env@^3.0.0:
2607+
version "3.0.0"
2608+
resolved "https://registry.yarnpkg.com/apollo-server-env/-/apollo-server-env-3.0.0.tgz#0157c51f52b63aee39af190760acf789ffc744d9"
2609+
integrity sha512-tPSN+VttnPsoQAl/SBVUpGbLA97MXG990XIwq6YUnJyAixrrsjW1xYG7RlaOqetxm80y5mBZKLrRDiiSsW/vog==
26022610
dependencies:
26032611
node-fetch "^2.1.2"
26042612
util.promisify "^1.0.0"
26052613

2606-
apollo-server-errors@^2.4.2:
2607-
version "2.4.2"
2608-
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.4.2.tgz#1128738a1d14da989f58420896d70524784eabe5"
2609-
integrity sha512-FeGxW3Batn6sUtX3OVVUm7o56EgjxDlmgpTLNyWcLb0j6P8mw9oLNyAm3B+deHA4KNdNHO5BmHS2g1SJYjqPCQ==
2614+
apollo-server-errors@^2.5.0:
2615+
version "2.5.0"
2616+
resolved "https://registry.yarnpkg.com/apollo-server-errors/-/apollo-server-errors-2.5.0.tgz#5d1024117c7496a2979e3e34908b5685fe112b68"
2617+
integrity sha512-lO5oTjgiC3vlVg2RKr3RiXIIQ5pGXBFxYGGUkKDhTud3jMIhs+gel8L8zsEjKaKxkjHhCQAA/bcEfYiKkGQIvA==
26102618

2611-
apollo-server-lambda@2.18.1:
2612-
version "2.18.1"
2613-
resolved "https://registry.yarnpkg.com/apollo-server-lambda/-/apollo-server-lambda-2.18.1.tgz#a2ec458b7c9e32c400b1c082d7d42c798ccb7b03"
2614-
integrity sha512-BUp575gJ8Nb87IEflAZ2NIPYJTaaXYjDB5WDn84IR9uYgxj6k39q+1/5HdVGYjur60JluK2ld/7HCzTVarvR6w==
2619+
apollo-server-lambda@2.23.0:
2620+
version "2.23.0"
2621+
resolved "https://registry.yarnpkg.com/apollo-server-lambda/-/apollo-server-lambda-2.23.0.tgz#7331a1fa5fea6191cc7dae7ff951591a59b757f7"
2622+
integrity sha512-6Ov/q7jO0t6XUjpvHi5rwGFwiOZsviEdfsC+KC9hFIch8Na0dq2nUpFhMD4FBiTZVtlKEKrKCJx4hJ9qv7DYYA==
26152623
dependencies:
2616-
"@apollographql/graphql-playground-html" "1.6.26"
2624+
"@apollographql/graphql-playground-html" "1.6.27"
26172625
"@types/aws-lambda" "^8.10.31"
2618-
apollo-server-core "^2.18.1"
2619-
apollo-server-env "^2.4.5"
2620-
apollo-server-types "^0.6.0"
2621-
graphql-tools "^4.0.0"
2626+
apollo-server-core "^2.23.0"
2627+
apollo-server-env "^3.0.0"
2628+
apollo-server-types "^0.7.0"
2629+
graphql-tools "^4.0.8"
26222630

2623-
apollo-server-plugin-base@^0.10.2:
2624-
version "0.10.2"
2625-
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.10.2.tgz#185aea98ba22afe275fb01659070edeb480a89a7"
2626-
integrity sha512-uM5uL1lOxbXdgvt/aEIbgs40fV9xA45Y3Mmh0VtQ/ddqq0MXR5aG92nnf8rM+URarBCUfxKJKaYzJJ/CXAnEdA==
2631+
apollo-server-plugin-base@^0.11.0:
2632+
version "0.11.0"
2633+
resolved "https://registry.yarnpkg.com/apollo-server-plugin-base/-/apollo-server-plugin-base-0.11.0.tgz#6ceeb4d5f643ed739fd00e8b26d9981186c200d0"
2634+
integrity sha512-Du68x0XCyQ6EWlgoL9Z+1s8fJfXgY131QbKP7ao617StQPzwB0aGCwxBDfcMt1A75VXf4TkvV1rdUH5YeJFlhQ==
26272635
dependencies:
2628-
apollo-server-types "^0.6.1"
2636+
apollo-server-types "^0.7.0"
26292637

2630-
apollo-server-types@^0.6.0, apollo-server-types@^0.6.1:
2631-
version "0.6.1"
2632-
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.6.1.tgz#61486980b44cacee2cb4939f0b369a0eb661a098"
2633-
integrity sha512-IEQ37aYvMLiTUzsySVLOSuvvhxuyYdhI05f3cnH6u2aN1HgGp7vX6bg+U3Ue8wbHfdcifcGIk5UEU+Q+QO6InA==
2638+
apollo-server-types@^0.7.0:
2639+
version "0.7.0"
2640+
resolved "https://registry.yarnpkg.com/apollo-server-types/-/apollo-server-types-0.7.0.tgz#a9b62974ada5da5edb6157a41d8ddb993b57203a"
2641+
integrity sha512-pJ6ri2N4xJ+e2PUUPHeCNpMDzHUagJyn0DDZGQmXDz6aoMlSd4B2KUvK81hHyHkw3wHk9clgcpfM9hKqbfZweA==
26342642
dependencies:
2635-
apollo-reporting-protobuf "^0.6.1"
2636-
apollo-server-caching "^0.5.2"
2637-
apollo-server-env "^2.4.5"
2643+
apollo-reporting-protobuf "^0.6.2"
2644+
apollo-server-caching "^0.6.0"
2645+
apollo-server-env "^3.0.0"
26382646

2639-
apollo-tracing@^0.12.0:
2640-
version "0.12.0"
2641-
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.12.0.tgz#26250d7789c28aa89d63226eb674706dd69a568a"
2642-
integrity sha512-cMUYGE6mOEwb9HDqhf4fiPEo2JMhjPIqEprAQEC57El76avRpRig5NM0bnqMZcYJZR5QmLlNcttNccOwf9WrNg==
2647+
apollo-tracing@^0.13.0:
2648+
version "0.13.0"
2649+
resolved "https://registry.yarnpkg.com/apollo-tracing/-/apollo-tracing-0.13.0.tgz#8621b1ae351f862bb48b6de7a85696288977d148"
2650+
integrity sha512-28z4T+XfLQ6t696usU0nTFDxVN8BfF3o74d2p/zsT4eu1OuoyoDOEmVJqdInmVRpyTJK0tDEOjkIuDJJHZftog==
26432651
dependencies:
2644-
apollo-server-env "^2.4.5"
2645-
apollo-server-plugin-base "^0.10.2"
2652+
apollo-server-env "^3.0.0"
2653+
apollo-server-plugin-base "^0.11.0"
26462654

26472655
apollo-utilities@^1.0.1, apollo-utilities@^1.3.0:
26482656
version "1.3.4"
@@ -5768,14 +5776,14 @@ graphql-config@^3.0.2:
57685776
string-env-interpolation "1.0.1"
57695777
tslib "^2.0.0"
57705778

5771-
graphql-extensions@^0.12.6:
5772-
version "0.12.6"
5773-
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.12.6.tgz#c66be43035662a8cfb0b8efe9df96595338bd13c"
5774-
integrity sha512-EUNw+OIRXYTPxToSoJjhJvS5aGa94KkdkZnL1I9DCZT64/+rzQNeLeGj+goj2RYuYvoQe1Bmcx0CNZ1GqwBhng==
5779+
graphql-extensions@^0.13.0:
5780+
version "0.13.0"
5781+
resolved "https://registry.yarnpkg.com/graphql-extensions/-/graphql-extensions-0.13.0.tgz#34d7f9c1bf49d09c4f1fa8b5d33e6c961a1889fb"
5782+
integrity sha512-Bb7E97nvfX4gtrIdZ/i5YFlqOd6MGzrw8ED+t4wQVraYje6NQ+8P8MHMOV2WZLfbW8zsNTx8NdnnlbsdH5siag==
57755783
dependencies:
57765784
"@apollographql/apollo-tools" "^0.4.3"
5777-
apollo-server-env "^2.4.5"
5778-
apollo-server-types "^0.6.1"
5785+
apollo-server-env "^3.0.0"
5786+
apollo-server-types "^0.7.0"
57795787

57805788
graphql-request@^3.2.0:
57815789
version "3.3.0"
@@ -5798,12 +5806,12 @@ [email protected]:
57985806
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.3.tgz#ea1baba5eb8fc6339e4c4cf049dabe522b0edf03"
57995807
integrity sha512-4FOv3ZKfA4WdOKJeHdz6B3F/vxBLSgmBcGeAFPf4n1F64ltJUvOOerNj0rsJxONQGdhUMynQIvd6LzB+1J5oKA==
58005808

5801-
graphql-tag@^2.9.2:
5809+
graphql-tag@^2.11.0:
58025810
version "2.11.0"
58035811
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.11.0.tgz#1deb53a01c46a7eb401d6cb59dec86fa1cccbffd"
58045812
integrity sha512-VmsD5pJqWJnQZMUeRwrDhfgoyqcfwEkvtpANqcoUG8/tOLkwNgU9mzub/Mc78OJMhHjx7gfAMTxzdG43VGg3bA==
58055813

5806-
graphql-tools@^4.0.0:
5814+
graphql-tools@^4.0.8:
58075815
version "4.0.8"
58085816
resolved "https://registry.yarnpkg.com/graphql-tools/-/graphql-tools-4.0.8.tgz#e7fb9f0d43408fb0878ba66b522ce871bafe9d30"
58095817
integrity sha512-MW+ioleBrwhRjalKjYaLQbr+920pHBgy9vM/n47sswtns8+96sRn5M/G+J1eu7IMeKWiN/9p6tmwCHU7552VJg==
@@ -5814,17 +5822,7 @@ graphql-tools@^4.0.0:
58145822
iterall "^1.1.3"
58155823
uuid "^3.1.0"
58165824

5817-
graphql-upload@^8.0.2:
5818-
version "8.1.0"
5819-
resolved "https://registry.yarnpkg.com/graphql-upload/-/graphql-upload-8.1.0.tgz#6d0ab662db5677a68bfb1f2c870ab2544c14939a"
5820-
integrity sha512-U2OiDI5VxYmzRKw0Z2dmfk0zkqMRaecH9Smh1U277gVgVe9Qn+18xqf4skwr4YJszGIh7iQDZ57+5ygOK9sM/Q==
5821-
dependencies:
5822-
busboy "^0.3.1"
5823-
fs-capacitor "^2.0.4"
5824-
http-errors "^1.7.3"
5825-
object-path "^0.11.4"
5826-
5827-
graphql@*, graphql@^15.3.0:
5825+
graphql@*:
58285826
version "15.4.0"
58295827
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347"
58305828
integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==
@@ -7753,13 +7751,20 @@ lowercase-keys@^2.0.0:
77537751
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
77547752
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
77557753

7756-
lru-cache@^5.0.0, lru-cache@^5.1.1:
7754+
lru-cache@^5.1.1:
77577755
version "5.1.1"
77587756
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
77597757
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
77607758
dependencies:
77617759
yallist "^3.0.2"
77627760

7761+
lru-cache@^6.0.0:
7762+
version "6.0.0"
7763+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
7764+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
7765+
dependencies:
7766+
yallist "^4.0.0"
7767+
77637768
77647769
version "0.1.0"
77657770
resolved "https://registry.yarnpkg.com/lru-queue/-/lru-queue-0.1.0.tgz#2738bd9f0d3cf4f84490c5736c48699ac632cda3"
@@ -11548,7 +11553,7 @@ xmlhttprequest-ssl@~1.5.4:
1154811553
resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e"
1154911554
integrity sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=
1155011555

11551-
xss@^1.0.6:
11556+
xss@^1.0.8:
1155211557
version "1.0.8"
1155311558
resolved "https://registry.yarnpkg.com/xss/-/xss-1.0.8.tgz#32feb87feb74b3dcd3d404b7a68ababf10700535"
1155411559
integrity sha512-3MgPdaXV8rfQ/pNn16Eio6VXYPTkqwa0vc7GkiymmY/DqR1SE/7VPAAVZz1GJsJFrllMYO3RHfEaiUGjab6TNw==
@@ -11585,6 +11590,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
1158511590
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
1158611591
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
1158711592

11593+
yallist@^4.0.0:
11594+
version "4.0.0"
11595+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
11596+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
11597+
1158811598
[email protected], yaml-ast-parser@^0.0.43:
1158911599
version "0.0.43"
1159011600
resolved "https://registry.yarnpkg.com/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz#e8a23e6fb4c38076ab92995c5dca33f3d3d7c9bb"

0 commit comments

Comments
 (0)