Skip to content

Commit ef72c13

Browse files
committed
fix: update dependencies
Closes #122 Closes #121 Closes #117 Closes #104 Closes #82 Closes #79 Closes #77
1 parent ee93f23 commit ef72c13

File tree

3 files changed

+61
-57
lines changed

3 files changed

+61
-57
lines changed

lwm2m/shadowToObjects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const shadowToObjects = (shadow: LwM2MShadow): LwM2MObjectInstance[] =>
1616
string,
1717
]
1818
const ObjectID = parseInt(ObjectIDString, 10)
19-
const tsResource = timestampResources[ObjectID]
19+
const tsResource = timestampResources.get(ObjectID)
2020
if (tsResource === undefined) return null
2121
return Object.entries(Instances).map(([instanceId, Resources]) => {
2222
const ObjectInstanceID = parseInt(instanceId, 10)

package-lock.json

Lines changed: 54 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"@bifravst/aws-ssm-settings-helpers": "1.1.32",
3737
"@bifravst/ci": "2.0.1",
3838
"@bifravst/eslint-config-typescript": "6.1.3",
39-
"@bifravst/http-api-mock": "1.4.95",
39+
"@bifravst/http-api-mock": "2.0.8",
4040
"@bifravst/prettier-config": "1.0.3",
4141
"@bifravst/run": "1.2.0",
4242
"@commitlint/config-conventional": "19.2.2",
43-
"@hello.nrfcloud.com/bdd-markdown-steps": "2.5.13",
43+
"@hello.nrfcloud.com/bdd-markdown-steps": "2.5.20",
4444
"@nordicsemiconductor/bdd-markdown": "8.2.1",
4545
"@nordicsemiconductor/cloudformation-helpers": "9.1.0",
4646
"@swc/cli": "0.3.12",
@@ -100,10 +100,10 @@
100100
"@aws-sdk/client-ssm": "3.598.0",
101101
"@aws-sdk/util-dynamodb": "3.598.0",
102102
"@hello.nrfcloud.com/certificate-helpers": "1.0.0",
103-
"@hello.nrfcloud.com/lambda-helpers": "1.1.26",
104-
"@hello.nrfcloud.com/nrfcloud-api-helpers": "3.0.58",
105-
"@hello.nrfcloud.com/proto": "12.0.4",
106-
"@hello.nrfcloud.com/proto-map": "9.2.0",
103+
"@hello.nrfcloud.com/lambda-helpers": "1.2.9",
104+
"@hello.nrfcloud.com/nrfcloud-api-helpers": "5.2.8",
105+
"@hello.nrfcloud.com/proto": "13.3.2",
106+
"@hello.nrfcloud.com/proto-map": "12.1.3",
107107
"@middy/core": "5.4.0",
108108
"@nordicsemiconductor/from-env": "3.0.1",
109109
"@nordicsemiconductor/random-words": "8.0.1",

0 commit comments

Comments
 (0)