Compare commits

..

3 Commits

Author SHA1 Message Date
909b45ebcb Update dependency pyTelegramBotAPI to ~=4.8.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-12 10:47:07 +01:00
79bd18df3e Merge pull request 'Update dependency rxjs to ~7.6.0' (#536) from renovate/rxjs-7.x into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #536
2022-12-12 10:46:48 +01:00
35b7510eb9 Update dependency rxjs to ~7.6.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-03 20:53:25 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -8030,9 +8030,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "7.5.6", "version": "7.6.0",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.6.0.tgz",
"integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==", "integrity": "sha512-DDa7d8TFNUalGC9VqXvQ1euWNN7sc63TrUCuM9J998+ViviahMIjKSOU7rfcgFOF+FCD71BhDRv4hrFz+ImDLQ==",
"requires": { "requires": {
"tslib": "^2.1.0" "tslib": "^2.1.0"
} }

View File

@ -24,7 +24,7 @@
"@angular/router": "~14.2.0", "@angular/router": "~14.2.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3", "ngx-cron-editor": "^0.7.3",
"rxjs": "~7.5.0", "rxjs": "~7.6.0",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },