6 Commits

3 changed files with 572 additions and 609 deletions

View File

@@ -8,7 +8,7 @@ updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'daily'
interval: 'weekly'
labels:
- 'dependencies'
commit-message:

1167
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@
},
"dependencies": {
"@aws-sdk/client-iot": "3.920.0",
"@aws-sdk/credential-providers": "3.901.0",
"@aws-sdk/credential-providers": "3.922.0",
"amazon-cognito-identity-js": "6.3.15",
"aws-iot-device-sdk-v2": "1.22.0",
"dayjs": "1.11.18",
@@ -61,10 +61,10 @@
"@eslint/js": "9.38.0",
"@semantic-release/npm": "13.1.1",
"@types/lodash": "4.17.20",
"@types/node": "24.9.2",
"@types/node": "24.10.0",
"conventional-changelog-conventionalcommits": "9.1.0",
"dotenv": "17.2.3",
"eslint": "9.38.0",
"eslint": "9.39.0",
"eslint-plugin-jsdoc": "61.1.11",
"eslint-plugin-tsdoc": "0.4.0",
"pino": "9.13.0",
@@ -75,9 +75,9 @@
"semantic-release": "25.0.1",
"tsup": "8.5.0",
"tsx": "4.20.6",
"typedoc": "0.28.13",
"typedoc-material-theme": "1.4.0",
"typedoc": "0.28.14",
"typedoc-material-theme": "1.4.1",
"typescript": "5.9.3",
"typescript-eslint": "8.41.0"
"typescript-eslint": "8.46.2"
}
}