Skip to content

Commit

Permalink
fix(deps): update dependency @wppconnect-team/wppconnect to ^1.18.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2022
1 parent 2bbff13 commit 459b97d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
}
},
"dependencies": {
"@wppconnect-team/wppconnect": "^1.17.1",
"@wppconnect-team/wppconnect": "^1.18.0",
"axios": "^0.27.0",
"bcrypt": "^5.1.0",
"buffer-to-stream": "1.0.0",
Expand Down
37 changes: 22 additions & 15 deletions yarn.lock
Expand Up @@ -1891,13 +1891,13 @@
resolved "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz"
integrity sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==

"@wppconnect-team/wppconnect@^1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@wppconnect-team/wppconnect/-/wppconnect-1.17.1.tgz#e64aef8b882d90ab40b6f99928ba83dd0a8ea272"
integrity sha512-QkGuN0WC63Ut+C00HKVCICsh2XI51xEwiw/c14QbWLjKQvf6s9TtTy7cBnGsU0mffYEpQJLcdKhe4rpfpxMScg==
"@wppconnect-team/wppconnect@^1.18.0":
version "1.18.0"
resolved "https://registry.yarnpkg.com/@wppconnect-team/wppconnect/-/wppconnect-1.18.0.tgz#2c8985163608c63a7290045b1d8e81c7a94ca311"
integrity sha512-+XOI9SBniCoZLvLRtm6KpD2jCqkQuujRb3a61g2xw6/KmEUyt1xqXQocYc+/2h95R/NpfsoNSDyG4ZWzezCeiQ==
dependencies:
"@wppconnect/wa-js" "^2.13.1"
"@wppconnect/wa-version" "^1.1.168"
"@wppconnect/wa-js" "^2.13.3"
"@wppconnect/wa-version" "^1.1.175"
atob "^2.1.2"
axios "^0.27.2"
boxen "^5.1.2"
Expand Down Expand Up @@ -1928,18 +1928,18 @@
optionalDependencies:
fsevents "^2.3.2"

"@wppconnect/wa-js@^2.13.1":
version "2.13.1"
resolved "https://registry.yarnpkg.com/@wppconnect/wa-js/-/wa-js-2.13.1.tgz#ed61ead373f90e9b295935b52db115cb839abd33"
integrity sha512-c7T/GYRo774aZ4kdJGNFjy6lbsVB/BaXetT9sHXkQUx7nhblQGluyo0SkG3Bfd86QOvymGDPYqN261IclpjZqg==
"@wppconnect/wa-js@^2.13.3":
version "2.13.3"
resolved "https://registry.yarnpkg.com/@wppconnect/wa-js/-/wa-js-2.13.3.tgz#a46e54ddb2a2c57e1dc86c006cd5770eee2d17af"
integrity sha512-kMM1ttoJAE8DiSjAZxBNkY4NVBXyVjHsdj9zXIjHi3uFuysDvTI4Hs/3ck+cWmc/XGuEj7ABihojtjRNow/AYw==

"@wppconnect/wa-version@^1.1.168":
version "1.1.168"
resolved "https://registry.yarnpkg.com/@wppconnect/wa-version/-/wa-version-1.1.168.tgz#8590580c651cbfdd2d18177bc9b5d98dd000d36e"
integrity sha512-SAnJtA3i71p0KPqp7pgSqYPiDiXDYSbwfqJ2T34WHmYgJKUTZI50OOHzZ/j6LGVDZ0fC8CZ3ZCyxoTNM+CYFlA==
"@wppconnect/wa-version@^1.1.175":
version "1.1.176"
resolved "https://registry.yarnpkg.com/@wppconnect/wa-version/-/wa-version-1.1.176.tgz#f18c4f524b17f0efba04d105635648177ade3ede"
integrity sha512-01zja1S1pwQ0I2m1H01C03XhQo5ZXqOjxMOrFQnTORTtPfVcOdKeJmjWR5AltWEcITGf48nOSCurDpXrwLXbag==
dependencies:
node-fetch "^2.6.7"
semver "^7.3.7"
semver "^7.3.8"

JSONStream@^1.0.4:
version "1.3.5"
Expand Down Expand Up @@ -7158,6 +7158,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.3.8:
version "7.3.8"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
dependencies:
lru-cache "^6.0.0"

semver@~7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz"
Expand Down

0 comments on commit 459b97d

Please sign in to comment.