diff --git a/apollo-client/v3/schema-driven-testing/package-lock.json b/apollo-client/v3/schema-driven-testing/package-lock.json index 2e5be32b..eab9dd56 100644 --- a/apollo-client/v3/schema-driven-testing/package-lock.json +++ b/apollo-client/v3/schema-driven-testing/package-lock.json @@ -43,7 +43,7 @@ "ts-jest-resolver": "2.0.1", "ts-node": "10.9.2", "typescript": "5.4.5", - "undici": "6.14.1", + "undici": "6.24.0", "vite": "5.2.10", "vite-plugin-graphql-loader": "3.0.1" } @@ -13107,10 +13107,11 @@ } }, "node_modules/undici": { - "version": "6.14.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.14.1.tgz", - "integrity": "sha512-mAel3i4BsYhkeVPXeIPXVGPJKeBzqCieZYoFsbWfUzd68JmHByhc1Plit5WlylxXFaGpgkZB8mExlxnt+Q1p7A==", + "version": "6.24.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.24.0.tgz", + "integrity": "sha512-lVLNosgqo5EkGqh5XUDhGfsMSoO8K0BAN0TyJLvwNRSl4xWGZlCVYsAIpa/OpA3TvmnM01GWcoKmc3ZWo5wKKA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18.17" } diff --git a/apollo-client/v3/schema-driven-testing/package.json b/apollo-client/v3/schema-driven-testing/package.json index 18e36e2c..bfd25691 100644 --- a/apollo-client/v3/schema-driven-testing/package.json +++ b/apollo-client/v3/schema-driven-testing/package.json @@ -50,7 +50,7 @@ "ts-jest-resolver": "2.0.1", "ts-node": "10.9.2", "typescript": "5.4.5", - "undici": "6.14.1", + "undici": "6.24.0", "vite": "5.2.10", "vite-plugin-graphql-loader": "3.0.1" }