From 639cef2a3d19dcaa81c918ab7137ec0ac602769f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 01:35:34 +0200 Subject: [PATCH] chore(deps): bump discord-rpc from `59099df` to `8d7a5b2` (#369) Bumps [discord-rpc](https://github.com/discordjs/RPC) from `59099df` to `8d7a5b2`. - [Release notes](https://github.com/discordjs/RPC/releases) - [Commits](https://github.com/discordjs/RPC/compare/59099df15bdbe57fa46bb355d1f23275c1ddb00e...8d7a5b235dfce8a684eea1e38d02c2c013da2d5d) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/yarn.lock b/yarn.lock index be40e04..c043729 100644 --- a/yarn.lock +++ b/yarn.lock @@ -443,7 +443,7 @@ async-each@^1.0.1: resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== -async-limiter@~1.0.0: +async-limiter@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== @@ -1047,12 +1047,12 @@ diffie-hellman@^5.0.0: randombytes "^2.0.0" discord-rpc@discordjs/RPC: - version "3.0.2" - uid "59099df15bdbe57fa46bb355d1f23275c1ddb00e" - resolved "https://codeload.github.com/discordjs/RPC/tar.gz/59099df15bdbe57fa46bb355d1f23275c1ddb00e" + version "3.1.0" + uid "8d7a5b235dfce8a684eea1e38d02c2c013da2d5d" + resolved "https://codeload.github.com/discordjs/RPC/tar.gz/8d7a5b235dfce8a684eea1e38d02c2c013da2d5d" dependencies: - node-fetch "^2.3.0" - ws "^6.1.1" + node-fetch "2.6.0" + ws "7.1.2" doctrine@^3.0.0: version "3.0.0" @@ -2394,7 +2394,7 @@ node-addon-api@^1.3.0: resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.1.tgz#cf813cd69bb8d9100f6bdca6755fc268f54ac492" integrity sha512-2+DuKodWvwRTrCfKOeR24KIc5unKjOh8mz17NCzVnHWfjAdDqbfbjqh7gUT+BkXBRQM52+xCHciKWonJ3CbJMQ== -node-fetch@^2.3.0: +node-fetch@2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd" integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA== @@ -3785,12 +3785,12 @@ write@1.0.3: dependencies: mkdirp "^0.5.1" -ws@^6.1.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" - integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== +ws@7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.1.2.tgz#c672d1629de8bb27a9699eb599be47aeeedd8f73" + integrity sha512-gftXq3XI81cJCgkUiAVixA0raD9IVmXqsylCrjRygw4+UOOGzPoxnQ6r/CnVL9i+mDncJo94tSkyrtuuQVBmrg== dependencies: - async-limiter "~1.0.0" + async-limiter "^1.0.0" xtend@^4.0.0, xtend@~4.0.1: version "4.0.2"