From dcdcfdf0e57f38786465eadee1a7415c3edb7dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 02:29:15 +0000 Subject: [PATCH] Bump multistream from 2.1.1 to 4.1.0 Bumps [multistream](https://github.com/feross/multistream) from 2.1.1 to 4.1.0. - [Release notes](https://github.com/feross/multistream/releases) - [Commits](https://github.com/feross/multistream/compare/v2.1.1...v4.1.0) --- updated-dependencies: - dependency-name: multistream dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 118 ++++++++++++++++++++++++++------------------------- 1 file changed, 60 insertions(+), 58 deletions(-) diff --git a/package.json b/package.json index d25a162..1ec0974 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,60 @@ -{ - "name": "libxzbot", - "version": "1.0.0", - "description": "Chika for whatsapp online with termux", - "main": "index.js", - "directories": { - "lib": "lib" - }, - "devDependencies": {}, - "scripts": { - "start": "node index", - "play": "nodemon index" - }, - "keywords": [ - "termux", - "whatsapp", - "bot", - "whatsapp", - "bot" - ], - "author": "LanzVian", - "repository": { - "type": "git", - "url": "git+https://github.com/alonecans/wansap-bot-manca.git" - }, - "bugs": { - "url": "https://github.com/alonecans/wansap-bot-manca/issues" - }, - "homepage": "https://github.com/alonecans/readme.md", - "license": "ISC", - "dependencies": { - "@adiwajshing/baileys": "^3.3.0", - "async": "^2.4.1", - "axios": "^0.21.0", - "cfonts": "^2.9.0", - "dotenv": "^8.2.0", - "brainly-scraper": "^1.0.3", - "mathjs": "^8.1.1", - "fs-extra": "^9.0.1", - "escape-string-regexp": "^1.0.5", - "fake-useragent": "^1.0.1", - "fluent-ffmpeg": "^2.1.2", - "got": "^11.8.1", - "image-to-base64": "^2.1.1", - "moment-timezone": "^0.5.32", - "multistream": "^2.1.0", - "needle": "^2.5.2", - "node-fetch": "^2.6.1", - "node-gtts": "^2.0.2", - "node-tesseract-ocr": "^2.0.0", - "performance-now": "^2.1.0", - "qrcode-terminal": "^0.12.0", - "remove.bg": "^1.3.0", - "request": "^2.81.0", - "spinnies": "^0.5.1", - "tiktok-scraper": "^1.4.7" - } -} +{ + "name": "libxzbot", + "version": "1.0.0", + "description": "Chika for whatsapp online with termux", + "main": "index.js", + "directories": { + "lib": "lib" + }, + "devDependencies": {}, + "scripts": { + "start": "node index", + "play": "nodemon index" + }, + "keywords": [ + "termux", + "whatsapp", + "bot", + "whatsapp", + "bot" + ], + "author": "LanzVian", + "repository": { + "type": "git", + "url": "git+https://github.com/alonecans/wansap-bot-manca.git" + }, + "bugs": { + "url": "https://github.com/alonecans/wansap-bot-manca/issues" + }, + "homepage": "https://github.com/alonecans/readme.md", + "license": "ISC", + "dependencies": { + "@adiwajshing/baileys": "^3.3.0", + "async": "^2.4.1", + "axios": "^0.21.0", + "cfonts": "^2.9.0", + "dotenv": "^8.2.0", + "brainly-scraper": "^1.0.3", + "mathjs": "^8.1.1", + "fs-extra": "^10.0.0", + "mathjs": "^9.5.0", + "fs-extra": "^9.1.0", + "escape-string-regexp": "^1.0.5", + "fake-useragent": "^1.0.1", + "fluent-ffmpeg": "^2.1.2", + "got": "^11.8.1", + "image-to-base64": "^2.1.1", + "moment-timezone": "^0.5.32", + "multistream": "^4.1.0", + "needle": "^2.5.2", + "node-fetch": "^2.6.1", + "node-gtts": "^2.0.2", + "node-tesseract-ocr": "^2.0.0", + "performance-now": "^2.1.0", + "qrcode-terminal": "^0.12.0", + "remove.bg": "^1.3.0", + "request": "^2.81.0", + "spinnies": "^0.5.1", + "tiktok-scraper": "^1.4.7" + } +}