From 4a29969dfd02ab6a80a2d604784ea5096e3f36f3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 22 May 2024 23:51:31 +0400
Subject: [PATCH] --- (#61)

updated-dependencies:
- dependency-name: web-vitals
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 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 6ce9136..c764b99 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
         "react": "^18.3.1",
         "react-dom": "^18.3.1",
         "react-scripts": "^5.0.1",
-        "web-vitals": "^4.0.0"
+        "web-vitals": "^4.0.1"
       }
     },
     "node_modules/@adobe/css-tools": {
@@ -20726,9 +20726,9 @@
       }
     },
     "node_modules/web-vitals": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz",
-      "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q=="
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz",
+      "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w=="
     },
     "node_modules/webidl-conversions": {
       "version": "6.1.0",
@@ -36747,9 +36747,9 @@
       }
     },
     "web-vitals": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.0.tgz",
-      "integrity": "sha512-8wQd4jkwFRwY5q3yAmHZAJ5MjnKR1vRACK+g2OEC8nUqi0WOxBrXfOxGNlJ+QtxzzSn/TkQO58wkW0coE68n0Q=="
+      "version": "4.0.1",
+      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.0.1.tgz",
+      "integrity": "sha512-AW6qT/vXK3pbf+WgVcEBXY//AWCpXjVKgdb6rt0cARSUdtT+NUtZCOeo+CSLUX7PjSQ275DmxfkAs7QlPbtR6w=="
     },
     "webidl-conversions": {
       "version": "6.1.0",
diff --git a/package.json b/package.json
index 8650279..10ee386 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
     "react": "^18.3.1",
     "react-dom": "^18.3.1",
     "react-scripts": "^5.0.1",
-    "web-vitals": "^4.0.0"
+    "web-vitals": "^4.0.1"
   },
   "scripts": {
     "start": "react-scripts start",
-- 
GitLab