From c89b883603ccf8dade98af8733375f3299c2f78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:49:39 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.0.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.0.3. - [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.3) --- 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..ddd51cc9 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.3" }, "devDependencies": { "@playwright/test": "^1.12.3",