Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Feb 12, 2024
1 parent 1e97e3d commit 4238c9d
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 98 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,3 @@
{
"codeQL.githubDatabase.download": "never"
}
173 changes: 88 additions & 85 deletions package-lock.json

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

24 changes: 12 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@homebridge/camera-utils",
"version": "2.2.5",
"version": "2.2.6",
"description": "Utilities to simplify homebridge camera plugin development",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -46,25 +46,25 @@
"dependencies": {
"execa": "^5.1.1",
"ffmpeg-for-homebridge": "^2.1.1",
"pick-port": "^1.0.1",
"pick-port": "^2.0.1",
"rxjs": "^7.8.1",
"systeminformation": "^5.21.22"
"systeminformation": "^5.21.24"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"conventional-github-releaser": "^3.1.5",
"dotenv": "^16.3.1",
"dotenv": "^16.4.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
}
}

0 comments on commit 4238c9d

Please sign in to comment.