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

This commit is contained in:
dependabot[bot]
2025-06-05 12:15:07 +00:00
committed by GitHub
parent 0dfb486ea1
commit ba5d29379a
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@aws-sdk/credential-providers": "3.823.0", "@aws-sdk/credential-providers": "3.823.0",
"amazon-cognito-identity-js": "6.3.15", "amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.21.4", "aws-iot-device-sdk-v2": "1.21.5",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },
@@ -3588,15 +3588,15 @@
} }
}, },
"node_modules/aws-crt": { "node_modules/aws-crt": {
"version": "1.26.2", "version": "1.27.1",
"resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.26.2.tgz", "resolved": "https://registry.npmjs.org/aws-crt/-/aws-crt-1.27.1.tgz",
"integrity": "sha512-XyzCoWMQ693g6iLFqgeVl6DTMKZIIc0zlzwLvP47az7nRgob8JLiqJDbx1ljKqBxKesRqq9igjTMzOKh3JkvUA==", "integrity": "sha512-U2wElxs5APhrazGiQYrgCx23mSFi6BiW/5i+oxzXIrl806RI+gKnGQ3bynw+DV5nLbErPBevuKFz7F+mEo8ekg==",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@aws-sdk/util-utf8-browser": "^3.259.0", "@aws-sdk/util-utf8-browser": "^3.259.0",
"@httptoolkit/websocket-stream": "^6.0.1", "@httptoolkit/websocket-stream": "^6.0.1",
"axios": "^1.7.4", "axios": "^1.9.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"crypto-js": "^4.2.0", "crypto-js": "^4.2.0",
"mqtt": "^4.3.8", "mqtt": "^4.3.8",
@@ -3771,13 +3771,13 @@
} }
}, },
"node_modules/aws-iot-device-sdk-v2": { "node_modules/aws-iot-device-sdk-v2": {
"version": "1.21.4", "version": "1.21.5",
"resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.21.4.tgz", "resolved": "https://registry.npmjs.org/aws-iot-device-sdk-v2/-/aws-iot-device-sdk-v2-1.21.5.tgz",
"integrity": "sha512-2SZt34ddztwYQnzTyDvebqglqTIN7Guf7e+CLZ3XznlVw/8rIhuAh81sSBWmfMW27enQCSatHYpBQhux3bra0w==", "integrity": "sha512-9V3s5qr4Z6R9GOYqh8GV+fjhimuXIXywbOelkvtY83r7kb5EQzuv1smtJaLeEXcSrQaFjLqtl7nKCue0cpWOMA==",
"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.26.2" "aws-crt": "1.27.1"
} }
}, },
"node_modules/axios": { "node_modules/axios": {

View File

@@ -48,7 +48,7 @@
"dependencies": { "dependencies": {
"@aws-sdk/credential-providers": "3.823.0", "@aws-sdk/credential-providers": "3.823.0",
"amazon-cognito-identity-js": "6.3.15", "amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.21.4", "aws-iot-device-sdk-v2": "1.21.5",
"dayjs": "1.11.13", "dayjs": "1.11.13",
"lodash": "4.17.21" "lodash": "4.17.21"
}, },