From 65e4c8942af70a1974625f4c48fb5451694bc936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 03:36:49 +0000 Subject: [PATCH] Bump nats from 1.4.12 to 2.4.0 Bumps [nats](https://github.com/nats-io/nats.js) from 1.4.12 to 2.4.0. - [Release notes](https://github.com/nats-io/nats.js/releases) - [Commits](https://github.com/nats-io/nats.js/compare/v1.4.12...v2.4.0) --- updated-dependencies: - dependency-name: nats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 50 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index 38925fd454400..4f82afdb6c55e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20460,12 +20460,11 @@ "optional": true }, "nats": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/nats/-/nats-1.4.12.tgz", - "integrity": "sha512-Jf4qesEF0Ay0D4AMw3OZnKMRTQm+6oZ5q8/m4gpy5bTmiDiK6wCXbZpzEslmezGpE93LV3RojNEG6dpK/mysLQ==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/nats/-/nats-2.4.0.tgz", + "integrity": "sha512-58RwwuHNbFPNQK0qao2VdWaD9DSxmCcfqfflN0F9xI9WxGWC7TCHSwejUploq8xKQ9yLEVXf6HQeS6tISlCtBg==", "requires": { - "nuid": "^1.1.4", - "ts-nkeys": "^1.0.16" + "nkeys.js": "^1.0.0-9" } }, "natural-compare": { @@ -20529,6 +20528,27 @@ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", "dev": true }, + "nkeys.js": { + "version": "1.0.0-9", + "resolved": "https://registry.npmjs.org/nkeys.js/-/nkeys.js-1.0.0-9.tgz", + "integrity": "sha512-m9O0NQT+3rUe1om6MWpxV77EuHql/LdorDH+FYQkoeARcM2V0sQ89kM36fArWaHWq/25EmNmQUW0MhLTcbqW1A==", + "requires": { + "@types/node": "^14.0.26", + "tweetnacl": "^1.0.3" + }, + "dependencies": { + "@types/node": { + "version": "14.17.34", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.34.tgz", + "integrity": "sha512-USUftMYpmuMzeWobskoPfzDi+vkpe0dvcOBRNOscFrGxVp4jomnRxWuVohgqBow2xyIPC0S3gjxV/5079jhmDg==" + }, + "tweetnacl": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", + "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" + } + } + }, "no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", @@ -20854,11 +20874,6 @@ "boolbase": "~1.0.0" } }, - "nuid": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/nuid/-/nuid-1.1.6.tgz", - "integrity": "sha512-Eb3CPCupYscP1/S1FQcO5nxtu6l/F3k0MQ69h7f5osnsemVk5pkc8/5AyalVT+NCfra9M71U8POqF6EZa6IHvg==" - }, "num2fraction": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", @@ -26781,21 +26796,6 @@ } } }, - "ts-nkeys": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/ts-nkeys/-/ts-nkeys-1.0.16.tgz", - "integrity": "sha512-1qrhAlavbm36wtW+7NtKOgxpzl+70NTF8xlz9mEhiA5zHMlMxjj3sEVKWm3pGZhHXE0Q3ykjrj+OSRVaYw+Dqg==", - "requires": { - "tweetnacl": "^1.0.3" - }, - "dependencies": { - "tweetnacl": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", - "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" - } - } - }, "ts-node": { "version": "10.3.0", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.3.0.tgz", diff --git a/package.json b/package.json index 6cc6b3680caeb..8c26d8f644b42 100644 --- a/package.json +++ b/package.json @@ -253,7 +253,7 @@ "moment-timezone": "^0.5.33", "mongodb": "^3.6.9", "mongodb-memory-server": "^7.4.1", - "nats": "^1.4.8", + "nats": "^2.4.0", "node-dogstatsd": "^0.0.7", "node-gcm": "1.0.0", "node-rsa": "^1.1.1",