Skip to content

Commit

Permalink
fix(deps): update dependency @wppconnect/server to v2 (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 26, 2023
1 parent 5540f3d commit aa69e16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@wppconnect/server": "^1.8.5",
"@wppconnect/server": "^2.0.1",
"commander": "^10.0.1",
"merge-deep": "^3.0.3"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Expand Up @@ -1599,7 +1599,7 @@
dependencies:
"@types/node" "*"

"@wppconnect-team/wppconnect@^1.23.0":
"@wppconnect-team/wppconnect@^1.23.2":
version "1.23.2"
resolved "https://registry.yarnpkg.com/@wppconnect-team/wppconnect/-/wppconnect-1.23.2.tgz#a5b801f6d6f9b79f71e8f4f70309cad32168f01c"
integrity sha512-r9vaesG3WXIFXKJqy73qEGcqZX02bol9tqOklotG+2sixFXSJEtSqXGFoyeQc6uobfqKcUorRuBX4WyXeldGew==
Expand Down Expand Up @@ -1641,13 +1641,13 @@
resolved "https://registry.yarnpkg.com/@wppconnect/frontend/-/frontend-1.0.3.tgz#d236ac170112605e12287217683a893b2675dbaf"
integrity sha512-SqDiET38fhnl7y4Bu2SJ3rN1Z4rEon11rseUET69yY06r2mhm95r62n4s3frLE2vdE9ldw6OWFc4FZitX/MOkA==

"@wppconnect/server@^1.8.5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@wppconnect/server/-/server-1.8.5.tgz#73561136a068a91b0e989ccbda91e489257bab9f"
integrity sha512-m8MSXSgDaePyMZ/5Ddd8AHiw9C8JH6nIPfmzHPkqEZY1CvdxY25PmywZZHQEg/uxjr18scT1KEpueuUfJbhhcg==
"@wppconnect/server@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@wppconnect/server/-/server-2.0.1.tgz#f425f2abe3373b285e35886cf95d9c13f7d93094"
integrity sha512-HWRuQY/N4uurYRV/W7yDDIaYWSDKRDN0Zyf9N1Pg2ShHwQgOIPhk3jRafEUv1AYfelmrKiKq9Kwcj3mFW1YI0g==
dependencies:
"@wppconnect-team/wppconnect" "^1.23.0"
axios "^1.3.4"
"@wppconnect-team/wppconnect" "^1.23.2"
axios "^1.3.5"
bcrypt "^5.1.0"
buffer-to-stream "1.0.0"
cors "^2.8.5"
Expand Down Expand Up @@ -1940,7 +1940,7 @@ available-typed-arrays@^1.0.5:
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==

axios@^1.3.4:
axios@^1.3.4, axios@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542"
integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw==
Expand Down

0 comments on commit aa69e16

Please sign in to comment.