From ab00ec370af5c353965eb79b82e6b73ae450a69f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:54:08 +0000 Subject: [PATCH] Build(deps): Bump nats from 2.19.0 to 2.23.0 in /framework Bumps [nats](https://github.com/nats-io/nats.js) from 2.19.0 to 2.23.0. - [Release notes](https://github.com/nats-io/nats.js/releases) - [Commits](https://github.com/nats-io/nats.js/compare/v2.19.0...v2.23.0) --- updated-dependencies: - dependency-name: nats dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- framework/package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/framework/package-lock.json b/framework/package-lock.json index a90f4c5..a49343b 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -10164,11 +10164,11 @@ "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" }, "node_modules/nats": { - "version": "2.19.0", - "resolved": "https://registry.npmjs.org/nats/-/nats-2.19.0.tgz", - "integrity": "sha512-TuOAqPljCRpfHPo2o3midezchqYJUOOnK/YLmYf9rdoshzlYN1xvCd9dAKveVB6Bfubp/m63eN3l3ukfn43JOg==", + "version": "2.23.0", + "resolved": "https://registry.npmjs.org/nats/-/nats-2.23.0.tgz", + "integrity": "sha512-9auYOyV968XGSzGrMZiBgov6wtW66QlLpzh83Rpy6hPrhq7vD1s/UbxJXhzyGhAXm2H0VBxZwpwl9LB1QPhflQ==", "dependencies": { - "nkeys.js": "1.0.5" + "nkeys.js": "1.1.0" }, "engines": { "node": ">= 14.0.0" @@ -10204,8 +10204,9 @@ "license": "ISC" }, "node_modules/nkeys.js": { - "version": "1.0.5", - "license": "Apache-2.0", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/nkeys.js/-/nkeys.js-1.1.0.tgz", + "integrity": "sha512-tB/a0shZL5UZWSwsoeyqfTszONTt4k2YS0tuQioMOD180+MbombYVgzDUYHlx+gejYK6rgf08n/2Df99WY0Sxg==", "dependencies": { "tweetnacl": "1.0.3" }, @@ -16045,7 +16046,8 @@ }, "node_modules/tweetnacl": { "version": "1.0.3", - "license": "Unlicense" + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.3.tgz", + "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw==" }, "node_modules/type": { "version": "2.7.2",