From 62fe5ecfde9a759fbb2afa0a4fb10a12b6ebacc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 16:43:39 +0000 Subject: [PATCH] fix(deps): update dependency @hello.nrfcloud.com/proto to ^15.3.25 --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c26bee5..34c9d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "peerDependencies": { "@aws-lambda-powertools/metrics": "^2.11.0", - "@hello.nrfcloud.com/proto": "^15.3.24", + "@hello.nrfcloud.com/proto": "^15.3.25", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^5.5.1" } @@ -710,9 +710,9 @@ } }, "node_modules/@hello.nrfcloud.com/proto": { - "version": "15.3.24", - "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-15.3.24.tgz", - "integrity": "sha512-pUFVPRDqwGJ2meRivEcHFdR5rNBKUQKys2JjI03rSHhj4W22qVy8Kfj4Q75tnC5Fj2lFwKA7gqznYmq6jgaKfQ==", + "version": "15.3.25", + "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-15.3.25.tgz", + "integrity": "sha512-Bfl60VAEqm6xmLNct9tBVtj2GoLoKMLdHYkG0Jh6UCe+W3wIsx34EGBkWM9FW5NHsu2WoIImTGC2eqLoszvx6g==", "license": "BSD-3-Clause", "peer": true, "engines": { @@ -723,7 +723,7 @@ "@hello.nrfcloud.com/proto-map": "^16.1.28", "@sinclair/typebox": "^0.34.9", "ajv": "^8.17.1", - "jsonata": "^2.0.5" + "jsonata": "^2.0.6" } }, "node_modules/@hello.nrfcloud.com/proto-map": { @@ -3373,9 +3373,10 @@ } }, "node_modules/jsonata": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.5.tgz", - "integrity": "sha512-wEse9+QLIIU5IaCgtJCPsFi/H4F3qcikWzF4bAELZiRz08ohfx3Q6CjDRf4ZPF5P/92RI3KIHtb7u3jqPaHXdQ==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/jsonata/-/jsonata-2.0.6.tgz", + "integrity": "sha512-WhQB5tXQ32qjkx2GYHFw2XbL90u+LLzjofAYwi+86g6SyZeXHz9F1Q0amy3dWRYczshOC3Haok9J4pOCgHtwyQ==", + "license": "MIT", "peer": true, "engines": { "node": ">= 8" diff --git a/package.json b/package.json index 6c00650..cb8c341 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "prettier": "@bifravst/prettier-config", "peerDependencies": { "@aws-lambda-powertools/metrics": "^2.11.0", - "@hello.nrfcloud.com/proto": "^15.3.24", + "@hello.nrfcloud.com/proto": "^15.3.25", "@middy/core": "^5.5.1", "@middy/input-output-logger": "^5.5.1" }