diff --git a/package-lock.json b/package-lock.json index 18b25d2..a984d64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "prettier": "^3.8.3", "tsx": "^4.21.0", "typescript": "^6.0.3", - "web-features": "^3.27.0" + "web-features": "^3.29.0" }, "engines": { "node": ">=18.19.0" @@ -855,9 +855,9 @@ "dev": true }, "node_modules/web-features": { - "version": "3.27.0", - "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.27.0.tgz", - "integrity": "sha512-Usye0RO960BDWH+cnE2TBnzKkoYhLAETSpuO5A8yFnbg67gjr0EquN1f0/suO8iruDFHP9W9oAU2hGsoyoxotA==", + "version": "3.29.0", + "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.29.0.tgz", + "integrity": "sha512-r8m0Xj77/PSHXEbv2U3UuLhw5gE4U+YAPek5hCor5DMsS9Qnwtxl5FSfam3dXQo7Gl0gxK9BRrcQLlOBZZZXpw==", "dev": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 6524610..b4f0a45 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "prettier": "^3.8.3", "tsx": "^4.21.0", "typescript": "^6.0.3", - "web-features": "^3.27.0" + "web-features": "^3.29.0" } }