From a5d51b418b0b04e50c00817c960a9cfbd64ddc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 19:13:24 +0000 Subject: [PATCH] Bump ws from 6.0.0 to 6.2.3 in /bundles/org.openhab.ui.habot/web Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 6.2.3. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/6.0.0...6.2.3) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] --- bundles/org.openhab.ui.habot/web/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.ui.habot/web/package-lock.json b/bundles/org.openhab.ui.habot/web/package-lock.json index 58413d93a2..5d9d7ed2a6 100644 --- a/bundles/org.openhab.ui.habot/web/package-lock.json +++ b/bundles/org.openhab.ui.habot/web/package-lock.json @@ -1,6 +1,6 @@ { "name": "habot", - "version": "3.0.0", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -14374,7 +14374,7 @@ "integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==", "dev": true, "requires": { - "async-limiter": "1.0.0" + "async-limiter": "~1.0.0" } }, "xregexp": {