diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 81cdf0a..40cd1cd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.2", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.0" }, "devDependencies": { "sass": "^1.62.1", @@ -28094,9 +28094,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.4.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.4.0.tgz", + "integrity": "sha512-n9fZ5/bG1oeDkyxLWyep0eahrNcPDF6bFqoyispt7xkW0xhDzpUBTgyDKqWDi1twT0MgH4HvvqzpUyh0ZxZV4A==" }, "node_modules/webidl-conversions": { "version": "6.1.0", diff --git a/frontend/package.json b/frontend/package.json index 0233674..81def57 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.2", "typescript": "^4.9.5", - "web-vitals": "^2.1.4" + "web-vitals": "^3.0.0" }, "scripts": { "start": "react-scripts start",