diff --git a/package-lock.json b/package-lock.json index a07e209..30dbba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-router-dom": "^6.23.1", "react-scripts": "^5.0.1", "semantic-ui-react": "^2.1.5", - "web-vitals": "^4.0.1" + "web-vitals": "^4.1.0" } }, "node_modules/@ampproject/remapping": { @@ -15841,9 +15841,9 @@ } }, "node_modules/web-vitals": { - "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==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.0.tgz", + "integrity": "sha512-wz5ubPZK7DSKrlQvjsaCqdfa+9AjAYoUzj9GDzUmBTdfyfyl1fOIjfTh46DGKM8MdN+lcbNY8ObXo6TmHqRzVw==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -27860,9 +27860,9 @@ } }, "web-vitals": { - "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==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-4.1.0.tgz", + "integrity": "sha512-wz5ubPZK7DSKrlQvjsaCqdfa+9AjAYoUzj9GDzUmBTdfyfyl1fOIjfTh46DGKM8MdN+lcbNY8ObXo6TmHqRzVw==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/package.json b/package.json index 43def0f..f050c8c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "react-router-dom": "^6.23.1", "react-scripts": "^5.0.1", "semantic-ui-react": "^2.1.5", - "web-vitals": "^4.0.1" + "web-vitals": "^4.1.0" }, "scripts": { "start": "react-scripts start",