Skip to content

Commit

Permalink
dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Nov 10, 2023
1 parent 4e6e9d2 commit 31574a0
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 70 deletions.
127 changes: 64 additions & 63 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugnmeet-recorder",
"version": "1.3.4",
"version": "1.3.5",
"description": "Simple plugNmeet recorder",
"author": "Jibon L. Costa",
"license": "MIT",
Expand All @@ -14,22 +14,22 @@
"lint": "prettier --write \"./src/**/*.{ts,js}\" && eslint --fix ./src/**/*.{ts,js}"
},
"dependencies": {
"@bufbuild/protobuf": "1.4.1",
"axios": "1.6.0",
"@bufbuild/protobuf": "1.4.2",
"axios": "1.6.1",
"axios-retry": "3.8.1",
"ioredis": "5.3.2",
"js-yaml": "4.1.0",
"puppeteer": "21.5.0",
"puppeteer": "21.5.1",
"winston": "3.11.0",
"winston-daily-rotate-file": "4.7.1",
"ws": "8.14.2",
"xvfb": "0.4.0"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "1.4.1",
"@bufbuild/protoc-gen-es": "1.4.2",
"@types/ioredis": "4.28.10",
"@types/js-yaml": "4.0.8",
"@types/ws": "8.5.8",
"@types/js-yaml": "4.0.9",
"@types/ws": "8.5.9",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"concurrently": "8.2.2",
Expand Down

0 comments on commit 31574a0

Please sign in to comment.