From 4fcaa4340a321a8b8578c8e9444febc3d06dcece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 00:45:03 +0000 Subject: [PATCH] chore(deps-dev): bump pusher-js from 7.5.0 to 8.0.0 Bumps [pusher-js](https://github.com/pusher/pusher-js) from 7.5.0 to 8.0.0. - [Release notes](https://github.com/pusher/pusher-js/releases) - [Changelog](https://github.com/pusher/pusher-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/pusher/pusher-js/compare/v7.5.0...v8.0.0) --- updated-dependencies: - dependency-name: pusher-js dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"