chore(deps): Bump aws-iot-device-sdk-v2 from 1.22.0 to 1.23.1 (#182)

This commit is contained in:
dependabot[bot]
2025-11-23 14:59:39 +00:00
committed by GitHub
parent cbac285b1e
commit 3b2a020ac7
2 changed files with 16 additions and 6 deletions

20
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@aws-sdk/client-iot": "3.920.0",
"@aws-sdk/credential-providers": "3.927.0",
"amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.22.0",
"aws-iot-device-sdk-v2": "1.23.1",
"dayjs": "1.11.19",
"lodash": "4.17.21",
"nanoid": "5.1.6"
@@ -4438,13 +4438,14 @@
}
},
"node_modules/aws-iot-device-sdk-v2": {
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.22.0.tgz",
"integrity": "sha512-y2HwlK1IZiVkrO2+cTbod2+vlFAyXGYrNmfwu0iMuO5tnu2FpfIpwPtbM42WSZURuuM+h1YHt9Rma/KyGrJk7w==",
"version": "1.23.1",
"resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.23.1.tgz",
"integrity": "sha512-cP6KlijxW7O0yUWCk7f7qe6anRBkRO30vBGD/e/Dg72YkQwPpl6BYN+2BiXHCr/mHG9oIkrgXGDxEwjQs8b5hQ==",
"license": "Apache-2.0",
"dependencies": {
"@aws-sdk/util-utf8-browser": "^3.109.0",
"aws-crt": "1.27.3"
"aws-crt": "1.27.3",
"uuid": "^8.3.2"
}
},
"node_modules/axios": {
@@ -13288,6 +13289,15 @@
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
"license": "MIT"
},
"node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/validate-npm-package-license": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",

View File

@@ -53,7 +53,7 @@
"@aws-sdk/client-iot": "3.920.0",
"@aws-sdk/credential-providers": "3.927.0",
"amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.22.0",
"aws-iot-device-sdk-v2": "1.23.1",
"dayjs": "1.11.19",
"lodash": "4.17.21",
"nanoid": "5.1.6"