diff --git a/package-lock.json b/package-lock.json index bbc5d1d..2f5ad4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ }, "peerDependencies": { "@aws-lambda-powertools/metrics": "^2.1.0", - "@hello.nrfcloud.com/proto": "^9.0.0", + "@hello.nrfcloud.com/proto": "^9.0.1", "@middy/core": "^5.3.2" } }, @@ -660,9 +660,9 @@ } }, "node_modules/@hello.nrfcloud.com/proto": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-9.0.0.tgz", - "integrity": "sha512-KSjJKBoB72BvgXDvzniDDjCntlDaBj81HiUMJ1UnD9x9gbyimcC8bYgSFqrt5+uWQTarr9I4H+R7dXUJdIInFA==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@hello.nrfcloud.com/proto/-/proto-9.0.1.tgz", + "integrity": "sha512-JlJV2hZ5llohRaPE7nVX36LsQC3S5xvY6ENT2IB4UvL1OEMkUqMOSq00TyCZDMjhb9bGpdaP9XkG/WxJQxW+0Q==", "peer": true, "engines": { "node": ">=20.0.0", @@ -671,7 +671,7 @@ "peerDependencies": { "@hello.nrfcloud.com/proto-map": "^8.0.2", "@sinclair/typebox": "^0.32.27", - "ajv": "^8.12.0", + "ajv": "^8.13.0", "jsonata": "^2.0.4" } }, @@ -1079,15 +1079,15 @@ } }, "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", + "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", "peer": true, "dependencies": { - "fast-deep-equal": "^3.1.1", + "fast-deep-equal": "^3.1.3", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" + "uri-js": "^4.4.1" }, "funding": { "type": "github", diff --git a/package.json b/package.json index 8113a5b..216dc5f 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "prettier": "@bifravst/prettier-config", "peerDependencies": { "@aws-lambda-powertools/metrics": "^2.1.0", - "@hello.nrfcloud.com/proto": "^9.0.0", + "@hello.nrfcloud.com/proto": "^9.0.1", "@middy/core": "^5.3.2" } }