Merge pull request #5 from sp-tarkov/dependabot/npm_and_yarn/develop/alpinejs/focus-3.14.3

Bump @alpinejs/focus from 3.14.1 to 3.14.3
This commit is contained in:
Refringe 2024-11-25 15:33:44 -05:00 committed by GitHub
commit 0414ac0c6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@alpinejs/focus": "^3.14.1"
"@alpinejs/focus": "^3.14.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
@ -35,10 +35,9 @@
}
},
"node_modules/@alpinejs/focus": {
"version": "3.14.1",
"resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.14.1.tgz",
"integrity": "sha512-z4xdpK6X1LB2VitsWbL61tmABoOORuEhE5v2tnUX/be6/nAygXyeDxZ1x9s1u+bOEYlIOXXLmjdmTlhchUVWxw==",
"license": "MIT",
"version": "3.14.3",
"resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.14.3.tgz",
"integrity": "sha512-ZBL6HziMXhQIuta3PQjpYaMb5Ro9VPqh0mkP+d1uefJnhliBMWUfQXOnobV/0zJUB9pDxzd78diDX3ywewoJ3g==",
"dependencies": {
"focus-trap": "^6.9.4",
"tabbable": "^5.3.3"

View File

@ -19,6 +19,6 @@
"vite": "^5.0"
},
"dependencies": {
"@alpinejs/focus": "^3.14.1"
"@alpinejs/focus": "^3.14.3"
}
}