From 44585cbcbb5d8dcefa0a90f7b424cc2b8c63cb7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 07:05:26 +0000 Subject: [PATCH] feat: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @apollo/server from 4.3.3 to 4.11.0. See this package in npm: https://www.npmjs.com/package/@apollo/server - @apollo/subgraph from 2.3.1 to 2.8.5. See this package in npm: https://www.npmjs.com/package/@apollo/subgraph - @pothos/core from 3.27.0 to 4.2.0. See this package in npm: https://www.npmjs.com/package/@pothos/core - @pothos/plugin-directives from 3.10.0 to 4.1.0. See this package in npm: https://www.npmjs.com/package/@pothos/plugin-directives - @pothos/plugin-federation from 3.10.0 to 4.1.0. See this package in npm: https://www.npmjs.com/package/@pothos/plugin-federation - graphql from 16.6.0 to 16.9.0. See this package in npm: https://www.npmjs.com/package/graphql - ts-node from 10.9.1 to 10.9.2. See this package in npm: https://www.npmjs.com/package/ts-node - typescript from 4.8.4 to 5.5.4. See this package in npm: https://www.npmjs.com/package/typescript See this project in Snyk: https://app.snyk.io/org/cachiman/project/4c5c2456-5951-4e7a-85a7-b3d59c9bdf71?utm_source=github&utm_medium=referral&page=upgrade-pr --- implementations/pothos/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/implementations/pothos/package.json b/implementations/pothos/package.json index 58e55b465..cec4f9528 100644 --- a/implementations/pothos/package.json +++ b/implementations/pothos/package.json @@ -4,15 +4,15 @@ "start": "ts-node --transpile-only ./index.ts" }, "dependencies": { - "@apollo/server": "^4.3.3", - "@apollo/subgraph": "^2.3.1", - "@pothos/core": "^3.27.0", - "@pothos/plugin-directives": "^3.10.0", - "@pothos/plugin-federation": "^3.10.0", - "graphql": "^16.6.0", - "ts-node": "^10.9.1" + "@apollo/server": "^4.11.0", + "@apollo/subgraph": "^2.8.5", + "@pothos/core": "^4.2.0", + "@pothos/plugin-directives": "^4.1.0", + "@pothos/plugin-federation": "^4.1.0", + "graphql": "^16.9.0", + "ts-node": "^10.9.2" }, "devDependencies": { - "typescript": "^4.8.4" + "typescript": "^5.5.4" } }