From 416a59493e339d7745400d3ac1a5506686c9b645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:19:46 +0000 Subject: [PATCH] build(deps): bump axios from 1.1.3 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.1.3 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.1.3...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 42 ++++++++---------------------------------- 2 files changed, 9 insertions(+), 35 deletions(-) diff --git a/package.json b/package.json index ee1b67dcd..2cb9dc9ea 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@whiskeysockets/baileys": "^6.1.0", "@adiwajshing/keyed-db": "^0.2.4", - "axios": "^1.1.3", + "axios": "^1.6.0", "dotenv": "^16.0.3", "ejs": "^3.1.7", "express": "^4.18.2", diff --git a/yarn.lock b/yarn.lock index 0761b5aa2..8241725db 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" @@ -1000,19 +991,10 @@ atomic-sleep@^1.0.0: resolved "https://registry.yarnpkg.com/atomic-sleep/-/atomic-sleep-1.0.0.tgz#eb85b77a601fc932cfe432c5acd364a9e2c9075b" integrity sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ== -axios@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.3.tgz#8274250dada2edf53814ed7db644b9c2866c1e35" - integrity sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA== - dependencies: - follow-redirects "^1.15.0" - form-data "^4.0.0" - proxy-from-env "^1.1.0" - -axios@^1.3.3: - version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" - integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== +axios@^1.3.3, axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0" @@ -2272,14 +2254,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"