diff --git a/package-lock.json b/package-lock.json index 0050236..35c17f8 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.9.3" + "web-features": "^3.10.0" }, "engines": { "node": ">=18.19.0" @@ -856,9 +856,9 @@ "dev": true }, "node_modules/web-features": { - "version": "3.9.3", - "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.9.3.tgz", - "integrity": "sha512-XriA6MImG3hyEcFhLScs+IlPzUPqd+IYg1lSN9utuxwmWOaQexXVSmpNRU56LIACRr6bEMkxmaPGQ+fh80/8bA==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.10.0.tgz", + "integrity": "sha512-ySfH0WgGGUuJgMOQLaDOEV7IDEA9NIjzEIO0bgyUPaFvMsBA28oTamqVYggQ8ecSM835T7m5KMf2wZsLjEyNVA==", "dev": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 66e7205..224d453 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.9.3" + "web-features": "^3.10.0" } }