diff --git a/package-lock.json b/package-lock.json index 123d445..2b56f3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "prettier": "^3.8.3", "tsx": "^4.22.3", "typescript": "^6.0.3", - "web-features": "^3.30.0" + "web-features": "^3.31.0" }, "engines": { "node": ">=18.19.0" @@ -831,9 +831,9 @@ "dev": true }, "node_modules/web-features": { - "version": "3.30.0", - "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.30.0.tgz", - "integrity": "sha512-IF5V6RRMD2DO7Dy/s2ApI99SnnPUEomLU/j9PgBBEQHJHyM7swVzktmbVXTsaI9u7bxp6o+LlclS2HoMEjz9nw==", + "version": "3.31.0", + "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.31.0.tgz", + "integrity": "sha512-1idHNJCaQzzfLRofi/b2Vzm6OVyV1wFM5djpopXu+WbGbM7EsZWwPGT2ORHsD4ZbQf2QbP9vyagJYrfIAoN90w==", "dev": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 7d56ba3..7033d52 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "prettier": "^3.8.3", "tsx": "^4.22.3", "typescript": "^6.0.3", - "web-features": "^3.30.0" + "web-features": "^3.31.0" } }