From 1bb2eca68384fa6b7c13077e3316897f3fc908b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:01:52 +0000 Subject: [PATCH] chore(deps-dev): bump pusher-js from 7.6.0 to 8.0.1 Bumps [pusher-js](https://github.com/pusher/pusher-js) from 7.6.0 to 8.0.1. - [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.6.0...v8.0.1) --- 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 5f5086b..d8fa1f0 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.1", "tailwindcss": "^3.2.4", "vue-jest": "^3.0.4" } diff --git a/yarn.lock b/yarn.lock index 5aed8a2..7a0cac2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9107,10 +9107,10 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== -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.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/pusher-js/-/pusher-js-8.0.1.tgz#49d2302da03712a7636f9cff28a83e4cf70458ab" + integrity sha512-DbhfDfghqCF94gb+TFHZAgauXFT7k6onWXcd3Q4vnk/C2f5bC7/qKV14rvdoAAB8FCIBb11ZL0YX7N/oQPVxXA== dependencies: "@types/express-serve-static-core" "4.17.28" "@types/node" "^14.14.31"