diff --git a/josh-ui/package-lock.json b/josh-ui/package-lock.json index 2e623ad96..b17826402 100644 --- a/josh-ui/package-lock.json +++ b/josh-ui/package-lock.json @@ -28,7 +28,7 @@ "ts-pattern": "^3.3.5", "tsoption": "^0.7.0", "typescript": "^4.5.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" }, "devDependencies": { "serve": "^14.2.5" @@ -15946,9 +15946,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": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==" }, "node_modules/webidl-conversions": { "version": "6.1.0", @@ -28243,9 +28243,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": "5.1.0", + "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.1.0.tgz", + "integrity": "sha512-ArI3kx5jI0atlTtmV0fWU3fjpLmq/nD3Zr1iFFlJLaqa5wLBkUSzINwBPySCX/8jRyjlmy1Volw1kz1g9XE4Jg==" }, "webidl-conversions": { "version": "6.1.0", diff --git a/josh-ui/package.json b/josh-ui/package.json index 30bcf6f84..b0712ada9 100644 --- a/josh-ui/package.json +++ b/josh-ui/package.json @@ -23,7 +23,7 @@ "ts-pattern": "^3.3.5", "tsoption": "^0.7.0", "typescript": "^4.5.5", - "web-vitals": "^2.1.4" + "web-vitals": "^5.1.0" }, "scripts": { "start": "BROWSER=none react-scripts start",