From 9fcd313e5f282c887ef1d8d711f3bd3f393b879d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 03:50:17 +0000 Subject: [PATCH] Bump web-vitals from 2.1.4 to 3.0.2 Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.4 to 3.0.2. - [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.2) --- updated-dependencies: - dependency-name: web-vitals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81847ac..8419b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "serve": "^14.0.0", "timepicker": "^1.13.18", "typescript": "^4.7.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.2" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.30.5", @@ -26928,9 +26928,9 @@ } }, "node_modules/web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.2.tgz", + "integrity": "sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w==" }, "node_modules/webidl-conversions": { "version": "7.0.0", @@ -48083,9 +48083,9 @@ } }, "web-vitals": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.4.tgz", - "integrity": "sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==" + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.0.2.tgz", + "integrity": "sha512-YygzeCdGpNrCHIjW14AI4SxMX2IcONhDvwhHc9KswCIixfSeVl08WdKDfzZaypq2ynRIG3lzGO3CO5dXYzc9+w==" }, "webidl-conversions": { "version": "7.0.0", diff --git a/package.json b/package.json index 2d86c56..6371f45 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "serve": "^14.0.0", "timepicker": "^1.13.18", "typescript": "^4.7.4", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.2" }, "overrides": { "postcss-preset-env": {