diff --git a/package-lock.json b/package-lock.json index 4c788ee..76294e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@biomejs/biome": "^2.4.14", "@tsconfig/strictest": "^2.0.8", "@typescript/lib-dom": "npm:@types/web@^0.0.349", - "@wordpress/interactivity": "^6.45.0", + "@wordpress/interactivity": "^6.46.0", "typescript": "^6.0.3" } }, @@ -85,9 +85,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -105,9 +102,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -125,9 +119,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -145,9 +136,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT OR Apache-2.0", "optional": true, "os": [ @@ -235,14 +223,14 @@ "license": "Apache-2.0" }, "node_modules/@wordpress/interactivity": { - "version": "6.45.0", - "resolved": "https://registry.npmjs.org/@wordpress/interactivity/-/interactivity-6.45.0.tgz", - "integrity": "sha512-QL/ANMn1lO+O+E/hxHtzE3yMx2mB2MxfKwN24f58HiVgKQ8ufUSYwcZfH2gLY+n9MfDoKbnvtkSpsEdL6I7y3A==", + "version": "6.46.0", + "resolved": "https://registry.npmjs.org/@wordpress/interactivity/-/interactivity-6.46.0.tgz", + "integrity": "sha512-z/MbS0WzW7yQIMg45lG5Vfl1JQ3rWioNhLSNotCWuBZ191AGsJiZWHzyJE57MV6n+Nm5NMNN4Pe7S4qA3/9oWQ==", "dev": true, "license": "GPL-2.0-or-later", "dependencies": { "@preact/signals": "^1.3.0", - "preact": "^10.24.2" + "preact": "^10.29.1" }, "engines": { "node": ">=18.12.0", @@ -250,9 +238,9 @@ } }, "node_modules/preact": { - "version": "10.24.3", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz", - "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==", + "version": "10.29.2", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.29.2.tgz", + "integrity": "sha512-7tNmwg/7mzzAoB/8kSg6Hl37JraAZw3Z3A0JSY7VXlZwo82Xn0G7wKbNNs2qoF4ZEEsQGTwDAroNdqKs1ofJxQ==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 6f04d4b..95d1cad 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@biomejs/biome": "^2.4.14", "@tsconfig/strictest": "^2.0.8", "@typescript/lib-dom": "npm:@types/web@^0.0.349", - "@wordpress/interactivity": "^6.45.0", + "@wordpress/interactivity": "^6.46.0", "typescript": "^6.0.3" } }