From 96e0454ba43b3b841dd54a3573f545dfeec90ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:42:34 +0000 Subject: [PATCH] chore(deps): bump web-vitals from 2.1.4 to 3.1.0 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.1.0. - [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.0) --- 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..4598d61f 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.0" }, "devDependencies": { "@playwright/test": "^1.12.3",