From e093992154c679fc5d2a0f6fc9f57f7cb9943ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 06:16:44 +0000 Subject: [PATCH] Bump web-features from 3.27.0 to 3.28.0 Bumps [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features) from 3.27.0 to 3.28.0. - [Release notes](https://github.com/web-platform-dx/web-features/releases) - [Commits](https://github.com/web-platform-dx/web-features/commits/v3.28.0/packages/web-features) --- updated-dependencies: - dependency-name: web-features dependency-version: 3.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18b25d2..d443a35 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.28.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.28.0", + "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.28.0.tgz", + "integrity": "sha512-MFo2BqJPuEDPxj5WosjkUL56ijUKdPz2HJzq0tZQ0SWFLEhdZFsB/rxTI8Kek6L2IkRwxrslYcgOExndd9iZ1w==", "dev": true, "license": "Apache-2.0" } diff --git a/package.json b/package.json index 6524610..a72aa2e 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.28.0" } }