diff --git a/package-lock.json b/package-lock.json index dc854307..c583d2db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "abort-controller-x": "^0.4.3", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "graphql-request": "^6.1.0", "long": "^5.2.3", "nice-grpc": "^2.1.10", @@ -5528,9 +5528,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.9.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.9.0.tgz", - "integrity": "sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==", + "version": "16.10.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.10.0.tgz", + "integrity": "sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/package.json b/package.json index 802276bb..88d169f5 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "homepage": "https://github.com/weaviate/typescript-client#readme", "dependencies": { "abort-controller-x": "^0.4.3", - "graphql": "^16.9.0", + "graphql": "^16.10.0", "graphql-request": "^6.1.0", "long": "^5.2.3", "nice-grpc": "^2.1.10",