diff --git a/indexer/package-lock.json b/indexer/package-lock.json index 0d77bab..52e30df 100644 --- a/indexer/package-lock.json +++ b/indexer/package-lock.json @@ -22,6 +22,7 @@ "graphql": "^16.13.2", "graphql-depth-limit": "^1.1.0", "graphql-query-complexity": "^1.0.0", + "graphql-redis-subscriptions": "^2.6.0", "graphql-subscriptions": "^3.0.0", "graphql-ws": "^6.0.7", "ioredis": "^5.3.2", @@ -32,7 +33,7 @@ "devDependencies": { "@types/graphql-depth-limit": "^1.1.3", "@types/jest": "^29.5.12", - "@types/node": "^20.14.0", + "@types/node": "^26.2.0", "@types/pino": "^7.0.5", "@types/ws": "^8.18.1", "jest": "^29.7.0", @@ -3854,12 +3855,12 @@ } }, "node_modules/@types/node": { - "version": "20.19.37", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.37.tgz", - "integrity": "sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==", + "version": "26.2.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", + "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~8.3.0" } }, "node_modules/@types/pg": { @@ -5680,6 +5681,18 @@ "graphql": "^15.0.0 || ^16.0.0" } }, + "node_modules/graphql-redis-subscriptions": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/graphql-redis-subscriptions/-/graphql-redis-subscriptions-2.7.0.tgz", + "integrity": "sha512-IK4uCKx1UNhkcnG9lIqFWz9PpltSbuM8RygwGoB/e1HZMuKpAGeqqfHFeLKkQjjubvk4tAdUdx48AUkTAXJ17Q==", + "license": "MIT", + "optionalDependencies": { + "ioredis": "^5.3.2" + }, + "peerDependencies": { + "graphql-subscriptions": "^1.0.0 || ^2.0.0 || ^3.0.0" + } + }, "node_modules/graphql-subscriptions": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-3.0.0.tgz", @@ -8604,9 +8617,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz", + "integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==", "license": "MIT" }, "node_modules/unpipe": { diff --git a/indexer/package.json b/indexer/package.json index bbd6c8a..c888b7b 100644 --- a/indexer/package.json +++ b/indexer/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@types/graphql-depth-limit": "^1.1.3", "@types/jest": "^29.5.12", - "@types/node": "^20.14.0", + "@types/node": "^26.2.0", "@types/pino": "^7.0.5", "@types/ws": "^8.18.1", "jest": "^29.7.0",