mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
Обновление зависимостей
This commit is contained in:
parent
bf4523ad88
commit
a5898cc31b
2 changed files with 21 additions and 21 deletions
38
package-lock.json
generated
38
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "jaba",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "jaba",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.2",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.7.0",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"@distube/soundcloud": "^1.1.0",
|
||||
"@distube/spotify": "^1.2.1",
|
||||
"@distube/yt-dlp": "^1.0.2",
|
||||
"@distube/ytdl-core": "^4.10.0",
|
||||
"@distube/ytdl-core": "^4.11.1",
|
||||
"@k3rn31p4nic/google-translate-api": "github:k3rn31p4nic/google-translate-api",
|
||||
"@sindresorhus/slugify": "^1.1.0",
|
||||
"amethyste-api": "github:Androz2091/amethyste-api",
|
||||
|
@ -36,7 +36,7 @@
|
|||
"express-session": "^1.17.0",
|
||||
"ffmpeg-static": "^4.4.0",
|
||||
"figlet": "^1.5.0",
|
||||
"gamedig": "^4.0.0",
|
||||
"gamedig": "^4.0.2",
|
||||
"i18next": "^20.2.2",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
"js-string-cleaner": "^1.0.3",
|
||||
|
@ -330,16 +330,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@distube/ytdl-core": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.10.0.tgz",
|
||||
"integrity": "sha512-5CRxfpeS1kxCBhzZuE9voXPNH24xEPaGPMm3ng1vxZXMnFCPfV+fYUOweKTNP51Wkk/tn+lShbAHGuj6FTSs/Q==",
|
||||
"version": "4.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.11.1.tgz",
|
||||
"integrity": "sha512-jroZ7zOMhoIvIPGL+Qy0JJOyM+gSOGxqFJLwsWEg8eyZqPyqlAP1vdTuUXx4ID5dEYfOXn3iXw6yoE2Td1IkRQ==",
|
||||
"dependencies": {
|
||||
"m3u8stream": "^0.8.6",
|
||||
"miniget": "^4.0.0",
|
||||
"miniget": "^4.2.2",
|
||||
"sax": "^1.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/@distube/ytpl": {
|
||||
|
@ -2214,9 +2214,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/gamedig": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.0.0.tgz",
|
||||
"integrity": "sha512-kKW4XME10WAnEVwdUYak/p8Z1bTHRAnZLCdnrHLp5AjDSx1KwW9h2Q7+zSbNHWfx817OrY1lLvMrV0WaZO6vqA==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.0.2.tgz",
|
||||
"integrity": "sha512-sTqdQce36vdFeZ05aPRfVux62nueq4jxRmbbAXPPxUx/srTDWwhDwxLPYLDTu9mT0ItLdJ9rceCE0moDOt51Mg==",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"compressjs": "^1.0.2",
|
||||
|
@ -4947,12 +4947,12 @@
|
|||
}
|
||||
},
|
||||
"@distube/ytdl-core": {
|
||||
"version": "4.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.10.0.tgz",
|
||||
"integrity": "sha512-5CRxfpeS1kxCBhzZuE9voXPNH24xEPaGPMm3ng1vxZXMnFCPfV+fYUOweKTNP51Wkk/tn+lShbAHGuj6FTSs/Q==",
|
||||
"version": "4.11.1",
|
||||
"resolved": "https://registry.npmjs.org/@distube/ytdl-core/-/ytdl-core-4.11.1.tgz",
|
||||
"integrity": "sha512-jroZ7zOMhoIvIPGL+Qy0JJOyM+gSOGxqFJLwsWEg8eyZqPyqlAP1vdTuUXx4ID5dEYfOXn3iXw6yoE2Td1IkRQ==",
|
||||
"requires": {
|
||||
"m3u8stream": "^0.8.6",
|
||||
"miniget": "^4.0.0",
|
||||
"miniget": "^4.2.2",
|
||||
"sax": "^1.1.3"
|
||||
}
|
||||
},
|
||||
|
@ -6417,9 +6417,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"gamedig": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.0.0.tgz",
|
||||
"integrity": "sha512-kKW4XME10WAnEVwdUYak/p8Z1bTHRAnZLCdnrHLp5AjDSx1KwW9h2Q7+zSbNHWfx817OrY1lLvMrV0WaZO6vqA==",
|
||||
"version": "4.0.2",
|
||||
"resolved": "https://registry.npmjs.org/gamedig/-/gamedig-4.0.2.tgz",
|
||||
"integrity": "sha512-sTqdQce36vdFeZ05aPRfVux62nueq4jxRmbbAXPPxUx/srTDWwhDwxLPYLDTu9mT0ItLdJ9rceCE0moDOt51Mg==",
|
||||
"requires": {
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
"compressjs": "^1.0.2",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@distube/soundcloud": "^1.1.0",
|
||||
"@distube/spotify": "^1.2.1",
|
||||
"@distube/yt-dlp": "^1.0.2",
|
||||
"@distube/ytdl-core": "^4.10.0",
|
||||
"@distube/ytdl-core": "^4.11.1",
|
||||
"@k3rn31p4nic/google-translate-api": "github:k3rn31p4nic/google-translate-api",
|
||||
"@sindresorhus/slugify": "^1.1.0",
|
||||
"amethyste-api": "github:Androz2091/amethyste-api",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"express-session": "^1.17.0",
|
||||
"ffmpeg-static": "^4.4.0",
|
||||
"figlet": "^1.5.0",
|
||||
"gamedig": "^4.0.0",
|
||||
"gamedig": "^4.0.2",
|
||||
"i18next": "^20.2.2",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
"js-string-cleaner": "^1.0.3",
|
||||
|
|
Loading…
Reference in a new issue