Skip to content

Commit

Permalink
update dependencies - tackle dependabot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Sep 18, 2024
1 parent ae43621 commit c302258
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 73 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.
- `.toPromise()` is deprecated, change to `firstValueFrom()`
- fix deprecated `.subscribe()` signature
- HB2 plugins: also check for `>=2` from `engines.homebridge`
- update dependencies - tackle dependabot alerts

## v4.58.0 (2024-09-08)

Expand Down
111 changes: 59 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
"@homebridge/hap-client": "1.10.2",
"@homebridge/node-pty-prebuilt-multiarch": "0.11.14",
"@nestjs/axios": "3.0.3",
"@nestjs/common": "10.4.2",
"@nestjs/core": "10.4.2",
"@nestjs/common": "10.4.3",
"@nestjs/core": "10.4.3",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-fastify": "10.4.2",
"@nestjs/platform-socket.io": "10.4.2",
"@nestjs/swagger": "7.4.1",
"@nestjs/websockets": "10.4.2",
"@nestjs/platform-fastify": "10.4.3",
"@nestjs/platform-socket.io": "10.4.3",
"@nestjs/swagger": "7.4.2",
"@nestjs/websockets": "10.4.3",
"axios": "1.7.7",
"bash-color": "0.0.4",
"buffer-shims": "1.0.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@nestjs/testing": "^10.4.2",
"@nestjs/testing": "^10.4.3",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
Expand All @@ -138,7 +138,7 @@
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"form-data": "^4.0.0",
"nodemon": "^3.1.4",
"nodemon": "^3.1.5",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/backup.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,8 @@ describe('BackupController (e2e)', () => {

// https://github.com/homebridge/homebridge-config-ui-x/issues/1856

it('POST /backup/restore of a large .homebridge directory should backup, but restore will not work', async () => {
it('POST /backup/restore of a large .homebridge directory should backup, but restore will not work', { timeout: 10_000 }, async () => {
// Create a large file to be included within the backup

emptyDirSync(resolve(process.env.UIX_STORAGE_PATH, 'largefile'))

const createEmptyFileOfSize = (fileName, size) => {
Expand Down
20 changes: 10 additions & 10 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/emoji-js": "^3.5.2",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@types/node": "^22.5.5",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"@types/socket.io-client": "^3.0.0",
Expand Down

0 comments on commit c302258

Please sign in to comment.