From a5a4f69b5f51f6c405f7be205879a61a05fa69de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 05:03:44 +0000 Subject: [PATCH] Update dependency web-vitals to v4 --- Week-10/package.json | 2 +- Week-9/package-lock.json | 14 +++++++------- Week-9/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Week-10/package.json b/Week-10/package.json index 7c2c339..e4ac60a 100644 --- a/Week-10/package.json +++ b/Week-10/package.json @@ -11,7 +11,7 @@ "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", - "web-vitals": "^2.1.4" + "web-vitals": "^4.0.0" }, "scripts": { "start": "react-scripts start", diff --git a/Week-9/package-lock.json b/Week-9/package-lock.json index 3713342..275d1fd 100644 --- a/Week-9/package-lock.json +++ b/Week-9/package-lock.json @@ -15,7 +15,7 @@ "react-dom": "18.2.0", "react-icons": "4.4.0", "react-scripts": "5.0.1", - "web-vitals": "2.1.4" + "web-vitals": "4.0.1" } }, "node_modules/@adobe/css-tools": { @@ -15945,9 +15945,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": "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", @@ -28072,9 +28072,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": "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/Week-9/package.json b/Week-9/package.json index b94d039..b12525f 100644 --- a/Week-9/package.json +++ b/Week-9/package.json @@ -10,7 +10,7 @@ "react-dom": "18.2.0", "react-icons": "4.4.0", "react-scripts": "5.0.1", - "web-vitals": "2.1.4" + "web-vitals": "4.0.1" }, "scripts": { "start": "react-scripts start",