diff --git a/examples/federation-subscriptions-passthrough/package-lock.json b/examples/federation-subscriptions-passthrough/package-lock.json index 5ceeae9f5..dce884d98 100644 --- a/examples/federation-subscriptions-passthrough/package-lock.json +++ b/examples/federation-subscriptions-passthrough/package-lock.json @@ -3581,12 +3581,12 @@ } }, "node_modules/@whatwg-node/fetch": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.10.2.tgz", - "integrity": "sha512-/m4syJ/tlM35ITWZGPM5TohGMqg7BQWTWkifjpZ8lD2MK7B6PgzOe6xv9sgE0kNezZHtyFrsGESArgP2nc06qg==", + "version": "0.10.3", + "resolved": "https://registry.npmjs.org/@whatwg-node/fetch/-/fetch-0.10.3.tgz", + "integrity": "sha512-jCTL/qYcIW2GihbBRHypQ/Us7saWMNZ5fsumsta+qPY0Pmi1ccba/KRQvgctmQsbP69FWemJSs8zVcFaNwdL0w==", "license": "MIT", "dependencies": { - "@whatwg-node/node-fetch": "^0.7.6", + "@whatwg-node/node-fetch": "^0.7.7", "urlpattern-polyfill": "^10.0.0" }, "engines": { @@ -3594,9 +3594,9 @@ } }, "node_modules/@whatwg-node/node-fetch": { - "version": "0.7.6", - "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.7.6.tgz", - "integrity": "sha512-89tHUr/mD/rc6JL3gVE7xq2f/vQ+lRY5i2RHKeh1K/brjpofXepuzGe4AL0TIFqy+O9yIesN/zb8te7mOR/4WA==", + "version": "0.7.7", + "resolved": "https://registry.npmjs.org/@whatwg-node/node-fetch/-/node-fetch-0.7.7.tgz", + "integrity": "sha512-BDbIMOenThOTFDBLh1WscgBNAxfDAdAdd9sMG8Ff83hYxApJVbqEct38bUAj+zn8bTsfBx/lyfnVOTyq5xUlvg==", "license": "MIT", "dependencies": { "@whatwg-node/disposablestack": "^0.0.5",