From b89758b1186ff940785d85fc4129ede9fbd07dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 13:00:19 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.0.4 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.0.4. - [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.0.4) --- 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..088f6eb6 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.0.4" }, "devDependencies": { "@playwright/test": "^1.12.3",