diff --git a/backend/package-lock.json b/backend/package-lock.json index d43886a1..f499406f 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 e5a53128..a43e71ac 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",