build: Upgrade pip at build time, bump node-redis and apprise

This commit is contained in:
Maksim Eltyshev
2026-01-29 13:21:53 +01:00
parent b37ca68d61
commit a5dc0a64ac
4 changed files with 11 additions and 4 deletions
+3 -3
View File
@@ -8689,9 +8689,9 @@
}
},
"node_modules/redis": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/redis/-/redis-3.1.1.tgz",
"integrity": "sha512-QhkKhOuzhogR1NDJfBD34TQJz2ZJwDhhIC6ZmvpftlmfYShHHQXjjNspAJ+Z2HH5NwSBVYBVganbiZ8bgFMHjg==",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/redis/-/redis-3.1.2.tgz",
"integrity": "sha512-grn5KoZLr/qrRQVwoSkmzdbw6pwF+/rwODtrOr6vuBRiR/f3rjSTGupbF90Zpqm2oenix8Do6RV7pYEkGwlKkw==",
"license": "MIT",
"dependencies": {
"denque": "^1.5.0",