From 8abf76099ad68e5bd005600cbb8cf76d2d30851f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 06:03:32 +0000 Subject: [PATCH] Bump @alpinejs/focus from 3.15.11 to 3.15.12 in /backend Bumps [@alpinejs/focus](https://github.com/alpinejs/alpine/tree/HEAD/packages/focus) from 3.15.11 to 3.15.12. - [Release notes](https://github.com/alpinejs/alpine/releases) - [Commits](https://github.com/alpinejs/alpine/commits/v3.15.12/packages/focus) --- updated-dependencies: - dependency-name: "@alpinejs/focus" dependency-version: 3.15.12 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 50 ++++----------------------------------- backend/package.json | 2 +- 2 files changed, 5 insertions(+), 47 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index d43886a19..f499406f6 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@alpinejs/collapse": "^3.15.8", - "@alpinejs/focus": "^3.15.8", + "@alpinejs/focus": "^3.15.12", "@fontsource/inter": "^5.2.8", "@ryangjchandler/alpine-tooltip": "^2.0.1", "@tailwindcss/aspect-ratio": "^0.4.2", @@ -42,9 +42,9 @@ "license": "MIT" }, "node_modules/@alpinejs/focus": { - "version": "3.15.11", - "resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.11.tgz", - "integrity": "sha512-6aVk1shXT0+jBo58dwFTob7mbRcSzcjclb/YmBsklzqXVr6tvB55jKth1S5rO07UpFn2BJLaMKzCIhN2EupYrw==", + "version": "3.15.12", + "resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.12.tgz", + "integrity": "sha512-lmqbFTlbQGywDgsW4dY0pv18CKhuHJrq8mffU1OO14J34uUk+lCQElmSgJdRGHYv9qBezE6zdvmhN6n2tg0A1A==", "dev": true, "license": "MIT", "dependencies": { @@ -279,9 +279,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -299,9 +296,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -319,9 +313,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -339,9 +330,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -359,9 +347,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -379,9 +364,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -643,9 +625,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -663,9 +642,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -683,9 +659,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -703,9 +676,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1084,9 +1054,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1108,9 +1075,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1132,9 +1096,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -1156,9 +1117,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ diff --git a/backend/package.json b/backend/package.json index e5a531289..a43e71ac0 100644 --- a/backend/package.json +++ b/backend/package.json @@ -7,7 +7,7 @@ }, "devDependencies": { "@alpinejs/collapse": "^3.15.8", - "@alpinejs/focus": "^3.15.8", + "@alpinejs/focus": "^3.15.12", "@fontsource/inter": "^5.2.8", "@ryangjchandler/alpine-tooltip": "^2.0.1", "@tailwindcss/aspect-ratio": "^0.4.2",