Skip to content

Commit

Permalink
Pin pvtsutils version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Aug 15, 2023
1 parent 7655cc6 commit 6f5a5c3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
6 changes: 6 additions & 0 deletions .changeset/happy-seals-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'ring-client-api': patch
'homebridge-ring': patch
---

Pin pvtsutils to 1.3.2 to fix `RangeError: offset is out of bounds` error
33 changes: 18 additions & 15 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion packages/ring-client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
"socket.io-client": "^2.5.0",
"systeminformation": "^5.18.10",
"uuid": "^9.0.0",
"webcrypto-core": "^1.7.7",
"werift": "0.18.5",
"ws": "^8.13.0"
},
"overrides": {
"webcrypto-core": "^1.7.7",
"pvtsutils": "1.3.2"
},
"devDependencies": {
"@types/debug": "4.1.8",
"@types/jest": "29.5.3",
Expand Down

0 comments on commit 6f5a5c3

Please sign in to comment.