diff --git a/package.json b/package.json index 3a3a7fa7e9..17249c38aa 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "overrides.ip": "There is no update with fix for ip package, we use fork https://github.com/indutny/node-ip/issues/150#issuecomment-2325961380", "overrides.miniflare": "To address CVE: https://github.com/graphql-hive/console/security/dependabot/245", "overrides.tar-fs": "https://github.com/graphql-hive/console/security/dependabot/290", + "overrides.@whatwg-node/fetch": "@graphql-eslint/eslint-plugin and @theguild/editor overrides to address CVE", "overrides": { "esbuild": "0.25.0", "csstype": "3.1.2", @@ -117,7 +118,8 @@ "cookie@<0.7.0": "0.7.2", "tar-fs": "2.1.2", "ip": "npm:neoip@2.1.0", - "miniflare@3>undici": "5.28.5" + "miniflare@3>undici": "5.28.5", + "@whatwg-node/fetch": "0.10.6" }, "patchedDependencies": { "mjml-core@4.14.0": "patches/mjml-core@4.14.0.patch", diff --git a/packages/libraries/core/package.json b/packages/libraries/core/package.json index e90204cdec..c3951cfd04 100644 --- a/packages/libraries/core/package.json +++ b/packages/libraries/core/package.json @@ -46,7 +46,7 @@ }, "dependencies": { "@graphql-tools/utils": "^10.0.0", - "@whatwg-node/fetch": "^0.10.5", + "@whatwg-node/fetch": "^0.10.6", "async-retry": "^1.3.3", "lodash.sortby": "^4.7.0", "tiny-lru": "^8.0.2" diff --git a/packages/libraries/yoga/package.json b/packages/libraries/yoga/package.json index 8f8e97023b..decaac42ff 100644 --- a/packages/libraries/yoga/package.json +++ b/packages/libraries/yoga/package.json @@ -56,7 +56,7 @@ "@graphql-yoga/plugin-disable-introspection": "2.7.0", "@graphql-yoga/plugin-graphql-sse": "3.7.0", "@graphql-yoga/plugin-response-cache": "3.9.0", - "@whatwg-node/fetch": "0.10.5", + "@whatwg-node/fetch": "0.10.6", "graphql-ws": "5.16.1", "graphql-yoga": "5.13.3", "nock": "14.0.0", diff --git a/packages/migrations/package.json b/packages/migrations/package.json index acd366220a..3ea87b2be6 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -21,7 +21,7 @@ "@types/bcryptjs": "2.4.6", "@types/node": "22.10.5", "@types/pg": "8.11.10", - "@whatwg-node/fetch": "0.10.5", + "@whatwg-node/fetch": "0.10.6", "bcryptjs": "2.4.3", "copyfiles": "2.4.1", "date-fns": "4.1.0", diff --git a/packages/services/broker-worker/package.json b/packages/services/broker-worker/package.json index 67c2a2958c..0ec2d4fa45 100644 --- a/packages/services/broker-worker/package.json +++ b/packages/services/broker-worker/package.json @@ -10,7 +10,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241230.0", "@types/service-worker-mock": "2.0.4", - "@whatwg-node/server": "0.10.3", + "@whatwg-node/server": "0.10.5", "esbuild": "0.25.0", "itty-router": "4.2.2", "toucan-js": "4.1.0", diff --git a/packages/services/cdn-worker/package.json b/packages/services/cdn-worker/package.json index 27d8fa298b..aca7da10c3 100644 --- a/packages/services/cdn-worker/package.json +++ b/packages/services/cdn-worker/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@cloudflare/workers-types": "4.20241230.0", "@types/service-worker-mock": "2.0.4", - "@whatwg-node/server": "0.10.3", + "@whatwg-node/server": "0.10.5", "bcryptjs": "2.4.3", "dotenv": "16.4.7", "esbuild": "0.25.0", diff --git a/packages/services/external-composition/federation-2/package.json b/packages/services/external-composition/federation-2/package.json index ac40be2aca..9f4147227a 100644 --- a/packages/services/external-composition/federation-2/package.json +++ b/packages/services/external-composition/federation-2/package.json @@ -11,7 +11,7 @@ "@apollo/composition": "2.9.3", "@apollo/federation-internals": "2.9.3", "@graphql-hive/external-composition": "workspace:*", - "@whatwg-node/server": "0.10.3", + "@whatwg-node/server": "0.10.5", "dotenv": "16.4.7", "graphql": "16.9.0", "lru-cache": "^7.17.0", diff --git a/packages/services/server/package.json b/packages/services/server/package.json index 90fb6ff6c0..183895cb5d 100644 --- a/packages/services/server/package.json +++ b/packages/services/server/package.json @@ -35,7 +35,7 @@ "@swc/core": "1.10.6", "@trpc/client": "10.45.2", "@trpc/server": "10.45.2", - "@whatwg-node/server": "0.10.3", + "@whatwg-node/server": "0.10.5", "dotenv": "16.4.7", "fastify": "4.29.0", "got": "14.4.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 629eaf6d14..dc1edab8cd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,6 +15,7 @@ overrides: tar-fs: 2.1.2 ip: npm:neoip@2.1.0 miniflare@3>undici: 5.28.5 + '@whatwg-node/fetch': 0.10.6 patchedDependencies: '@apollo/federation@0.38.1': @@ -492,8 +493,8 @@ importers: specifier: ^10.0.0 version: 10.5.6(graphql@16.9.0) '@whatwg-node/fetch': - specifier: ^0.10.5 - version: 0.10.5 + specifier: 0.10.6 + version: 0.10.6 async-retry: specifier: ^1.3.3 version: 1.3.3 @@ -590,8 +591,8 @@ importers: specifier: 3.9.0 version: 3.9.0(@envelop/core@5.2.3)(graphql-yoga@5.13.3(graphql@16.9.0))(graphql@16.9.0) '@whatwg-node/fetch': - specifier: 0.10.5 - version: 0.10.5 + specifier: 0.10.6 + version: 0.10.6 graphql-ws: specifier: 5.16.1 version: 5.16.1(graphql@16.9.0) @@ -627,8 +628,8 @@ importers: specifier: 8.11.10 version: 8.11.10 '@whatwg-node/fetch': - specifier: 0.10.5 - version: 0.10.5 + specifier: 0.10.6 + version: 0.10.6 bcryptjs: specifier: 2.4.3 version: 2.4.3 @@ -877,8 +878,8 @@ importers: specifier: 2.0.4 version: 2.0.4 '@whatwg-node/server': - specifier: 0.10.3 - version: 0.10.3 + specifier: 0.10.5 + version: 0.10.5 esbuild: specifier: 0.25.0 version: 0.25.0 @@ -910,8 +911,8 @@ importers: specifier: 2.0.4 version: 2.0.4 '@whatwg-node/server': - specifier: 0.10.3 - version: 0.10.3 + specifier: 0.10.5 + version: 0.10.5 bcryptjs: specifier: 2.4.3 version: 2.4.3 @@ -1070,8 +1071,8 @@ importers: specifier: workspace:* version: link:../../../libraries/external-composition/dist '@whatwg-node/server': - specifier: 0.10.3 - version: 0.10.3 + specifier: 0.10.5 + version: 0.10.5 dotenv: specifier: 16.4.7 version: 16.4.7 @@ -1280,8 +1281,8 @@ importers: specifier: 10.45.2 version: 10.45.2 '@whatwg-node/server': - specifier: 0.10.3 - version: 0.10.3 + specifier: 0.10.5 + version: 0.10.5 dotenv: specifier: 16.4.7 version: 16.4.7 @@ -3522,6 +3523,9 @@ packages: resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} engines: {node: '>=14'} + '@fastify/busboy@3.1.1': + resolution: {integrity: sha512-5DGmA8FTdB2XbDeEwc/5ZXBl6UbBAyBOOLlPuBnZ/N1SwdH9Ii+cOX3tBROlDgcTXxjOYnLMVoKk9+FXAw0CJw==} + '@fastify/cors@9.0.1': resolution: {integrity: sha512-YY9Ho3ovI+QHIL2hW+9X4XqQjXLjJqsU+sMV/xFsxZkE8p3GNnYVFpoOxF7SsP5ZL76gwvbo3V9L+FIekBGU4Q==} @@ -3551,6 +3555,7 @@ packages: '@fastify/vite@6.0.7': resolution: {integrity: sha512-+dRo9KUkvmbqdmBskG02SwigWl06Mwkw8SBDK1zTNH6vd4DyXbRvI7RmJEmBkLouSU81KTzy1+OzwHSffqSD6w==} + bundledDependencies: [] '@floating-ui/core@1.2.6': resolution: {integrity: sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg==} @@ -4507,9 +4512,6 @@ packages: '@julr/utils@1.7.0': resolution: {integrity: sha512-9L0slidilvgiD46oqWhXE/KG20dkSEuxBFE6eH+w5BPWoMug9gQSFDZuijFmYcjlW+3vjjALCJZzXtOgHfZpjg==} - '@kamilkisiela/fast-url-parser@1.1.4': - resolution: {integrity: sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==} - '@lbrlabs/pulumi-grafana@0.1.0': resolution: {integrity: sha512-REc/LQOy17O9jbZnBNm4tLjLJKxOfLaWPIB2CFiAtM1VzwU3FzZQFs0K+XGkuZwWdB+tl2/VHdHv+FqsUrit2w==} @@ -5577,17 +5579,6 @@ packages: resolution: {integrity: sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==} engines: {node: '>= 10.0.0'} - '@peculiar/asn1-schema@2.3.0': - resolution: {integrity: sha512-DtNLAG4vmDrdSJFPe7rypkcj597chNQL7u+2dBtYo5mh7VW2+im6ke+O0NVr8W1f4re4C3F71LhoMb0Yxqa48Q==} - - '@peculiar/json-schema@1.1.12': - resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==} - engines: {node: '>=8.0.0'} - - '@peculiar/webcrypto@1.4.0': - resolution: {integrity: sha512-U58N44b2m3OuTgpmKgf0LPDOmP3bhwNz01vAnj1mBwxBASRhptWYK+M3zG+HBkDqGQM+bFsoIihTW8MdmPXEqg==} - engines: {node: '>=10.12.0'} - '@pkgjs/parseargs@0.11.0': resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} @@ -8145,33 +8136,16 @@ packages: resolution: {integrity: sha512-LOtTn+JgJvX8WfBVJtF08TGrdjuFzGJc4mkP8EdDI8ADbvO7kiexYep1o8dwnt0okb0jYclCDXF13xU7Ge4zSw==} engines: {node: '>=18.0.0'} - '@whatwg-node/events@0.0.3': - resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==} - '@whatwg-node/events@0.1.1': resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==} engines: {node: '>=16.0.0'} - '@whatwg-node/fetch@0.10.5': - resolution: {integrity: sha512-+yFJU3hmXPAHJULwx0VzCIsvr/H0lvbPvbOH3areOH3NAuCxCwaJsQ8w6/MwwMcvEWIynSsmAxoyaH04KeosPg==} - engines: {node: '>=18.0.0'} - - '@whatwg-node/fetch@0.8.8': - resolution: {integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==} - - '@whatwg-node/fetch@0.9.22': - resolution: {integrity: sha512-+RIBffgoaRlWV9cKV6wAX71sbeoU2APOI3G13ZRMkabYHwkvDMeZDTyxJcsMXA5CpieJ7NFXF9Xyu72jwvdzqA==} - engines: {node: '>=18.0.0'} - - '@whatwg-node/node-fetch@0.3.6': - resolution: {integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==} - - '@whatwg-node/node-fetch@0.5.27': - resolution: {integrity: sha512-0OaMj5W4fzWimRSFq07qFiWfquaUMNB+695GwE76LYKVuah+jwCdzSgsIOtwPkiyJ35w0XGhXmJPiIJCdLwopg==} + '@whatwg-node/fetch@0.10.6': + resolution: {integrity: sha512-6uzhO2aQ757p3bSHcemA8C4pqEXuyBqyGAM7cYpO0c6/igRMV9As9XL0W12h5EPYMclgr7FgjmbVQBoWEdJ/yA==} engines: {node: '>=18.0.0'} - '@whatwg-node/node-fetch@0.7.17': - resolution: {integrity: sha512-Ni8A2H/r6brNf4u8Y7ATxmWUD0xltsQ6a4NnjWSbw4PgaT34CbY+u4QtVsFj9pTC3dBKJADKjac3AieAig+PZA==} + '@whatwg-node/node-fetch@0.7.18': + resolution: {integrity: sha512-IxKdVWfZYasGiyxBcsROxq6FmDQu3MNNiOYJ/yqLKhe+Qq27IIWsK7ItbjS2M9L5aM5JxjWkIS7JDh7wnsn+CQ==} engines: {node: '>=18.0.0'} '@whatwg-node/promise-helpers@1.2.4': @@ -8182,10 +8156,18 @@ packages: resolution: {integrity: sha512-486CouizxHXucj8Ky153DDragfkMcHtVEToF5Pn/fInhUUSiCmt9Q4JVBa6UK5q4RammFBtGQ4C9qhGlXU9YbA==} engines: {node: '>=16.0.0'} + '@whatwg-node/promise-helpers@1.3.1': + resolution: {integrity: sha512-D+OwTEunoQhVHVToD80dPhfz9xgPLqJyEA3F5jCRM14A2u8tBBQVdZekqfqx6ZAfZ+POT4Hb0dn601UKMsvADw==} + engines: {node: '>=16.0.0'} + '@whatwg-node/server@0.10.3': resolution: {integrity: sha512-2Dnfey57vWR+hDUMjPhNzJQc9z116BBzSQwR9eD0vhnzYmN2rJXuY0QuMaHDCCqEZRmFHg2bo8iJ+/1uHOlxpg==} engines: {node: '>=18.0.0'} + '@whatwg-node/server@0.10.5': + resolution: {integrity: sha512-ydxzH1iox9AzLe+uaX9jjyVFkQO+h15j+JClropw0P4Vz+ES4+xTZVu5leUsWW8AYTVZBFkiC0iHl/PwFZ+Q1Q==} + engines: {node: '>=18.0.0'} + '@whatwg-node/server@0.9.65': resolution: {integrity: sha512-CnYTFEUJkbbAcuBXnXirVIgKBfs2YA6sSGjxeq07AUiyXuoQ0fbvTIQoteMglmn09QeGzcH/l0B7nIml83xvVw==} engines: {node: '>=18.0.0'} @@ -8409,10 +8391,6 @@ packages: asn1@0.2.6: resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} - asn1js@3.0.5: - resolution: {integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==} - engines: {node: '>=12.0.0'} - assert-options@0.8.2: resolution: {integrity: sha512-XaXoMxY0zuwAb0YuZjxIm8FeWvNq0aWNIbrzHhFjme8Smxw4JlPoyrAKQ6808k5UvQdhvnWqHZCphq5mXd4TDA==} engines: {node: '>=10.0.0'} @@ -10223,9 +10201,6 @@ packages: fast-uri@3.0.1: resolution: {integrity: sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==} - fast-url-parser@1.1.3: - resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} - fast-xml-parser@4.2.5: resolution: {integrity: sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==} hasBin: true @@ -13751,20 +13726,10 @@ packages: resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} engines: {node: '>=6'} - punycode@1.4.1: - resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} - punycode@2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} - pvtsutils@1.3.2: - resolution: {integrity: sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==} - - pvutils@1.1.3: - resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} - engines: {node: '>=6.0.0'} - qs@6.13.0: resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} engines: {node: '>=0.6'} @@ -15482,9 +15447,6 @@ packages: urlpattern-polyfill@10.0.0: resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} - urlpattern-polyfill@8.0.2: - resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} - urql@4.1.0: resolution: {integrity: sha512-NfbfTvxy1sM89EQAJWm89qJZihUWk7BSMfrWgfljFXLOf+e7RK7DtV/Tbg2+82HnCG2x3LcEOJenxiFSYEC+bw==} peerDependencies: @@ -15765,13 +15727,6 @@ packages: resolution: {integrity: sha512-kfqDxt5dTB1JhqsCUQVFDj0rmY+4HLwGQIsLPbyrsN9y9WV/1oFDSx3BQ4GfCv9X+jVeQ7rouTqwK53rA/7t8A==} engines: {node: '>=10.0.0'} - web-streams-polyfill@3.2.1: - resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} - engines: {node: '>= 8'} - - webcrypto-core@1.7.5: - resolution: {integrity: sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==} - webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -16428,8 +16383,8 @@ snapshots: dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sso-oidc': 3.596.0(@aws-sdk/client-sts@3.596.0) - '@aws-sdk/client-sts': 3.596.0 + '@aws-sdk/client-sso-oidc': 3.596.0 + '@aws-sdk/client-sts': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0) '@aws-sdk/core': 3.592.0 '@aws-sdk/credential-provider-node': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0)(@aws-sdk/client-sts@3.596.0) '@aws-sdk/middleware-host-header': 3.577.0 @@ -16536,11 +16491,11 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sso-oidc@3.596.0(@aws-sdk/client-sts@3.596.0)': + '@aws-sdk/client-sso-oidc@3.596.0': dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sts': 3.596.0 + '@aws-sdk/client-sts': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0) '@aws-sdk/core': 3.592.0 '@aws-sdk/credential-provider-node': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0)(@aws-sdk/client-sts@3.596.0) '@aws-sdk/middleware-host-header': 3.577.0 @@ -16579,7 +16534,6 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.8.1 transitivePeerDependencies: - - '@aws-sdk/client-sts' - aws-crt '@aws-sdk/client-sso-oidc@3.723.0(@aws-sdk/client-sts@3.723.0)': @@ -16713,11 +16667,11 @@ snapshots: transitivePeerDependencies: - aws-crt - '@aws-sdk/client-sts@3.596.0': + '@aws-sdk/client-sts@3.596.0(@aws-sdk/client-sso-oidc@3.596.0)': dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sso-oidc': 3.596.0(@aws-sdk/client-sts@3.596.0) + '@aws-sdk/client-sso-oidc': 3.596.0 '@aws-sdk/core': 3.592.0 '@aws-sdk/credential-provider-node': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0)(@aws-sdk/client-sts@3.596.0) '@aws-sdk/middleware-host-header': 3.577.0 @@ -16756,6 +16710,7 @@ snapshots: '@smithy/util-utf8': 3.0.0 tslib: 2.8.1 transitivePeerDependencies: + - '@aws-sdk/client-sso-oidc' - aws-crt '@aws-sdk/client-sts@3.723.0': @@ -16869,7 +16824,7 @@ snapshots: '@aws-sdk/credential-provider-ini@3.596.0(@aws-sdk/client-sso-oidc@3.596.0)(@aws-sdk/client-sts@3.596.0)': dependencies: - '@aws-sdk/client-sts': 3.596.0 + '@aws-sdk/client-sts': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0) '@aws-sdk/credential-provider-env': 3.587.0 '@aws-sdk/credential-provider-http': 3.596.0 '@aws-sdk/credential-provider-process': 3.587.0 @@ -16988,7 +16943,7 @@ snapshots: '@aws-sdk/credential-provider-web-identity@3.587.0(@aws-sdk/client-sts@3.596.0)': dependencies: - '@aws-sdk/client-sts': 3.596.0 + '@aws-sdk/client-sts': 3.596.0(@aws-sdk/client-sso-oidc@3.596.0) '@aws-sdk/types': 3.577.0 '@smithy/property-provider': 3.1.11 '@smithy/types': 3.7.2 @@ -17163,7 +17118,7 @@ snapshots: '@aws-sdk/token-providers@3.587.0(@aws-sdk/client-sso-oidc@3.596.0)': dependencies: - '@aws-sdk/client-sso-oidc': 3.596.0(@aws-sdk/client-sts@3.596.0) + '@aws-sdk/client-sso-oidc': 3.596.0 '@aws-sdk/types': 3.577.0 '@smithy/property-provider': 3.1.11 '@smithy/shared-ini-file-loader': 3.1.12 @@ -18076,7 +18031,7 @@ snapshots: '@envelop/instrumentation@1.0.0': dependencies: - '@whatwg-node/promise-helpers': 1.3.0 + '@whatwg-node/promise-helpers': 1.3.1 tslib: 2.8.1 '@envelop/on-resolve@4.1.0(@envelop/core@5.0.2)(graphql@16.9.0)': @@ -18097,7 +18052,7 @@ snapshots: dependencies: '@envelop/core': 5.2.3 '@graphql-tools/utils': 10.8.6(graphql@16.9.0) - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 fast-json-stable-stringify: 2.1.0 graphql: 16.9.0 lru-cache: 10.2.0 @@ -18107,7 +18062,7 @@ snapshots: dependencies: '@envelop/core': 5.2.3 '@graphql-tools/utils': 10.8.6(graphql@16.9.0) - '@whatwg-node/fetch': 0.10.5 + '@whatwg-node/fetch': 0.10.6 '@whatwg-node/promise-helpers': 1.3.0 fast-json-stable-stringify: 2.1.0 graphql: 16.9.0 @@ -18131,7 +18086,7 @@ snapshots: '@envelop/types@5.2.1': dependencies: - '@whatwg-node/promise-helpers': 1.3.0 + '@whatwg-node/promise-helpers': 1.3.1 tslib: 2.8.1 '@esbuild-plugins/node-globals-polyfill@0.2.3(esbuild@0.25.0)': @@ -18315,6 +18270,8 @@ snapshots: '@fastify/busboy@2.1.1': {} + '@fastify/busboy@3.1.1': {} + '@fastify/cors@9.0.1': dependencies: fastify-plugin: 4.5.1 @@ -18518,7 +18475,7 @@ snapshots: '@graphql-tools/prisma-loader': 8.0.1(@types/node@22.10.5)(encoding@0.1.13)(graphql@16.9.0) '@graphql-tools/url-loader': 8.0.0(@types/node@22.10.5)(encoding@0.1.13)(graphql@16.9.0) '@graphql-tools/utils': 10.8.6(graphql@16.9.0) - '@whatwg-node/fetch': 0.10.5 + '@whatwg-node/fetch': 0.10.6 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.7.3) debounce: 1.2.1 @@ -18980,7 +18937,7 @@ snapshots: dependencies: '@ardatan/sync-fetch': 0.0.1(encoding@0.1.13) '@graphql-tools/utils': 10.8.6(graphql@16.9.0) - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 graphql: 16.9.0 tslib: 2.8.1 transitivePeerDependencies: @@ -19013,7 +18970,7 @@ snapshots: '@graphql-tools/batch-execute@9.0.15(graphql@16.9.0)': dependencies: '@graphql-tools/utils': 10.8.6(graphql@16.9.0) - '@whatwg-node/promise-helpers': 1.3.0 + '@whatwg-node/promise-helpers': 1.3.1 dataloader: 2.2.3 graphql: 16.9.0 tslib: 2.8.1 @@ -19159,7 +19116,7 @@ snapshots: dependencies: '@graphql-tools/utils': 9.2.1(graphql@16.9.0) '@repeaterjs/repeater': 3.0.6 - '@whatwg-node/fetch': 0.8.8 + '@whatwg-node/fetch': 0.10.6 dset: 3.1.4 extract-files: 11.0.0 graphql: 16.9.0 @@ -19173,7 +19130,7 @@ snapshots: dependencies: '@graphql-tools/utils': 10.8.6(graphql@16.9.0) '@repeaterjs/repeater': 3.0.6 - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 dset: 3.1.4 extract-files: 11.0.0 graphql: 16.9.0 @@ -19265,7 +19222,7 @@ snapshots: '@graphql-tools/executor-http': 1.0.0(@types/node@22.10.5)(graphql@16.9.0) '@graphql-tools/graphql-tag-pluck': 8.2.0(graphql@16.9.0) '@graphql-tools/utils': 10.8.6(graphql@16.9.0) - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 graphql: 16.9.0 tslib: 2.8.1 value-or-promise: 1.0.12 @@ -19421,7 +19378,7 @@ snapshots: '@graphql-tools/utils': 10.8.6(graphql@16.9.0) '@types/js-yaml': 4.0.9 '@types/json-stable-stringify': 1.0.34 - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 chalk: 4.1.2 debug: 4.4.0(supports-color@8.1.1) dotenv: 16.4.7 @@ -19498,7 +19455,7 @@ snapshots: '@graphql-tools/utils': 9.2.1(graphql@16.9.0) '@graphql-tools/wrap': 9.4.2(graphql@16.9.0) '@types/ws': 8.5.3 - '@whatwg-node/fetch': 0.8.8 + '@whatwg-node/fetch': 0.10.6 graphql: 16.9.0 isomorphic-ws: 5.0.0(ws@8.18.0) tslib: 2.8.1 @@ -19520,7 +19477,7 @@ snapshots: '@graphql-tools/utils': 10.8.6(graphql@16.9.0) '@graphql-tools/wrap': 10.0.16(graphql@16.9.0) '@types/ws': 8.5.3 - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 graphql: 16.9.0 isomorphic-ws: 5.0.0(ws@8.18.0) tslib: 2.8.1 @@ -19944,8 +19901,6 @@ snapshots: '@lukeed/ms': 2.0.2 bytes: 3.1.2 - '@kamilkisiela/fast-url-parser@1.1.4': {} - '@lbrlabs/pulumi-grafana@0.1.0(ts-node@10.9.2(@swc/core@1.10.6(@swc/helpers@0.5.15))(@types/node@22.10.5)(typescript@5.7.3))(typescript@5.7.3)': dependencies: '@pulumi/pulumi': 3.145.0(ts-node@10.9.2(@swc/core@1.10.6(@swc/helpers@0.5.15))(@types/node@22.10.5)(typescript@5.7.3))(typescript@5.7.3) @@ -21418,24 +21373,6 @@ snapshots: '@parcel/watcher-win32-ia32': 2.5.0 '@parcel/watcher-win32-x64': 2.5.0 - '@peculiar/asn1-schema@2.3.0': - dependencies: - asn1js: 3.0.5 - pvtsutils: 1.3.2 - tslib: 2.8.1 - - '@peculiar/json-schema@1.1.12': - dependencies: - tslib: 2.8.1 - - '@peculiar/webcrypto@1.4.0': - dependencies: - '@peculiar/asn1-schema': 2.3.0 - '@peculiar/json-schema': 1.1.12 - pvtsutils: 1.3.2 - tslib: 2.8.1 - webcrypto-core: 1.7.5 - '@pkgjs/parseargs@0.11.0': optional: true @@ -24810,73 +24747,55 @@ snapshots: '@whatwg-node/disposablestack@0.0.6': dependencies: - '@whatwg-node/promise-helpers': 1.3.0 + '@whatwg-node/promise-helpers': 1.3.1 tslib: 2.8.1 - '@whatwg-node/events@0.0.3': {} - '@whatwg-node/events@0.1.1': {} - '@whatwg-node/fetch@0.10.5': + '@whatwg-node/fetch@0.10.6': dependencies: - '@whatwg-node/node-fetch': 0.7.17 + '@whatwg-node/node-fetch': 0.7.18 urlpattern-polyfill: 10.0.0 - '@whatwg-node/fetch@0.8.8': + '@whatwg-node/node-fetch@0.7.18': dependencies: - '@peculiar/webcrypto': 1.4.0 - '@whatwg-node/node-fetch': 0.3.6 - busboy: 1.6.0 - urlpattern-polyfill: 8.0.2 - web-streams-polyfill: 3.2.1 - - '@whatwg-node/fetch@0.9.22': - dependencies: - '@whatwg-node/node-fetch': 0.5.27 - urlpattern-polyfill: 10.0.0 - - '@whatwg-node/node-fetch@0.3.6': - dependencies: - '@whatwg-node/events': 0.0.3 - busboy: 1.6.0 - fast-querystring: 1.1.2 - fast-url-parser: 1.1.3 + '@fastify/busboy': 3.1.1 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/promise-helpers': 1.3.1 tslib: 2.8.1 - '@whatwg-node/node-fetch@0.5.27': + '@whatwg-node/promise-helpers@1.2.4': dependencies: - '@kamilkisiela/fast-url-parser': 1.1.4 - busboy: 1.6.0 - fast-querystring: 1.1.2 tslib: 2.8.1 - '@whatwg-node/node-fetch@0.7.17': + '@whatwg-node/promise-helpers@1.3.0': dependencies: - '@whatwg-node/disposablestack': 0.0.6 - '@whatwg-node/promise-helpers': 1.3.0 - busboy: 1.6.0 tslib: 2.8.1 - '@whatwg-node/promise-helpers@1.2.4': + '@whatwg-node/promise-helpers@1.3.1': dependencies: tslib: 2.8.1 - '@whatwg-node/promise-helpers@1.3.0': + '@whatwg-node/server@0.10.3': dependencies: + '@envelop/instrumentation': 1.0.0 + '@whatwg-node/disposablestack': 0.0.6 + '@whatwg-node/fetch': 0.10.6 + '@whatwg-node/promise-helpers': 1.3.0 tslib: 2.8.1 - '@whatwg-node/server@0.10.3': + '@whatwg-node/server@0.10.5': dependencies: '@envelop/instrumentation': 1.0.0 '@whatwg-node/disposablestack': 0.0.6 - '@whatwg-node/fetch': 0.10.5 - '@whatwg-node/promise-helpers': 1.3.0 + '@whatwg-node/fetch': 0.10.6 + '@whatwg-node/promise-helpers': 1.3.1 tslib: 2.8.1 '@whatwg-node/server@0.9.65': dependencies: '@whatwg-node/disposablestack': 0.0.5 - '@whatwg-node/fetch': 0.10.5 + '@whatwg-node/fetch': 0.10.6 tslib: 2.8.1 abbrev@1.1.1: {} @@ -25098,12 +25017,6 @@ snapshots: dependencies: safer-buffer: 2.1.2 - asn1js@3.0.5: - dependencies: - pvtsutils: 1.3.2 - pvutils: 1.1.3 - tslib: 2.8.1 - assert-options@0.8.2: {} assert-plus@1.0.0: {} @@ -27314,10 +27227,6 @@ snapshots: fast-uri@3.0.1: {} - fast-url-parser@1.1.3: - dependencies: - punycode: 1.4.1 - fast-xml-parser@4.2.5: dependencies: strnum: 1.0.5 @@ -28059,7 +27968,7 @@ snapshots: '@graphql-tools/utils': 10.8.6(graphql@16.9.0) '@graphql-yoga/logger': 1.0.0 '@graphql-yoga/subscription': 4.0.0 - '@whatwg-node/fetch': 0.9.22 + '@whatwg-node/fetch': 0.10.6 '@whatwg-node/server': 0.9.65 dset: 3.1.4 graphql: 16.9.0 @@ -28075,7 +27984,7 @@ snapshots: '@graphql-tools/utils': 10.8.6(graphql@16.9.0) '@graphql-yoga/logger': 2.0.1 '@graphql-yoga/subscription': 5.0.4 - '@whatwg-node/fetch': 0.10.5 + '@whatwg-node/fetch': 0.10.6 '@whatwg-node/promise-helpers': 1.3.0 '@whatwg-node/server': 0.10.3 dset: 3.1.4 @@ -31640,16 +31549,8 @@ snapshots: punycode.js@2.3.1: {} - punycode@1.4.1: {} - punycode@2.1.1: {} - pvtsutils@1.3.2: - dependencies: - tslib: 2.8.1 - - pvutils@1.1.3: {} - qs@6.13.0: dependencies: side-channel: 1.0.6 @@ -33685,8 +33586,6 @@ snapshots: urlpattern-polyfill@10.0.0: {} - urlpattern-polyfill@8.0.2: {} - urql@4.1.0(@urql/core@5.0.3(graphql@16.9.0))(react@18.3.1): dependencies: '@urql/core': 5.0.3(graphql@16.9.0) @@ -33958,16 +33857,6 @@ snapshots: transitivePeerDependencies: - encoding - web-streams-polyfill@3.2.1: {} - - webcrypto-core@1.7.5: - dependencies: - '@peculiar/asn1-schema': 2.3.0 - '@peculiar/json-schema': 1.1.12 - asn1js: 3.0.5 - pvtsutils: 1.3.2 - tslib: 2.8.1 - webidl-conversions@3.0.1: {} webidl-conversions@4.0.2: {}