diff --git a/package-lock.json b/package-lock.json index 35c17f8..a221cbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "prettier": "^3.6.2", "tsx": "^4.20.6", "typescript": "^5.9.3", - "web-features": "^3.10.0" + "web-features": "^3.11.1" }, "engines": { "node": ">=18.19.0" @@ -856,9 +856,9 @@ "dev": true }, "node_modules/web-features": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.10.0.tgz", - "integrity": "sha512-ySfH0WgGGUuJgMOQLaDOEV7IDEA9NIjzEIO0bgyUPaFvMsBA28oTamqVYggQ8ecSM835T7m5KMf2wZsLjEyNVA==", + "version": "3.11.1", + "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.11.1.tgz", + "integrity": "sha512-M6KxoDub4rqacaYzrrm95L5/8gGGAqvRC+E4jojolYtdYfCgTg710Ghr4smq186JnpO8cghw9Wq8IXOH4Oq+uQ==", "dev": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 224d453..63162e9 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "prettier": "^3.6.2", "tsx": "^4.20.6", "typescript": "^5.9.3", - "web-features": "^3.10.0" + "web-features": "^3.11.1" } }