diff --git a/package.json b/package.json index 2be587e..955e7ef 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "postcss": "^8.4.19", "prettier": "^2.3.2", "prettier-plugin-tailwindcss": "^0.1.13", - "pusher-js": "^7.0.3", + "pusher-js": "^8.0.0", "tailwindcss": "^3.2.4", "vue-jest": "^3.0.4" } diff --git a/yarn.lock b/yarn.lock index 430d71b..83dba15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9031,10 +9031,10 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -pusher-js@^7.0.3: - version "7.6.0" - resolved "https://registry.yarnpkg.com/pusher-js/-/pusher-js-7.6.0.tgz#8e4535856371be0f475a42b3eec1f8b5614672de" - integrity sha512-5CJ7YN5ZdC24E0ETraCU5VYFv0IY5ziXhrS0gS5+9Qrro1E4M1lcZhtr9H1H+6jNSLj1LKKAgcLeE1EH9GxMlw== +pusher-js@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/pusher-js/-/pusher-js-8.0.0.tgz#f22e0bf8dcbb70a7342fcf810242c0d6e00620b7" + integrity sha512-YGlUEk8PbM/msaQ+bL6nP7f1f0zOb6nNNtE+TRvENfhvs8ctVftBMmnji8qBNdmW8I80X/956jnvt+8wIu80Kg== dependencies: "@types/express-serve-static-core" "4.17.28" "@types/node" "^14.14.31"