From f93f7626ae48ecae3c119a340c471d4e4b45157a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 22:38:40 +0000 Subject: [PATCH] build(deps): bump web-vitals from 2.1.4 to 3.0.0 in /store-reactjs-chat Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.0.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.0.0) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- store-reactjs-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store-reactjs-chat/package.json b/store-reactjs-chat/package.json index 8baa408..2a5a60e 100644 --- a/store-reactjs-chat/package.json +++ b/store-reactjs-chat/package.json @@ -15,7 +15,7 @@ "react-dom": "^18.1.0", "react-scripts": "5.0.1", "stream-browserify": "^3.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.0" }, "scripts": { "start": "cra-webpack-rewired start",