Skip to content

Commit

Permalink
Bump @types/node from 20.4.9 to 20.8.7 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 4c57b87 commit 227955a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
34 changes: 26 additions & 8 deletions 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 tests/adapters/discovery/hap_node_js_client.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { afterAll, describe, expect, jest, test } from '@jest/globals'
import { hapNodeJsClientDiscover as discover } from '../../../src/adapters/discovery/hap_node_js_client'

const intervals: NodeJS.Timer[] = []
const intervals: NodeJS.Timeout[] = []

let deviceData: unknown = null

Expand Down

0 comments on commit 227955a

Please sign in to comment.