Update dependency alpinejs to v3.14.9

This commit is contained in:
Renovate Bot 2025-03-15 20:42:51 +00:00 committed by Tobi Schäfer
parent 45c8131c84
commit 7723a55306
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "1.6.0",
"license": "Apache-2.0",
"dependencies": {
"alpinejs": "3.14.8",
"alpinejs": "3.14.9",
"codemirror": "5.65.18",
"jquery": "3.7.1",
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",
@ -772,9 +772,10 @@
}
},
"node_modules/alpinejs": {
"version": "3.14.8",
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.14.8.tgz",
"integrity": "sha512-wT2fuP2DXpGk/jKaglwy7S/IJpm1FD+b7U6zUrhwErjoq5h27S4dxkJEXVvhbdwyPv9U+3OkUuNLkZT4h2Kfrg==",
"version": "3.14.9",
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.14.9.tgz",
"integrity": "sha512-gqSOhTEyryU9FhviNqiHBHzgjkvtukq9tevew29fTj+ofZtfsYriw4zPirHHOAy9bw8QoL3WGhyk7QqCh5AYlw==",
"license": "MIT",
"dependencies": {
"@vue/reactivity": "~3.1.1"
}

View file

@ -31,7 +31,7 @@
"author": "The Antville People",
"license": "Apache-2.0",
"dependencies": {
"alpinejs": "3.14.8",
"alpinejs": "3.14.9",
"codemirror": "5.65.18",
"jquery": "3.7.1",
"jquery-collagePlus": "github:antville/jquery-collagePlus#0.3.4",