From e7a72eb50665c2fd2a67f84737725721d5d3d9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 21:37:37 +0000 Subject: [PATCH] chore(deps): bump pusher-js from 8.4.0 to 8.5.0 Bumps [pusher-js](https://github.com/pusher/pusher-js) from 8.4.0 to 8.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/v8.4.0...v8.5.0) --- updated-dependencies: - dependency-name: pusher-js dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d422136..97f0dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "next": "14.2.35", "next-themes": "^0.4.6", "pusher": "^5.2.0", - "pusher-js": "^8.4.0-rc2", + "pusher-js": "^8.5.0", "react": "^18", "react-dom": "^18", "tailwind-merge": "^3.6.0", @@ -6712,9 +6712,9 @@ } }, "node_modules/pusher-js": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-8.4.0.tgz", - "integrity": "sha512-wp3HqIIUc1GRyu1XrP6m2dgyE9MoCsXVsWNlohj0rjSkLf+a0jLvEyVubdg58oMk7bhjBWnFClgp8jfAa6Ak4Q==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-8.5.0.tgz", + "integrity": "sha512-V7uzGi9bqOOOyM/6IkJdpFyjGZj7llz1v0oWnYkZKcYLvbz6VcHVLmzKqkvegjuMumpfIEKGLmWHwFb39XFCpw==", "license": "MIT", "dependencies": { "tweetnacl": "^1.0.3" diff --git a/package.json b/package.json index 933ffe9..4e50f66 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "next": "14.2.35", "next-themes": "^0.4.6", "pusher": "^5.2.0", - "pusher-js": "^8.4.0-rc2", + "pusher-js": "^8.5.0", "react": "^18", "react-dom": "^18", "tailwind-merge": "^3.6.0",