From 693f84ef67652c3228cf8d69c4b3fbc83e818e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:37:23 +0000 Subject: [PATCH] build(deps): bump link-preview-js from 3.0.4 to 3.0.5 Bumps [link-preview-js](https://github.com/ospfranco/link-preview-js) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/ospfranco/link-preview-js/releases) - [Commits](https://github.com/ospfranco/link-preview-js/commits/3.0.5) --- updated-dependencies: - dependency-name: link-preview-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 33 ++++++++------------------------- 2 files changed, 9 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index ee1b67dc..51929652 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ejs": "^3.1.7", "express": "^4.18.2", "express-exception-handler": "^1.3.23", - "link-preview-js": "^3.0.0", + "link-preview-js": "^3.0.5", "mongodb": "^4.12.1", "mongoose": "^6.7.4", "multer": "^1.4.5-lts.1", diff --git a/yarn.lock b/yarn.lock index 0761b5aa..3e5923c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,19 +2,10 @@ # yarn lockfile v1 -"@adiwajshing/baileys@https://github.com/WhiskeySockets/Baileys.git": - version "5.0.0" - resolved "https://github.com/WhiskeySockets/Baileys.git#13810ec7ea3700ec0e1b676869a2522993827de5" - dependencies: - "@hapi/boom" "^9.1.3" - axios "^1.3.3" - futoin-hkdf "^1.5.1" - libsignal "https://github.com/adiwajshing/libsignal-node.git" - music-metadata "^7.12.3" - node-cache "^5.1.2" - pino "^7.0.0" - protobufjs "^6.11.3" - ws "^8.0.0" +"@adiwajshing/keyed-db@^0.2.4": + version "0.2.4" + resolved "https://registry.yarnpkg.com/@adiwajshing/keyed-db/-/keyed-db-0.2.4.tgz#2a09e88fce20b2672deb60a7750c5fe3ab0dfd99" + integrity sha512-yprSnAtj80/VKuDqRcFFLDYltoNV8tChNwFfIgcf6PGD4sjzWIBgs08pRuTqGH5mk5wgL6PBRSsMCZqtZwzFEw== "@aws-crypto/ie11-detection@^2.0.0": version "2.0.2" @@ -2272,14 +2263,6 @@ levn@^0.4.1: prelude-ls "^1.2.1" type-check "~0.4.0" -"libsignal@git+https://github.com/adiwajshing/libsignal-node.git": - version "2.0.1" - uid "11dbd962ea108187c79a7c46fe4d6f790e23da97" - resolved "git+https://github.com/adiwajshing/libsignal-node.git#11dbd962ea108187c79a7c46fe4d6f790e23da97" - dependencies: - curve25519-js "^0.0.4" - protobufjs "6.8.8" - "libsignal@https://github.com/adiwajshing/libsignal-node.git": version "2.0.1" resolved "https://github.com/adiwajshing/libsignal-node.git#11dbd962ea108187c79a7c46fe4d6f790e23da97" @@ -2292,10 +2275,10 @@ lilconfig@2.0.6: resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.6.tgz#32a384558bd58af3d4c6e077dd1ad1d397bc69d4" integrity sha512-9JROoBW7pobfsx+Sq2JsASvCo6Pfo6WWoUW79HuB1BCoBXD4PLWJPqDF6fNj67pqBYTbAHkE57M1kS/+L1neOg== -link-preview-js@^3.0.0: - version "3.0.4" - resolved "https://registry.yarnpkg.com/link-preview-js/-/link-preview-js-3.0.4.tgz#1e053f80ee20ef50d03e6742dc30dc8487112653" - integrity sha512-xsuxMigAZd4xmj6BIwMNuQjjpJdh0DWeIo1NXQgaoWSi9Z/dzz/Kxy6vzzsUonFlMTPJ1i0EC8aeOg/xrOMidg== +link-preview-js@^3.0.5: + version "3.0.5" + resolved "https://registry.yarnpkg.com/link-preview-js/-/link-preview-js-3.0.5.tgz#e0289085300614f841717595fe6a032a7a54b409" + integrity sha512-tOPdmphcZPxhZJFpkXj1D9ANDmK+yC6VzHwfl/ypfi1ASJUvkWNVkf3ikGk6p8CWA5wg8XVWNl2G++BL1UlCPg== dependencies: abort-controller "^3.0.0" cheerio "1.0.0-rc.11"