diff --git a/examples/fastify/package.json b/examples/fastify/package.json index a5cf265e1a766..864f5ac43c340 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -8,7 +8,7 @@ "dependencies": { "@graphql-mesh/cli": "0.98.25", "@graphql-mesh/graphql": "0.103.19", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "fastify": "5.2.1", "graphql": "16.10.0", "ts-node": "^10.9.2", diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index b40fb737ac27f..6c67bb2b919ef 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -14,7 +14,7 @@ "@google-cloud/functions-framework": "3.4.5", "@graphql-mesh/cli": "0.98.25", "@graphql-mesh/json-schema": "0.108.21", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "graphql": "16.10.0", "typescript": "^5.4.2" } diff --git a/examples/graphql-file-upload-example/frontend/package.json b/examples/graphql-file-upload-example/frontend/package.json index 7fc33a83d6995..62c2d20fed1c8 100644 --- a/examples/graphql-file-upload-example/frontend/package.json +++ b/examples/graphql-file-upload-example/frontend/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@types/apollo-upload-client": "18.0.0", "@types/jest": "29.5.14", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", "typescript": "^5.4.2" diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 26a231112b882..65f1910c812b4 100644 --- a/examples/graphql-file-upload-example/package.json +++ b/examples/graphql-file-upload-example/package.json @@ -16,7 +16,7 @@ "sharp": "0.33.5" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "jest": "29.7.0", "ts-jest": "29.2.5", "ts-node": "^10.9.2", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index 3b8cb021ac63c..e02d223072a9d 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -19,7 +19,7 @@ "graphql": "16.10.0" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "concurrently": "9.1.2", "jest": "29.7.0", "ts-jest": "29.2.5", diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index 34a52499ae9ba..f218ffa746c99 100644 --- a/examples/grpc-reflection-example/package.json +++ b/examples/grpc-reflection-example/package.json @@ -20,7 +20,7 @@ "grpc-node-server-reflection": "1.0.2" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "concurrently": "9.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.2" diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 06a0c63ff8df6..b74ae183437c6 100644 --- a/examples/hello-world-esm/package.json +++ b/examples/hello-world-esm/package.json @@ -16,7 +16,7 @@ "graphql": "16.10.0" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "jest": "29.7.0", "ts-node": "^10.9.2", "typescript": "^5.4.2" diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index c3263c6a31e08..799e77a880847 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -16,7 +16,7 @@ "@graphql-hive/cli": "0.45.0", "@graphql-mesh/cli": "0.98.25", "@graphql-mesh/openapi": "0.108.22", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "graphql": "16.10.0" } } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 5180febe93283..df58331d03783 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -16,7 +16,7 @@ "@graphql-hive/cli": "0.45.0", "@graphql-mesh/cli": "0.98.25", "@graphql-mesh/openapi": "0.108.22", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "graphql": "16.10.0" } } diff --git a/examples/json-schema-complex-url/package.json b/examples/json-schema-complex-url/package.json index e13175043b048..d20573325f8a5 100644 --- a/examples/json-schema-complex-url/package.json +++ b/examples/json-schema-complex-url/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "concurrently": "9.1.2", "tsx": "4.19.3" } diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index 90910a1a56e1a..41a9b223cba28 100644 --- a/examples/json-schema-fhir/package.json +++ b/examples/json-schema-fhir/package.json @@ -15,7 +15,7 @@ "unzip-stream": "0.3.4" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "@types/unzip-stream": "0.3.4", "ts-node": "^10.9.2", "typescript": "^5.4.2" diff --git a/examples/json-schema-file-upload/package.json b/examples/json-schema-file-upload/package.json index 6cbc0fe5150ca..d9f3e1b48cbd2 100644 --- a/examples/json-schema-file-upload/package.json +++ b/examples/json-schema-file-upload/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "concurrently": "9.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.2" diff --git a/examples/odata-msgraph-programmatic-ts/package.json b/examples/odata-msgraph-programmatic-ts/package.json index c2a090fa7cc9a..eb18706952d69 100644 --- a/examples/odata-msgraph-programmatic-ts/package.json +++ b/examples/odata-msgraph-programmatic-ts/package.json @@ -11,7 +11,7 @@ "@graphql-mesh/config": "0.106.25", "@graphql-mesh/odata": "0.105.18", "@graphql-mesh/runtime": "0.105.20", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "graphql": "16.10.0", "ts-node": "^10.9.2", "typescript": "5.7.3" diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 22b30c5c00b72..e6f2b0ccd4642 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -9,7 +9,7 @@ "dependencies": { "@graphql-mesh/cli": "0.98.25", "@graphql-mesh/openapi": "0.108.22", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "@whatwg-node/fetch": "^0.10.4", "concurrently": "9.1.2", "fets": "^0.8.0", diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index 317412b1bc8f9..77cb7ed715d77 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -18,7 +18,7 @@ "graphql": "16.10.0" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "cross-env": "7.0.3", "ts-node": "^10.9.2", "typescript": "^5.4.2" diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 2618aa61dd981..cf2990a1fb725 100644 --- a/examples/programmatic-batching/package.json +++ b/examples/programmatic-batching/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0" }, "devDependencies": { - "@types/node": "22.13.4", + "@types/node": "22.13.5", "concurrently": "9.1.2", "jest": "29.7.0", "ts-node": "^10.9.2", diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index ce58f149ab75a..3aead8aeca36c 100644 --- a/examples/thrift-calculator/package.json +++ b/examples/thrift-calculator/package.json @@ -16,7 +16,7 @@ "@graphql-mesh/cli": "0.98.25", "@graphql-mesh/thrift": "0.105.18", "@types/express": "5.0.0", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "express": "4.21.2", "graphql": "16.10.0", "thrift": "0.21.0", diff --git a/examples/v1-next/apollo-federation-compatibility/package.json b/examples/v1-next/apollo-federation-compatibility/package.json index f8cfa1c15fb23..66bf6fd44dd09 100644 --- a/examples/v1-next/apollo-federation-compatibility/package.json +++ b/examples/v1-next/apollo-federation-compatibility/package.json @@ -28,7 +28,7 @@ "@graphql-codegen/typescript": "4.1.4", "@graphql-codegen/typescript-resolvers": "4.4.3", "@graphql-mesh/compose-cli": "1.3.12", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "esbuild": "^0.25.0", "lru-cache": "11.0.2" } diff --git a/package.json b/package.json index f888858f4f226..28ba4042509a8 100644 --- a/package.json +++ b/package.json @@ -78,14 +78,14 @@ "@tsconfig/node16": "^16.1.3", "@tsconfig/recommended": "^1.0.5", "@types/jest": "29.5.14", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "@typescript-eslint/eslint-plugin": "8.24.1", "@typescript-eslint/parser": "8.24.1", "babel-jest": "29.7.0", "bob-the-bundler": "7.0.1", "cp-cli": "^2.0.0", "cross-env": "^7.0.3", - "eslint": "9.20.1", + "eslint": "9.21.0", "eslint-config-prettier": "10.0.1", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.31.0", diff --git a/website/package.json b/website/package.json index f4afb86925315..074d36f94b727 100644 --- a/website/package.json +++ b/website/package.json @@ -19,10 +19,10 @@ }, "devDependencies": { "@theguild/tailwind-config": "0.6.2", - "@types/node": "22.13.4", + "@types/node": "22.13.5", "@types/react": "19.0.10", "cross-env": "7.0.3", - "eslint": "9.20.1", + "eslint": "9.21.0", "eslint-config-next": "15.1.7", "postcss": "8.5.3", "postcss-import": "16.1.0", diff --git a/yarn.lock b/yarn.lock index e6f69c6e5af72..7cde1b759ed62 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4665,7 +4665,7 @@ __metadata: languageName: node linkType: hard -"@eslint/config-array@npm:^0.19.0": +"@eslint/config-array@npm:^0.19.2": version: 0.19.2 resolution: "@eslint/config-array@npm:0.19.2" dependencies: @@ -4676,21 +4676,12 @@ __metadata: languageName: node linkType: hard -"@eslint/core@npm:^0.10.0": - version: 0.10.0 - resolution: "@eslint/core@npm:0.10.0" - dependencies: - "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/074018075079b3ed1f14fab9d116f11a8824cdfae3e822badf7ad546962fafe717a31e61459bad8cc59cf7070dc413ea9064ddb75c114f05b05921029cde0a64 - languageName: node - linkType: hard - -"@eslint/core@npm:^0.11.0": - version: 0.11.0 - resolution: "@eslint/core@npm:0.11.0" +"@eslint/core@npm:^0.12.0": + version: 0.12.0 + resolution: "@eslint/core@npm:0.12.0" dependencies: "@types/json-schema": "npm:^7.0.15" - checksum: 10c0/1e0671d035c908175f445864a7864cf6c6a8b67a5dfba8c47b2ac91e2d3ed36e8c1f2fd81d98a73264f8677055559699d4adb0f97d86588e616fc0dc9a4b86c9 + checksum: 10c0/d032af81195bb28dd800c2b9617548c6c2a09b9490da3c5537fd2a1201501666d06492278bb92cfccac1f7ac249e58601dd87f813ec0d6a423ef0880434fa0c3 languageName: node linkType: hard @@ -4711,9 +4702,9 @@ __metadata: languageName: node linkType: hard -"@eslint/eslintrc@npm:^3.2.0": - version: 3.2.0 - resolution: "@eslint/eslintrc@npm:3.2.0" +"@eslint/eslintrc@npm:^3.3.0": + version: 3.3.0 + resolution: "@eslint/eslintrc@npm:3.3.0" dependencies: ajv: "npm:^6.12.4" debug: "npm:^4.3.2" @@ -4724,7 +4715,7 @@ __metadata: js-yaml: "npm:^4.1.0" minimatch: "npm:^3.1.2" strip-json-comments: "npm:^3.1.1" - checksum: 10c0/43867a07ff9884d895d9855edba41acf325ef7664a8df41d957135a81a477ff4df4196f5f74dc3382627e5cc8b7ad6b815c2cea1b58f04a75aced7c43414ab8b + checksum: 10c0/215de990231b31e2fe6458f225d8cea0f5c781d3ecb0b7920703501f8cd21b3101fc5ef2f0d4f9a38865d36647b983e0e8ce8bf12fd2bcdd227fc48a5b1a43be languageName: node linkType: hard @@ -4735,10 +4726,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.20.0": - version: 9.20.0 - resolution: "@eslint/js@npm:9.20.0" - checksum: 10c0/10e7b5b9e628b5192e8fc6b0ecd27cf48322947e83e999ff60f9f9e44ac8d499138bcb9383cbfa6e51e780d53b4e76ccc2d1753b108b7173b8404fd484d37328 +"@eslint/js@npm:9.21.0": + version: 9.21.0 + resolution: "@eslint/js@npm:9.21.0" + checksum: 10c0/86c24a2668808995037e3f40c758335df2ae277c553ac0cf84381a1a8698f3099d8a22dd9c388947e6b7f93fcc1142f62406072faaa2b83c43ca79993fc01bb3 languageName: node linkType: hard @@ -4749,13 +4740,13 @@ __metadata: languageName: node linkType: hard -"@eslint/plugin-kit@npm:^0.2.5": - version: 0.2.5 - resolution: "@eslint/plugin-kit@npm:0.2.5" +"@eslint/plugin-kit@npm:^0.2.7": + version: 0.2.7 + resolution: "@eslint/plugin-kit@npm:0.2.7" dependencies: - "@eslint/core": "npm:^0.10.0" + "@eslint/core": "npm:^0.12.0" levn: "npm:^0.4.1" - checksum: 10c0/ba9832b8409af618cf61791805fe201dd62f3c82c783adfcec0f5cd391e68b40beaecb47b9a3209e926dbcab65135f410cae405b69a559197795793399f61176 + checksum: 10c0/0a1aff1ad63e72aca923217e556c6dfd67d7cd121870eb7686355d7d1475d569773528a8b2111b9176f3d91d2ea81f7413c34600e8e5b73d59e005d70780b633 languageName: node linkType: hard @@ -4950,7 +4941,7 @@ __metadata: dependencies: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/graphql": "npm:0.103.19" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" fastify: "npm:5.2.1" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5067,7 +5058,7 @@ __metadata: "@google-cloud/functions-framework": "npm:3.4.5" "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/json-schema": "npm:0.108.21" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" graphql: "npm:16.10.0" typescript: "npm:^5.4.2" languageName: unknown @@ -5084,7 +5075,7 @@ __metadata: "@testing-library/user-event": "npm:14.6.1" "@types/apollo-upload-client": "npm:18.0.0" "@types/jest": "npm:29.5.14" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" "@types/react": "npm:19.0.10" "@types/react-dom": "npm:19.0.4" apollo-upload-client: "npm:18.0.1" @@ -5103,7 +5094,7 @@ __metadata: dependencies: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/graphql": "npm:0.103.19" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" graphql: "npm:16.10.0" graphql-yoga: "npm:^5.12.0" @@ -5124,7 +5115,7 @@ __metadata: "@graphql-mesh/transform-naming-convention": "npm:0.103.20" "@grpc/grpc-js": "npm:1.12.6" "@grpc/proto-loader": "npm:0.7.13" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" google-protobuf: "npm:3.21.4" graphql: "npm:16.10.0" @@ -5144,7 +5135,7 @@ __metadata: "@graphql-mesh/transform-naming-convention": "npm:0.103.20" "@grpc/grpc-js": "npm:1.12.6" "@grpc/proto-loader": "npm:0.7.13" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" google-protobuf: "npm:3.21.4" graphql: "npm:16.10.0" @@ -5171,7 +5162,7 @@ __metadata: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/json-schema": "npm:0.108.21" "@graphql-mesh/plugin-mock": "npm:0.103.19" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" graphql: "npm:16.10.0" jest: "npm:29.7.0" ts-node: "npm:^10.9.2" @@ -5212,7 +5203,7 @@ __metadata: "@graphql-hive/cli": "npm:0.45.0" "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/openapi": "npm:0.108.22" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" fets: "npm:^0.8.0" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5227,7 +5218,7 @@ __metadata: "@graphql-hive/cli": "npm:0.45.0" "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/openapi": "npm:0.108.22" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" fets: "npm:^0.8.0" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5241,7 +5232,7 @@ __metadata: dependencies: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/json-schema": "npm:0.108.21" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" graphql: "npm:16.10.0" tsx: "npm:4.19.3" @@ -5279,7 +5270,7 @@ __metadata: dependencies: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/json-schema": "npm:0.108.21" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5294,7 +5285,7 @@ __metadata: dependencies: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/json-schema": "npm:0.108.21" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" fets: "npm:0.8.4" graphql: "npm:16.10.0" @@ -5421,7 +5412,7 @@ __metadata: "@graphql-mesh/config": "npm:0.106.25" "@graphql-mesh/odata": "npm:0.105.18" "@graphql-mesh/runtime": "npm:0.105.20" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" typescript: "npm:5.7.3" @@ -5528,7 +5519,7 @@ __metadata: dependencies: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/openapi": "npm:0.108.22" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" "@whatwg-node/fetch": "npm:^0.10.4" concurrently: "npm:9.1.2" fets: "npm:^0.8.0" @@ -5588,7 +5579,7 @@ __metadata: "@graphql-mesh/postgraphile": "npm:0.103.18" "@graphql-mesh/runtime": "npm:0.105.20" "@graphql-mesh/transform-prefix": "npm:0.103.20" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5603,7 +5594,7 @@ __metadata: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/openapi": "npm:0.108.22" "@sinclair/typebox": "npm:0.34.27" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" fets: "npm:0.8.4" graphql: "npm:16.10.0" @@ -5692,7 +5683,7 @@ __metadata: "@graphql-mesh/cli": "npm:0.98.25" "@graphql-mesh/thrift": "npm:0.105.18" "@types/express": "npm:5.0.0" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" express: "npm:4.21.2" graphql: "npm:16.10.0" @@ -9321,10 +9312,10 @@ __metadata: languageName: node linkType: hard -"@humanwhocodes/retry@npm:^0.4.1": - version: 0.4.1 - resolution: "@humanwhocodes/retry@npm:0.4.1" - checksum: 10c0/be7bb6841c4c01d0b767d9bb1ec1c9359ee61421ce8ba66c249d035c5acdfd080f32d55a5c9e859cdd7868788b8935774f65b2caf24ec0b7bd7bf333791f063b +"@humanwhocodes/retry@npm:^0.4.2": + version: 0.4.2 + resolution: "@humanwhocodes/retry@npm:0.4.2" + checksum: 10c0/0235525d38f243bee3bf8b25ed395fbf957fb51c08adae52787e1325673071abe856c7e18e530922ed2dd3ce12ed82ba01b8cee0279ac52a3315fcdc3a69ef0c languageName: node linkType: hard @@ -14129,12 +14120,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:*, @types/node@npm:22.13.4, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.0, @types/node@npm:^22.13.4, @types/node@npm:^22.5.5, @types/node@npm:^22.7.5": - version: 22.13.4 - resolution: "@types/node@npm:22.13.4" +"@types/node@npm:*, @types/node@npm:22.13.5, @types/node@npm:>=13.7.0, @types/node@npm:^22.0.0, @types/node@npm:^22.13.4, @types/node@npm:^22.5.5, @types/node@npm:^22.7.5": + version: 22.13.5 + resolution: "@types/node@npm:22.13.5" dependencies: undici-types: "npm:~6.20.0" - checksum: 10c0/3a234fa7766a3efc382cf81f66f474c26cdab2f54f43f757634c81c0444eb2160c2dabbde9741e4983078a318a88515b65416b5f1ab5478548579d7b3ead1d95 + checksum: 10c0/a2e7ed7bb0690e439004779baedeb05159c5cc41ef6d81c7a6ebea5303fde4033669e1c0e41ff7453b45fd2fea8dbd55fddfcd052950c7fcae3167c970bca725 languageName: node linkType: hard @@ -20614,20 +20605,20 @@ __metadata: languageName: node linkType: hard -"eslint@npm:9.20.1": - version: 9.20.1 - resolution: "eslint@npm:9.20.1" +"eslint@npm:9.21.0": + version: 9.21.0 + resolution: "eslint@npm:9.21.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.12.1" - "@eslint/config-array": "npm:^0.19.0" - "@eslint/core": "npm:^0.11.0" - "@eslint/eslintrc": "npm:^3.2.0" - "@eslint/js": "npm:9.20.0" - "@eslint/plugin-kit": "npm:^0.2.5" + "@eslint/config-array": "npm:^0.19.2" + "@eslint/core": "npm:^0.12.0" + "@eslint/eslintrc": "npm:^3.3.0" + "@eslint/js": "npm:9.21.0" + "@eslint/plugin-kit": "npm:^0.2.7" "@humanfs/node": "npm:^0.16.6" "@humanwhocodes/module-importer": "npm:^1.0.1" - "@humanwhocodes/retry": "npm:^0.4.1" + "@humanwhocodes/retry": "npm:^0.4.2" "@types/estree": "npm:^1.0.6" "@types/json-schema": "npm:^7.0.15" ajv: "npm:^6.12.4" @@ -20659,7 +20650,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10c0/056789dd5a00897730376f8c0a191e22840e97b7276916068ec096341cb2ec3a918c8bd474bf94ccd7b457ad9fbc16e5c521a993c7cc6ebcf241933e2fd378b0 + checksum: 10c0/558edb25b440cd51825d66fed3e84f1081bd6f4cb2cf994e60ece4c5978fa0583e88b75faf187c1fc21688c4ff7072f12bf5f6d1be1e09a4d6af78cff39dc520 languageName: node linkType: hard @@ -20973,7 +20964,7 @@ __metadata: "@graphql-hive/gateway": "npm:^1.8.0" "@graphql-mesh/compose-cli": "npm:1.3.12" "@graphql-yoga/plugin-apollo-inline-trace": "npm:3.12.1" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" concurrently: "npm:9.1.2" esbuild: "npm:^0.25.0" graphql: "npm:16.10.0" @@ -22659,14 +22650,14 @@ __metadata: "@tsconfig/node16": "npm:^16.1.3" "@tsconfig/recommended": "npm:^1.0.5" "@types/jest": "npm:29.5.14" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" "@typescript-eslint/eslint-plugin": "npm:8.24.1" "@typescript-eslint/parser": "npm:8.24.1" babel-jest: "npm:29.7.0" bob-the-bundler: "npm:7.0.1" cp-cli: "npm:^2.0.0" cross-env: "npm:^7.0.3" - eslint: "npm:9.20.1" + eslint: "npm:9.21.0" eslint-config-prettier: "npm:10.0.1" eslint-config-standard: "npm:17.1.0" eslint-plugin-import: "npm:2.31.0" @@ -37421,10 +37412,10 @@ __metadata: dependencies: "@theguild/components": "npm:^7.6.0" "@theguild/tailwind-config": "npm:0.6.2" - "@types/node": "npm:22.13.4" + "@types/node": "npm:22.13.5" "@types/react": "npm:19.0.10" cross-env: "npm:7.0.3" - eslint: "npm:9.20.1" + eslint: "npm:9.21.0" eslint-config-next: "npm:15.1.7" next: "npm:^15.0.0" next-sitemap: "npm:^4.2.3" @@ -38063,7 +38054,7 @@ __metadata: languageName: node linkType: hard -"ws@npm:8.18.0, ws@npm:^8.13.0, ws@npm:^8.17.1, ws@npm:^8.18.0": +"ws@npm:8.18.0": version: 8.18.0 resolution: "ws@npm:8.18.0" peerDependencies: @@ -38102,6 +38093,21 @@ __metadata: languageName: node linkType: hard +"ws@npm:^8.13.0, ws@npm:^8.17.1, ws@npm:^8.18.0": + version: 8.18.1 + resolution: "ws@npm:8.18.1" + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: ">=5.0.2" + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + checksum: 10c0/e498965d6938c63058c4310ffb6967f07d4fa06789d3364829028af380d299fe05762961742971c764973dce3d1f6a2633fe8b2d9410c9b52e534b4b882a99fa + languageName: node + linkType: hard + "xhr2@npm:0.2.1": version: 0.2.1 resolution: "xhr2@npm:0.2.1"