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",