Skip to content

Commit 6317b8e

Browse files
committed
Update deps
1 parent 2165ddb commit 6317b8e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Fix `bufferedAmount` type to be a number again (PR #936).
99
* `ActiveSpeakerObserver`: Fix 'dominantspeaker' event by having a single `Producer` as argument rather than an array with a `Producer` into it (PR #941).
1010
* `ActiveSpeakerObserver`: Fix memory leak (PR #942).
11+
* Update NPM deps.
1112

1213

1314
### 3.10.12

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"testRegex": "node/tests/test.*\\.js"
7070
},
7171
"dependencies": {
72-
"@types/node": "^16.11.10",
72+
"@types/node": "^18.11.9",
7373
"debug": "^4.3.4",
7474
"h264-profile-level-id": "^1.0.1",
7575
"supports-color": "^9.2.3",
@@ -78,8 +78,8 @@
7878
"devDependencies": {
7979
"@types/debug": "^4.1.7",
8080
"@types/uuid": "^8.3.4",
81-
"@typescript-eslint/eslint-plugin": "^5.41.0",
82-
"@typescript-eslint/parser": "^5.41.0",
81+
"@typescript-eslint/eslint-plugin": "^5.42.0",
82+
"@typescript-eslint/parser": "^5.42.0",
8383
"eslint": "^8.26.0",
8484
"eslint-plugin-jest": "^27.1.3",
8585
"jest": "^29.2.2",

0 commit comments

Comments
 (0)