From 5514babd6650e40763b8d4ddbf880a98b510835f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:01:29 +0000 Subject: [PATCH] Bump pusher-js from 7.4.1 to 7.5.0 Bumps [pusher-js](https://github.com/pusher/pusher-js) from 7.4.1 to 7.5.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.4.1...v7.5.0) --- updated-dependencies: - dependency-name: pusher-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78b2cc1895..d71fd3b265 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2395,9 +2395,9 @@ "dev": true }, "pusher-js": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-7.4.1.tgz", - "integrity": "sha512-M+i3Q+Lqnql6g1/AQwIkriJ2NG28cngQgarRbtQCe0r/+Gcx3Z5yIQqd318qhHDq3HpU+k1JOE7z8bydAcG0WQ==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-7.5.0.tgz", + "integrity": "sha512-R8eL3v2hnOC7NY8ufvrcDPdEjit//2pqVmcC7h1sUyoZQ4M+bwlwkszmMVuVbYNKZUS8WRFmSvdeb9LkfLyvZQ==", "requires": { "@types/node": "^14.14.31", "tweetnacl": "^1.0.3" diff --git a/package.json b/package.json index cc51ce88de..114602ff77 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "minimist": "1.2.7", "moment": "2.29.4", "mouse-wheel": "1.2.0", - "pusher-js": "7.4.1", + "pusher-js": "7.5.0", "rescript-js": "0.7.0", "rescript-nodejs": "14.3.1", "rollbar": "2.25.2",