From fa4b57cc487eabf6d1b1f83b2e84f932aa1c0e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:44:53 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump pusher-js from 8.4.0 to 8.4.3 Bumps [pusher-js](https://github.com/pusher/pusher-js) from 8.4.0 to 8.4.3. - [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.4.3) --- updated-dependencies: - dependency-name: pusher-js dependency-version: 8.4.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 d3b677a..dd7a80d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "postcss": "^8.5.8", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", - "pusher-js": "^8.4.0", + "pusher-js": "^8.4.3", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.2.0", @@ -5539,9 +5539,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.4.3", + "resolved": "https://registry.npmjs.org/pusher-js/-/pusher-js-8.4.3.tgz", + "integrity": "sha512-MYnVYhKxq2Oeg3HmTQxnKDj1oAZjqJCkEcYj8hYbH1Rw5pT0g8KtgOYVUKDRnyrPtwRvA9QR4wunwJW5xIbq0Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 79d6171..d81153a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "postcss": "^8.5.8", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", - "pusher-js": "^8.4.0", + "pusher-js": "^8.4.3", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.2.0",