From 4a39558316f7935f86ed59257e43c96f804b1116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 00:03:58 +0000 Subject: [PATCH] Bump web-vitals from 1.1.2 to 3.1.1 in /app/frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 1.1.2 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/v1.1.2...v3.1.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/package.json b/app/frontend/package.json index 18c7484..a24fa0f 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -35,7 +35,7 @@ "tailwindcss": "^2.1.2", "typescript": "^4.2.4", "victory": "^35.7.0", - "web-vitals": "^1.1.2" + "web-vitals": "^3.1.1" }, "scripts": { "tailwind:build": "tailwind build ./src/styles/tailwind.css -o ./src/styles/styles.css",