diff --git a/package-lock.json b/package-lock.json index 2408462..8ad3051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23277,9 +23277,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": "7.0.0", @@ -24345,7 +24345,7 @@ "react-router-dom": "^6.14.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.4.0" }, "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", diff --git a/packages/ui/package.json b/packages/ui/package.json index ba60cd0..d8956a2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -22,7 +22,7 @@ "react-router-dom": "^6.14.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", - "web-vitals": "^2.1.4" + "web-vitals": "^3.4.0" }, "scripts": { "start": "react-scripts start",