From 554522139f7fefaf02450c30045ac453977b00eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 07:08:42 +0000 Subject: [PATCH] Bump web-vitals from 0.2.4 to 3.0.3 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 0.2.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/v0.2.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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed54af7..18ac6cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15288,9 +15288,9 @@ } }, "web-vitals": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-0.2.4.tgz", - "integrity": "sha512-6BjspCO9VriYy12z356nL6JBS0GYeEcA457YyRzD+dD6XYCQ75NKhcOHUMHentOE7OcVCIXXDvOm0jKFfQG2Gg==" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.3.tgz", + "integrity": "sha512-8K6cl3alkVhwv7RQm3WAWFzvP9dBTH4CwOE7G3DfQDEnBJTdtNgX5XMqgE7aE79wac/kJ8fHWftUfH3AVxxbBw==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 07ef4ca..55922cb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "styled-components": "^5.2.3", - "web-vitals": "^0.2.4" + "web-vitals": "^3.0.3" }, "scripts": { "start": "react-scripts start",