Updates dependencies and adds requirements file

Updates the electron-to-chromium dependency to the latest version.

Adds a requirements.txt file for specifying Python dependencies with version constraints, targeting Python 3.12.
This commit is contained in:
fundor333
2025-07-27 18:15:18 +02:00
parent 2474889094
commit e6ba7db75f
2 changed files with 29 additions and 28 deletions

6
package-lock.json generated
View File

@@ -241,9 +241,9 @@
}
},
"node_modules/electron-to-chromium": {
"version": "1.5.187",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.187.tgz",
"integrity": "sha512-cl5Jc9I0KGUoOoSbxvTywTa40uspGJt/BDBoDLoxJRSBpWh4FFXBsjNRHfQrONsV/OoEjDfHUmZQa2d6Ze4YgA==",
"version": "1.5.191",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.191.tgz",
"integrity": "sha512-xcwe9ELcuxYLUFqZZxL19Z6HVKcvNkIwhbHUz7L3us6u12yR+7uY89dSl570f/IqNthx8dAw3tojG7i4Ni4tDA==",
"license": "ISC"
},
"node_modules/emoji-regex": {