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": {