Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 87d5f9c commit fc4d913
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@types/sql.js": "1.4.9",
"@types/tar": "^6.1.13",
"@types/wav-encoder": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -59,10 +59,10 @@
"rimraf": "^5.0.5",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.6.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.6.3",
"wrangler": "^3.0.0"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions src/clients/telegram/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 src/clients/telegram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@
"socket.io": "^4.7.2",
"sqlite3": "5.1.7",
"telegraf": "^4.16.3",
"ts-node": "^10.9.2",
"ts-node": "10.9.2",
"typegram": "^5.2.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "^8.50.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"nodemon": "^3.0.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "5.6.3"
}
}

0 comments on commit fc4d913

Please sign in to comment.