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

This commit is contained in:
dependabot[bot]
2025-06-25 14:41:32 +00:00
committed by GitHub
parent 39fc9048df
commit 73cec9a90e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@aws-sdk/client-iot": "3.835.0", "@aws-sdk/client-iot": "3.835.0",
"@aws-sdk/credential-providers": "3.830.0", "@aws-sdk/credential-providers": "3.830.0",
"amazon-cognito-identity-js": "6.3.15", "amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.21.5", "aws-iot-device-sdk-v2": "1.22.0",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
@@ -4021,9 +4021,9 @@
} }
}, },
"node_modules/aws-crt": { "node_modules/aws-crt": {
"version": "1.27.1", "version": "1.27.3",
"resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.27.1.tgz", "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.27.3.tgz",
"integrity": "sha512-U2wElxs5APhrazGiQYrgCx23mSFi6BiW/5i+oxzXIrl806RI+gKnGQ3bynw+DV5nLbErPBevuKFz7F+mEo8ekg==", "integrity": "sha512-LPVCX4If8nAy1OERzmFx/pVr4g6olBqbz30SoLTkVJu5m5WH5GkhbIKnucQ1e5ZbpfNh+nrsFM2dolXO8ow4PQ==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
@@ -4204,13 +4204,13 @@
} }
}, },
"node_modules/aws-iot-device-sdk-v2": { "node_modules/aws-iot-device-sdk-v2": {
"version": "1.21.5", "version": "1.22.0",
"resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.21.5.tgz", "resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.22.0.tgz",
"integrity": "sha512-9V3s5qr4Z6R9GOYqh8GV+fjhimuXIXywbOelkvtY83r7kb5EQzuv1smtJaLeEXcSrQaFjLqtl7nKCue0cpWOMA==", "integrity": "sha512-y2HwlK1IZiVkrO2+cTbod2+vlFAyXGYrNmfwu0iMuO5tnu2FpfIpwPtbM42WSZURuuM+h1YHt9Rma/KyGrJk7w==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@aws-sdk/util-utf8-browser": "^3.109.0", "@aws-sdk/util-utf8-browser": "^3.109.0",
"aws-crt": "1.27.1" "aws-crt": "1.27.3"
} }
}, },
"node_modules/axios": { "node_modules/axios": {

View File

@@ -53,7 +53,7 @@
"@aws-sdk/client-iot": "3.835.0", "@aws-sdk/client-iot": "3.835.0",
"@aws-sdk/credential-providers": "3.830.0", "@aws-sdk/credential-providers": "3.830.0",
"amazon-cognito-identity-js": "6.3.15", "amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.21.5", "aws-iot-device-sdk-v2": "1.22.0",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },