From 1f70083f28c8c0f84aea9e66f91ca94016f08851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 09:39:46 +0000 Subject: [PATCH] fix(deps): update apollo graphql packages --- package-lock.json | 62 ++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 36 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6f2d15c2..5a3581e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "shareable-lists-api", "dependencies": { "@apollo/server": "^4.7.4", - "@apollo/server-plugin-landing-page-graphql-playground": "4.0.0", + "@apollo/server-plugin-landing-page-graphql-playground": "4.0.1", "@apollo/server-plugin-response-cache": "^4.1.0", "@apollo/subgraph": "^2.3.2", "@apollo/utils.keyvadapter": "^3.0.0", @@ -44,7 +44,7 @@ "@types/chai": "4.3.5", "@types/jest": "29.5.3", "@types/node": "^18.11.19", - "@types/node-fetch": "^2.6.4", + "@types/node-fetch": "^2.6.3", "chai": "4.3.7", "dotenv": "16.3.1", "husky": "8.0.3", @@ -79,12 +79,14 @@ } }, "node_modules/@apollo/federation-internals": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.3.2.tgz", - "integrity": "sha512-XtXQag8sV75BoNlzu6ci5mn2U+QGNZdkRB8Igi5e31VqnBx4XSdvbyx6Ht1lvYru9GCYx6OqGWZqqPqAXG72/Q==", + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.5.5.tgz", + "integrity": "sha512-6Ywx10Jweuoq9p913HwtIUuJt+uI+hAw5g/Tv/yIA04FNwdPETkLe6Jbz7mnXdGV0b30YcPME2NnKnIu7s/5AA==", "dependencies": { + "@types/uuid": "^9.0.0", "chalk": "^4.1.0", - "js-levenshtein": "^1.1.6" + "js-levenshtein": "^1.1.6", + "uuid": "^9.0.0" }, "engines": { "node": ">=14.15.0" @@ -171,9 +173,10 @@ } }, "node_modules/@apollo/server-plugin-landing-page-graphql-playground": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@apollo/server-plugin-landing-page-graphql-playground/-/server-plugin-landing-page-graphql-playground-4.0.0.tgz", - "integrity": "sha512-PBDtKI/chJ+hHeoJUUH9Kuqu58txQl00vUGuxqiC9XcReulIg7RjsyD0G1u3drX4V709bxkL5S0nTeXfRHD0qA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@apollo/server-plugin-landing-page-graphql-playground/-/server-plugin-landing-page-graphql-playground-4.0.1.tgz", + "integrity": "sha512-tWhQzD7DtiTO/wfbGvasryz7eJSuEh9XJHgRTMZI7+Wu/omylG5gH6K6ksg1Vccg8/Xuglfi2f1M5Nm/IlBBGw==", + "deprecated": "The use of GraphQL Playground in Apollo Server was supported in previous versions, but this is no longer the case as of December 31, 2022. This package exists for v4 migration purposes only. We do not intend to resolve security issues or other bugs with this package if they arise, so please migrate away from this to [Apollo Server's default Explorer](https://www.apollographql.com/docs/apollo-server/api/plugin/landing-pages) as soon as possible.", "dependencies": { "@apollographql/graphql-playground-html": "1.6.29" }, @@ -185,9 +188,9 @@ } }, "node_modules/@apollo/server-plugin-response-cache": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@apollo/server-plugin-response-cache/-/server-plugin-response-cache-4.1.0.tgz", - "integrity": "sha512-Nv3WUnpb0PV22D6ayY1vv+9mJPPju0uk4imRo7TS5N9nVy+OEKJ7VW6VJ/XA4+1h0CUKkRX6Tb0BrgJuRYFR1Q==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@apollo/server-plugin-response-cache/-/server-plugin-response-cache-4.1.3.tgz", + "integrity": "sha512-8WaP4Xo9GGIbWn4ZG/TlYKZLo/YI8tuORvxzLOKnZa3EqUvt7iTCGHX491dWNiGkm93VgDDdo5r0WEvLDdHSmQ==", "dependencies": { "@apollo/utils.createhash": "^2.0.0", "@apollo/utils.keyvaluecache": "^2.1.0" @@ -201,12 +204,12 @@ } }, "node_modules/@apollo/subgraph": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.3.2.tgz", - "integrity": "sha512-PYSVD+tx49EVjII25Ip1QsrOCn/Bmh7KBqoqZsp/AT/8yGbqX5j9oAeRH37QcOxbl8TXBcJBDKbPO/KzUln1Dg==", + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.5.5.tgz", + "integrity": "sha512-r1r0qMzR6gHK6EoKFpIwcSNID+A78zbqLmCynMV+GYnWt3BvyydtPaw4DgQFo+oMSnEBvk4nI7P3v+xZg4FdSQ==", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.3.2" + "@apollo/federation-internals": "2.5.5" }, "engines": { "node": ">=14.15.0" @@ -263,11 +266,11 @@ } }, "node_modules/@apollo/utils.keyvadapter": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@apollo/utils.keyvadapter/-/utils.keyvadapter-3.0.0.tgz", - "integrity": "sha512-GAMsmFODJan8roQtGrn3NNqazAwmXCrfIGX91QRl3sMAfPdBJh+sh5ro6CQQ1NglIA1laqc6Dw4BpeEfDcZ1+Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@apollo/utils.keyvadapter/-/utils.keyvadapter-3.1.0.tgz", + "integrity": "sha512-q41MxH2gKwvXL28hUEfQHdSQ0F4u8KrPHUbvN/IkA7vh+KTRj0tG2eWLu42c438jjoV7hUhY1Ru/Dwq8zndEqg==", "dependencies": { - "@apollo/utils.keyvaluecache": "^3.0.0", + "@apollo/utils.keyvaluecache": "^3.1.0", "dataloader": "^2.1.0", "keyv": "^4.4.0" }, @@ -276,12 +279,12 @@ } }, "node_modules/@apollo/utils.keyvadapter/node_modules/@apollo/utils.keyvaluecache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-3.0.0.tgz", - "integrity": "sha512-tgMpuYU3KvYevCNG+hTemSuSQtZaaWcHGnF/h2ERcw8bodFmbwVsG/jHlhdT0ChlRXgBIqMUFXbQtF6epy+AKA==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@apollo/utils.keyvaluecache/-/utils.keyvaluecache-3.1.0.tgz", + "integrity": "sha512-MM/DKIqpQQbuNG1gNPAlGc45THdWkroTmN8o/J09merFwf/LlZ7+lAfcHFDXIYIknwKmUjJrOMS3OxYbjrz2hA==", "dependencies": { "@apollo/utils.logger": "^3.0.0", - "lru-cache": "^9.0.3" + "lru-cache": "^10.0.0" }, "engines": { "node": ">=16.14" @@ -296,9 +299,9 @@ } }, "node_modules/@apollo/utils.keyvadapter/node_modules/lru-cache": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-9.1.2.tgz", - "integrity": "sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", "engines": { "node": "14 || >=16.14" } @@ -4291,6 +4294,11 @@ "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.2.tgz", "integrity": "sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==" }, + "node_modules/@types/uuid": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.5.tgz", + "integrity": "sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==" + }, "node_modules/@types/yargs": { "version": "17.0.22", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.22.tgz", diff --git a/package.json b/package.json index 38977576..47401bf9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@apollo/server": "^4.7.4", - "@apollo/server-plugin-landing-page-graphql-playground": "4.0.0", + "@apollo/server-plugin-landing-page-graphql-playground": "4.0.1", "@apollo/server-plugin-response-cache": "^4.1.0", "@apollo/subgraph": "^2.3.2", "@apollo/utils.keyvadapter": "^3.0.0",