From 453e45827a0d358e04df26ab4de12658ecaedf4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 06:24:36 +0000 Subject: [PATCH] fix: upgrade graphql from 16.9.0 to 16.10.0 Snyk has created this PR to upgrade graphql from 16.9.0 to 16.10.0. See this package in npm: graphql See this project in Snyk: https://app.snyk.io/org/andre-hhw/project/0751b104-73fa-4984-ad19-18ecec0f8012?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",