From 8f3eb3ffa5954bb3c4974ec57a2296b0b06e3d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:06:27 +0000 Subject: [PATCH] Bump laravel-echo from 2.2.6 to 2.2.7 Bumps [laravel-echo](https://github.com/laravel/echo) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/laravel/echo/releases) - [Changelog](https://github.com/laravel/echo/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/laravel/echo/compare/v2.2.6...v2.2.7) --- updated-dependencies: - dependency-name: laravel-echo dependency-version: 2.2.7 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 858cfdd1..6de6892b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/typography": "^0.5.19", "axios": "^1.13.2", "concurrently": "^9.2.1", - "laravel-echo": "^2.2.6", + "laravel-echo": "^2.2.7", "laravel-vite-plugin": "^2.0", "postcss": "^8.5.6", "pusher-js": "^8.4.0", @@ -1852,9 +1852,9 @@ } }, "node_modules/laravel-echo": { - "version": "2.2.6", - "resolved": "https://registry.npmjs.org/laravel-echo/-/laravel-echo-2.2.6.tgz", - "integrity": "sha512-KuCldOrE8qbm0CVDBgc6FiX3VuReDu1C1xaS891KqwEUg9NT/Op03iiZqTWeVd0/WJ4H95q2pe9QEDJlwb/FPw==", + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/laravel-echo/-/laravel-echo-2.2.7.tgz", + "integrity": "sha512-MgD3ZFXqH5OOVdRjxNHPyQ0ijRr5+nLr7MtyF2XP+kRfhl+Qaa7qVzbtCn1HMgXuTn4SWH6ivn4qWVLlvRl8kg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 22846920..e47bc7f3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/typography": "^0.5.19", "axios": "^1.13.2", "concurrently": "^9.2.1", - "laravel-echo": "^2.2.6", + "laravel-echo": "^2.2.7", "laravel-vite-plugin": "^2.0", "postcss": "^8.5.6", "pusher-js": "^8.4.0",