From e3938c911615826f4b15a1e5426e4535cba812cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 11:17:15 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.1.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.1.1. - [Release notes](https://github.com/GoogleChrome/web-vitals/releases) - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v3.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-create-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-create-react-app/package.json b/examples/browser-create-react-app/package.json index fb11adbd..764311ab 100644 --- a/examples/browser-create-react-app/package.json +++ b/examples/browser-create-react-app/package.json @@ -43,7 +43,7 @@ "react-dom": "^17.0.2", "react-scripts": "5.0.1", "tachyons": "^4.12.0", - "web-vitals": "^2.1.2" + "web-vitals": "^3.1.1" }, "devDependencies": { "@playwright/test": "^1.12.3",