Compare commits

..

1 Commits

Author SHA1 Message Date
4e822798a8 Update dependency highlight.js to v11.7.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-24 09:35:53 +01:00
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
pyTelegramBotAPI~=4.8.0
pyTelegramBotAPI~=4.7.0
Markdown~=3.4.1
newsapi-python~=0.2.6
python-dotenv~=0.21.0