From 4204fb96dffd0920a964d1704c956c7eed8950b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 10:23:24 +0000 Subject: [PATCH] Bump web-vitals from 3.1.1 to 3.3.1 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 3.1.1 to 3.3.1. - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md) - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v3.1.1...v3.3.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99972a3..a14f174 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.8.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.1.1" + "web-vitals": "^3.3.1" } }, "node_modules/@adobe/css-tools": { @@ -16665,9 +16665,9 @@ } }, "node_modules/web-vitals": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.1.1.tgz", - "integrity": "sha512-qvllU+ZeQChqzBhZ1oyXmWsjJ8a2jHYpH8AMaVuf29yscOPZfTQTjQFRX6+eADTdsDE8IanOZ0cetweHMs8/2A==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.1.tgz", + "integrity": "sha512-LTfY5GjcY3ngFzNsYFSYL+AmVmlWrzPTUxSMDis2rZbf+SzT7HH3NH4Y/l45XOlrAIunOBeURN9qtBHkRskAiA==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 071188b..fde176a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-router-dom": "^6.8.2", "react-router-hash-link": "^2.4.3", "react-scripts": "^5.0.1", - "web-vitals": "^3.1.1" + "web-vitals": "^3.3.1" }, "scripts": { "start": "react-scripts start",