This commit is contained in:
zubiden 2025-10-08 12:33:47 +02:00 committed by Alexander Zinchuk
parent 92d50dced8
commit 520d010676
2 changed files with 6 additions and 4 deletions

8
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "telegram-t",
"version": "10.9.75",
"version": "12.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "telegram-t",
"version": "10.9.75",
"version": "12.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@cryptography/aes": "^0.1.1",
@ -17,7 +17,6 @@
"@tauri-apps/plugin-updater": "^2.9.0",
"async-mutex": "^0.5.0",
"big-integer": "github:painor/BigInteger.js",
"browserslist-config-baseline": "^0.5.0",
"emoji-data-ios": "git+https://github.com/korenskoy/emoji-data-ios#443f1c9d7b16a82e7ee53f7f226d7d9a9920a105",
"idb-keyval": "^6.2.2",
"lowlight": "^3.3.0",
@ -61,6 +60,7 @@
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"babel-plugin-transform-import-meta": "^2.3.3",
"browserslist-config-baseline": "^0.5.0",
"buffer": "^6.0.3",
"concurrently": "^9.1.2",
"copy-webpack-plugin": "^13.0.0",
@ -7317,6 +7317,7 @@
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.1.tgz",
"integrity": "sha512-SavoruNTKZVwwfML0iEwBBiOUUPPkYpP15TeLV0FlGeEuYtqHr4cZqhNWUdzAyHmdXHiETWe/Mznf+g9mUjPOQ==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"baseline-browser-mapping": "dist/cli.js"
@ -7598,6 +7599,7 @@
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/browserslist-config-baseline/-/browserslist-config-baseline-0.5.0.tgz",
"integrity": "sha512-TBB58g6MkqLiN7JPqkNWImFBpiybPDyMN6QeU7/Vb5J10eAyNEPQLj0HpFsTZZ+xyeFpCIz2qNdg0/xnrq929Q==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"baseline-browser-mapping": "^2.5.6"

View File

@ -1,6 +1,6 @@
{
"name": "telegram-t",
"version": "10.9.75",
"version": "12.0.0",
"description": "",
"author": "Alexander Zinchuk (alexander@zinchuk.com)",
"license": "GPL-3.0-or-later",