From f95042bfa5c62ae470e90194e60e929d9daed8b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 01:04:41 +0000 Subject: [PATCH] Bump web-vitals from 2.1.0 to 3.0.1 in /frontend Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.0 to 3.0.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/v2.1.0...v3.0.1) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 14 +++++++------- frontend/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 39b3de5..18599ac 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -27,7 +27,7 @@ "react-scripts": "4.0.3", "react-spinners-kit": "^1.9.1", "react-syntax-highlighter": "^15.4.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.0.1" } }, "node_modules/@apollo/client": { @@ -19579,9 +19579,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.1.tgz", + "integrity": "sha512-n8LgBynM5BU4C8ZMiTWPu6zbv31AfPnuNXEjWClvPWD5g8h2WkcecR0EtAiQaiMcj1iG0LADyHndR+MKYu5Zog==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -37260,9 +37260,9 @@ } }, "web-vitals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.0.tgz", - "integrity": "sha512-npEyJP8jHf3J71t1tRTEtz9FeKp8H2udWJUUq5ykfPhhstr//TUxiYhIEzLNwk4zv2ybAilMn7v7N6Mxmuitmg==" + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.1.tgz", + "integrity": "sha512-n8LgBynM5BU4C8ZMiTWPu6zbv31AfPnuNXEjWClvPWD5g8h2WkcecR0EtAiQaiMcj1iG0LADyHndR+MKYu5Zog==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index 97ed2c7..5be2cbd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "react-scripts": "4.0.3", "react-spinners-kit": "^1.9.1", "react-syntax-highlighter": "^15.4.3", - "web-vitals": "^2.1.0" + "web-vitals": "^3.0.1" }, "scripts": { "start": "react-scripts start",