diff --git a/package-lock.json b/package-lock.json index 38ac80e2..f9bc9a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,9 +7,9 @@ "": { "name": "weaviate-client", "version": "3.9.0", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "dependencies": { - "abort-controller-x": "^0.4.3", + "abort-controller-x": "^0.5.0", "graphql": "^16.11.0", "graphql-request": "^6.1.0", "long": "^5.3.2", @@ -2862,9 +2862,10 @@ } }, "node_modules/abort-controller-x": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.4.3.tgz", - "integrity": "sha512-VtUwTNU8fpMwvWGn4xE93ywbogTYsuT+AUxAXOeelbXuQVIwNmC5YLeho9sH4vZ4ITW8414TTAOG1nW6uIVHCA==" + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.5.0.tgz", + "integrity": "sha512-yTt9CI0x+nRfX6BFMenEGP8ooPvErGH6AbFz20C2IeOLIlDsrw/VHpgne3GsCEuTA410IiFiaLVFKmgM4bKEPQ==", + "license": "MIT" }, "node_modules/accepts": { "version": "1.3.8", @@ -7422,6 +7423,12 @@ "nice-grpc-common": "^2.0.2" } }, + "node_modules/nice-grpc-client-middleware-retry/node_modules/abort-controller-x": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.4.3.tgz", + "integrity": "sha512-VtUwTNU8fpMwvWGn4xE93ywbogTYsuT+AUxAXOeelbXuQVIwNmC5YLeho9sH4vZ4ITW8414TTAOG1nW6uIVHCA==", + "license": "MIT" + }, "node_modules/nice-grpc-common": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/nice-grpc-common/-/nice-grpc-common-2.0.2.tgz", @@ -7430,6 +7437,12 @@ "ts-error": "^1.0.6" } }, + "node_modules/nice-grpc/node_modules/abort-controller-x": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/abort-controller-x/-/abort-controller-x-0.4.3.tgz", + "integrity": "sha512-VtUwTNU8fpMwvWGn4xE93ywbogTYsuT+AUxAXOeelbXuQVIwNmC5YLeho9sH4vZ4ITW8414TTAOG1nW6uIVHCA==", + "license": "MIT" + }, "node_modules/node-fetch": { "version": "2.6.7", "license": "MIT", diff --git a/package.json b/package.json index fa169cdf..039e5dd3 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "homepage": "https://github.com/weaviate/typescript-client#readme", "dependencies": { - "abort-controller-x": "^0.4.3", + "abort-controller-x": "^0.5.0", "graphql": "^16.11.0", "graphql-request": "^6.1.0", "long": "^5.3.2",