From 8bd7e7e043d2180d97c059702ef2c245a2b58cfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:53:06 +0000 Subject: [PATCH] fix(deps): update proto --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index f658ca0..24f3cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@bifravst/aws-ssm-settings-helpers": "1.2.27", "@bifravst/from-env": "3.0.2", - "@hello.nrfcloud.com/proto": "15.2.6", - "@hello.nrfcloud.com/proto-map": "16.1.6", + "@hello.nrfcloud.com/proto": "15.2.8", + "@hello.nrfcloud.com/proto-map": "16.1.7", "mqtt": "5.10.1", "xml2js": "0.6.2" }, @@ -1780,32 +1780,32 @@ } }, "node_modules/@hello.nrfcloud.com/proto": { - "version": "15.2.6", - "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-15.2.6.tgz", - "integrity": "sha512-MnighrHBtBTLlkGzsBjfKBKH6Rf+Np4bN4GDBqzs4RK3dGFzNnV1RiY+4Ef/30HojqPbRz+oGLrdrH2OPdvQkA==", + "version": "15.2.8", + "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-15.2.8.tgz", + "integrity": "sha512-j+vTrZIngvh+qyMRLaj8r16ZgqelktxduKI1M7XmyHL7la16+Lwxr0ufIZQUdWEl2/QALFAMKLw4gCNWUK00cQ==", "license": "BSD-3-Clause", "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "peerDependencies": { - "@hello.nrfcloud.com/proto-map": "^16.1.6", - "@sinclair/typebox": "^0.33.11", + "@hello.nrfcloud.com/proto-map": "^16.1.7", + "@sinclair/typebox": "^0.33.12", "ajv": "^8.17.1", "jsonata": "^2.0.5" } }, "node_modules/@hello.nrfcloud.com/proto-map": { - "version": "16.1.6", - "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto-map/-/proto-map-16.1.6.tgz", - "integrity": "sha512-wfNf0RFE2iG7Cqe/vx1TuOmoykD/jgy+kw93c9OJaVEEFZhpcrRdq1SJbOq0VmqqQttIZz3afuFOUoootvDtmw==", + "version": "16.1.7", + "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto-map/-/proto-map-16.1.7.tgz", + "integrity": "sha512-dmleEm8Dcs91Q2Ibbz34YVg1tl4VX/ZWqgoBOVuUxaVwsz9EB1kfUbUNkSIAmmkeCy2hOf45o724NAO7CcGoAQ==", "license": "BSD-3-Clause", "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "peerDependencies": { - "@sinclair/typebox": "^0.33.11" + "@sinclair/typebox": "^0.33.12" } }, "node_modules/@humanwhocodes/config-array": { @@ -2013,9 +2013,9 @@ "license": "MIT" }, "node_modules/@sinclair/typebox": { - "version": "0.33.11", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.33.11.tgz", - "integrity": "sha512-2+0JxGh5HK1KX660phgcfxw161/TV3n0koonoQ8u65gTeZFHdWI5ujPaGaQmXXtVC6rwEWwPtOoQ8ihyZwt3eg==", + "version": "0.33.12", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.33.12.tgz", + "integrity": "sha512-d5KrXIdPolLp8VpGpZAQvEz8ioVtFlUQSyCIS2sEBi7FKhceIB7nj9BlNfqqvp5wmOfg8v8bP1rAvYYkjz21/Q==", "license": "MIT", "peer": true }, diff --git a/package.json b/package.json index b52e81e..3b4e854 100644 --- a/package.json +++ b/package.json @@ -80,8 +80,8 @@ "dependencies": { "@bifravst/aws-ssm-settings-helpers": "1.2.27", "@bifravst/from-env": "3.0.2", - "@hello.nrfcloud.com/proto": "15.2.6", - "@hello.nrfcloud.com/proto-map": "16.1.6", + "@hello.nrfcloud.com/proto": "15.2.8", + "@hello.nrfcloud.com/proto-map": "16.1.7", "mqtt": "5.10.1", "xml2js": "0.6.2" }