From 182a6be058e428aa4c96713dfe43ab9ea0356a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:31:56 +0000 Subject: [PATCH] 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:development 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 bd60ac2..eff5eed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "postcss": "^8.5.6", "postcss-nesting": "^14.0.0", "prettier": "^3.8.1", - "pusher-js": "^8.4.0", + "pusher-js": "^8.5.0", "tailwindcss": "^4.2.1", "vite": "^7.3.1" } @@ -2210,9 +2210,9 @@ "dev": true }, "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b841aa8..50e63fc 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "postcss": "^8.5.6", "postcss-nesting": "^14.0.0", "prettier": "^3.8.1", - "pusher-js": "^8.4.0", + "pusher-js": "^8.5.0", "tailwindcss": "^4.2.1", "vite": "^7.3.1" }