Skip to content

Commit

Permalink
fix(deps): update dependency @wppconnect/server to ^1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 15, 2023
1 parent d259c45 commit db84c80
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@wppconnect/server": "^1.8.1",
"@wppconnect/server": "^1.8.2",
"commander": "^9.5.0",
"merge-deep": "^3.0.3"
},
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Expand Up @@ -2128,13 +2128,13 @@
resolved "https://registry.yarnpkg.com/@wppconnect/frontend/-/frontend-1.0.3.tgz#d236ac170112605e12287217683a893b2675dbaf"
integrity sha512-SqDiET38fhnl7y4Bu2SJ3rN1Z4rEon11rseUET69yY06r2mhm95r62n4s3frLE2vdE9ldw6OWFc4FZitX/MOkA==

"@wppconnect/server@^1.8.1":
version "1.8.1"
resolved "https://registry.yarnpkg.com/@wppconnect/server/-/server-1.8.1.tgz#8f7d374a94f30002d3b08e3a9ed60fb79b939396"
integrity sha512-s6PjrS7uVsmAPb1xJ6skwBbmXYQGuCe1BDzEnQLAYSyie0CUm4uzt9Fe6MxGun8SatYDq8NxMIF5bTiGcdyZmw==
"@wppconnect/server@^1.8.2":
version "1.8.2"
resolved "https://registry.yarnpkg.com/@wppconnect/server/-/server-1.8.2.tgz#3bfbf2b66809d4bb0d73c1adb5707e2ee947ae89"
integrity sha512-CWKr0JlGv8HZj3RJpL+9VIPAZ3xuD3xTsit9adUwZDzNXORQgK8jH82gIPDxQDLrp43pniANS6etbB5HrMQIKw==
dependencies:
"@wppconnect-team/wppconnect" "^1.20.0"
axios "^1.2.1"
axios "^1.2.2"
bcrypt "^5.1.0"
buffer-to-stream "1.0.0"
cors "^2.8.5"
Expand Down Expand Up @@ -2438,6 +2438,15 @@ axios@^1.2.1:
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1"
integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-plugin-polyfill-corejs2@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
Expand Down

0 comments on commit db84c80

Please sign in to comment.