diff --git a/package-lock.json b/package-lock.json index 7b831946..f9450a31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { - "@hello.nrfcloud.com/proto": "7.3.2", + "@hello.nrfcloud.com/proto": "7.3.3", "@sentry/browser": "7.112.2", "@sinclair/typebox": "0.32.24", "classnames": "2.5.1", @@ -1902,31 +1902,31 @@ } }, "node_modules/@hello.nrfcloud.com/proto": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-7.3.2.tgz", - "integrity": "sha512-6OWituAD5IkUSllwYDMS4B8WoPT+GegcV+G/qopxb+mr9RwNuyPzmRPqS1Qm0sLQtpeDI2kKueR18iged8SGXA==", + "version": "7.3.3", + "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-7.3.3.tgz", + "integrity": "sha512-Zqx8C0f49+zfqR8pGNf4/azUYglYBaLLmuQa+haKUMCXzi+j2wbO1C5Whbue2xLhefMxV7ItHukjQpO28+tpYg==", "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "peerDependencies": { - "@hello.nrfcloud.com/proto-map": "^7.1.0", + "@hello.nrfcloud.com/proto-map": "^7.1.1", "@sinclair/typebox": "^0.32.24", "ajv": "^8.12.0", "jsonata": "^2.0.4" } }, "node_modules/@hello.nrfcloud.com/proto-map": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto-map/-/proto-map-7.1.0.tgz", - "integrity": "sha512-7zCkVKMlkt5Yua1hHNnn8DHKvHPH2cI9Af+GDT6fmCQVDtdeaPqDiqq9JD4Rgz0RSSFaYJTLMioZpNX/G7jctg==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto-map/-/proto-map-7.1.1.tgz", + "integrity": "sha512-PuVYcD6TKNmpA2we2zV9J0GQ2kJmFC4ZRWOm+YcxTYf0DWLMl/Q1sSO28qwbnsx+iSBc6F0Jkmo/Mo6afgOQqw==", "peer": true, "engines": { "node": ">=20.0.0", "npm": ">=9.0.0" }, "peerDependencies": { - "@sinclair/typebox": "^0.32.22", + "@sinclair/typebox": "^0.32.24", "ajv": "^8.12.0" } }, diff --git a/package.json b/package.json index 0664d8dc..060d83b0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "postinstall": "cp -r node_modules/svg-country-flags/svg/ static/flags" }, "dependencies": { - "@hello.nrfcloud.com/proto": "7.3.2", + "@hello.nrfcloud.com/proto": "7.3.3", "@sentry/browser": "7.112.2", "@sinclair/typebox": "0.32.24", "classnames": "2.5.1",