Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Oct 31, 2024
1 parent 6f0df77 commit 2513c5d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/Apollon77/hap-controller-node#readme",
"dependencies": {
"@stoprocent/noble": "1.15.0",
"@stoprocent/noble": "^1.15.1",
"bignumber.js": "^9.1.2",
"debug": "^4.3.7",
"dnssd": "^0.4.1",
Expand All @@ -37,15 +37,15 @@
"json-bigint": "^1.0.0",
"libsodium-wrappers": "^0.7.15",
"node-hkdf-sync": "^1.0.0",
"uuid": "^10.0.0"
"uuid": "^11.0.2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.8.0",
"@types/debug": "^4.1.12",
"@types/dnssd": "^0.4.5",
"@types/json-bigint": "^1.0.4",
"@types/libsodium-wrappers": "^0.7.14",
"@types/node": "^22.7.3",
"@types/node": "^22.8.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
Expand All @@ -54,7 +54,7 @@
"event-to-promise": "^0.8.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "~5.6.3"
},
"files": [
"LICENSE",
Expand Down

0 comments on commit 2513c5d

Please sign in to comment.